COLOR #B8C9DF

HEX: #B8C9DF RGB: (184,201,223)

Color info

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

RGB color model

#B8C9DF color RGB value is (184,201,223).

RGB: (184,201,223) (72%, 79%, 87%)

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 223 of 255 = 87%

184
201
223

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

Portions of RGB colors in percentages

R + G + B = 184 + 201 + 223 = 608 (100%)
R 184 of 608 ~ 30.26%
G 201 of 608 ~ 33.06%
B 223 of 608 ~ 36.68'%

%30.26
%33.06
%36.68

CMYK color model

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

  • cyan value is 17.49%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

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

CMYK percentages

%17.49
%9.87
%0
%12.55

Codes

Color #B8C9DF in popluar color models

B8 C9 DF
RGB 184 201 223
HSL 214° 37.86% 79.80%
HSB/HSV 214° 17.49% 87.45%
CMYK 17.49% 9.87% 0.00%
12.55%

Color #B8C9DF in popluar number systems.

HEX B8 C9 DF
Decimal 184 201 223
Binary 10111000 11001001 11011111
Octal 270 311 337

Shades and tints

Shades of #B8C9DF

#B8C9DF
(184,201,223)
#A8B7CB
(168,183,203)
#98A5B7
(152,165,183)
#8893A3
(136,147,163)
#78818F
(120,129,143)
#686F7B
(104,111,123)
#585D67
(88,93,103)
#484B53
(72,75,83)
#38393F
(56,57,63)
#28272B
(40,39,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #B8C9DF

#B8C9DF
(184,201,223)
#BECDE1
(190,205,225)
#C4D1E3
(196,209,227)
#CAD5E5
(202,213,229)
#D0D9E7
(208,217,231)
#D6DDE9
(214,221,233)
#DCE1EB
(220,225,235)
#E2E5ED
(226,229,237)
#E8E9EF
(232,233,239)
#EEEDF1
(238,237,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C9DF color. Also use rgb(184,201,223) instead hex code.

Text Font Color

.myTextColor { color: #B8C9DF; }

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

This text font color is #B8C9DF.

Background Color

.myBgColor { background-color: #B8C9DF; }

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

This div background color is #B8C9DF.

Border color

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

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

This div border color is #B8C9DF.

Opacity

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

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

Text with #B8C9DF 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 #B8C9DF;}

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

This text has shadow with #B8C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C9DF.

Preview

Color preview on black background

This text has color #B8C9DF on black background.


Color preview on white background

This text has color #B8C9DF on white background.


Black color preview on #B8C9DF background

This text has black color on #B8C9DF background.


White color preview on #B8C9DF background

This text has white color on #B8C9DF background.


Related colors

Complementary color

Complementary color for #hex is #473620.


I love getcolorcode.com

Triadic colors

1 #DFB8C9 and #C9DFB8 with #B8C9DF are triadic colors.

2 #DFC9B8 and #C9B8DF with #B8C9DF are triadic colors.