COLOR #B8D1DF

HEX: #B8D1DF
RGB: (184,209,223)

Color info

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

RGB color model

#B8D1DF color RGB value is (184,209,223).

  • red value is 184;
  • green value is 209;
  • blue value is 223.
RGB:
(184,209,223)
(72%,82%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 209 of 255 = 82%
B 223 of 255 = 87%

184
209
223

R + G + B ~ 80%. #B8D1DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 209 + 223 = 616 (100%)
R 184 of 616 ~ 29.87%
G 209 of 616 ~ 33.93%
B 223 of 616 ~ 36.2%

%29.87
%33.93
%36.2

CMYK color model

#B8D1DF color CMYK value is (17,6,0,13).

  • cyan value is 17.49%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,6,0,13)
C17M6Y0K13 
(17%,6%,0%,13%)
(0.17/0.06/0.00/0.13)	

CMYK percentages

%17.49
%6.28
%0
%12.55

Codes

Color #B8D1DF in popluar color models

B8D1DF
RGB184209223
HSL202°37.86%79.80%
HSB/HSV202°17.49%87.45%
CMYK17.49%6.28%0.00%
12.55%

Color #B8D1DF in popluar number systems.

HEXB8D1DF
Decimal184209223
Binary101110001101000111011111
Octal270321337

Shades and tints

Shades of #B8D1DF

#B8D1DF
(184,209,223)
#A8BECB
(168,190,203)
#98ABB7
(152,171,183)
#8898A3
(136,152,163)
#78858F
(120,133,143)
#68727B
(104,114,123)
#585F67
(88,95,103)
#484C53
(72,76,83)
#38393F
(56,57,63)
#28262B
(40,38,43)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #B8D1DF

#B8D1DF
(184,209,223)
#BED5E1
(190,213,225)
#C4D9E3
(196,217,227)
#CADDE5
(202,221,229)
#D0E1E7
(208,225,231)
#D6E5E9
(214,229,233)
#DCE9EB
(220,233,235)
#E2EDED
(226,237,237)
#E8F1EF
(232,241,239)
#EEF5F1
(238,245,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D1DF; }

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

This text font color is #B8D1DF.


Background Color

.myBgColor { background-color: #B8D1DF; }

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

This div background color is #B8D1DF.


Border color

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

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

This div border color is #B8D1DF.


Opacity

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

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

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

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

This text has shadow with #B8D1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D1DF on black background.


Color preview on white background

This text has color #B8D1DF on white background.



Black color preview on #B8D1DF background

This text has black color on #B8D1DF background.


White color preview on #B8D1DF background

This text has white color on #B8D1DF background.