COLOR #B8C7DE

HEX: #B8C7DE RGB: (184,199,222)

Color info

#B8C7DE contains red, green and blue colors in about the same proportion. Web safe color of #B8C7DE is #CCCCCC (or #CCC).

RGB color model

#B8C7DE color RGB value is (184,199,222).

RGB: (184,199,222) (72%, 78%, 87%)

RGB channels and saturation

R 184 of 255 = 72%
G 199 of 255 = 78%
B 222 of 255 = 87%

184
199
222

R + G + B ~ 79%. #B8C7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 199 + 222 = 605 (100%)
R 184 of 605 ~ 30.41%
G 199 of 605 ~ 32.89%
B 222 of 605 ~ 36.69'%

%30.41
%32.89
%36.69

CMYK color model

#B8C7DE color CMYK value is (17,10,0,13).

  • cyan value is 17.12%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,10,0,13)
C17M10Y0K13 (17%, 10%, 0%, 13%)
(0.17 / 0.10 / 0.00 / 0.13)

CMYK percentages

%17.12
%10.36
%0
%12.94

Codes

Color #B8C7DE in popluar color models

B8 C7 DE
RGB 184 199 222
HSL 216° 36.54% 79.61%
HSB/HSV 216° 17.12% 87.06%
CMYK 17.12% 10.36% 0.00%
12.94%

Color #B8C7DE in popluar number systems.

HEX B8 C7 DE
Decimal 184 199 222
Binary 10111000 11000111 11011110
Octal 270 307 336

Shades and tints

Shades of #B8C7DE

#B8C7DE
(184,199,222)
#A8B5CA
(168,181,202)
#98A3B6
(152,163,182)
#8891A2
(136,145,162)
#787F8E
(120,127,142)
#686D7A
(104,109,122)
#585B66
(88,91,102)
#484952
(72,73,82)
#38373E
(56,55,62)
#28252A
(40,37,42)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #B8C7DE

#B8C7DE
(184,199,222)
#BECCE1
(190,204,225)
#C4D1E4
(196,209,228)
#CAD6E7
(202,214,231)
#D0DBEA
(208,219,234)
#D6E0ED
(214,224,237)
#DCE5F0
(220,229,240)
#E2EAF3
(226,234,243)
#E8EFF6
(232,239,246)
#EEF4F9
(238,244,249)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C7DE color. Also use rgb(184,199,222) instead hex code.

Text Font Color

.myTextColor { color: #B8C7DE; }

<p style="color:#B8C7DE">This sample text font color is #B8C7DE.</p>

This text font color is #B8C7DE.

Background Color

.myBgColor { background-color: #B8C7DE; }

<div style="background-color:#B8C7DE">Inner text</div>

This div background color is #B8C7DE.

Border color

.myBorderColor { border: 1px solid #B8C7DE; }

<div style="border:3px solid #B8C7DE">Div</div>

This div border color is #B8C7DE.

Opacity

.myOpacity80 { color: #B8C7DE; opacity: 0.8; }

<p style="color:#B8C7DE;opacity:0.8;">80%</p>

Text with #B8C7DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B8C7DE;}

<p style="text-shadow: 3px 3px 1px #B8C7DE">Text here.</p>

This text has shadow with #B8C7DE color.


.textShadow {text-shadow: 3px 3px 1px #B8C7DE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B8C7DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #B8C7DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B8C7DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B8C7DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #B8C7DE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B8C7DE;
-webkit-box-shadow: 1px 1px 3px 2px #B8C7DE;
box-shadow: 1px 1px 3px 2px #B8C7DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B8C7DE; -webkit-box-shadow: 1px 1px 3px 2px #B8C7DE; box-shadow:1px 1px 3px 2px #B8C7DE;">
Div content here
</div>

This div box has shadow with color #B8C7DE.

Preview

Color preview on black background

This text has color #B8C7DE on black background.


Color preview on white background

This text has color #B8C7DE on white background.


Black color preview on #B8C7DE background

This text has black color on #B8C7DE background.


White color preview on #B8C7DE background

This text has white color on #B8C7DE background.


Related colors

Complementary color

Complementary color for #hex is #473821.


I love getcolorcode.com

Triadic colors

1 #DEB8C7 and #C7DEB8 with #B8C7DE are triadic colors.

2 #DEC7B8 and #C7B8DE with #B8C7DE are triadic colors.