COLOR #B8DACB

HEX: #B8DACB
RGB: (184,218,203)

Color info

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

RGB color model

#B8DACB color RGB value is (184,218,203).

  • red value is 184;
  • green value is 218;
  • blue value is 203.
RGB:
(184,218,203)
(72%,85%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 203 of 255 = 80%

184
218
203

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

Portions of RGB colors in percentages

R + G + B =
184 + 218 + 203 = 605 (100%)
R 184 of 605 ~ 30.41%
G 218 of 605 ~ 36.03%
B 203 of 605 ~ 33.55%

%30.41
%36.03
%33.55

CMYK color model

#B8DACB color CMYK value is (16,0,7,15).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 14.51%
CMYK:
(16,0,7,15)
C16M0Y7K15 
(16%,0%,7%,15%)
(0.16/0.00/0.07/0.15)	

CMYK percentages

%15.6
%0
%6.88
%14.51

Codes

Color #B8DACB in popluar color models

B8DACB
RGB184218203
HSL154°31.48%78.82%
HSB/HSV154°15.60%85.49%
CMYK15.60%0.00%6.88%
14.51%

Color #B8DACB in popluar number systems.

HEXB8DACB
Decimal184218203
Binary101110001101101011001011
Octal270332313

Shades and tints

Shades of #B8DACB

#B8DACB
(184,218,203)
#A8C7B9
(168,199,185)
#98B4A7
(152,180,167)
#88A195
(136,161,149)
#788E83
(120,142,131)
#687B71
(104,123,113)
#58685F
(88,104,95)
#48554D
(72,85,77)
#38423B
(56,66,59)
#282F29
(40,47,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #B8DACB

#B8DACB
(184,218,203)
#BEDDCF
(190,221,207)
#C4E0D3
(196,224,211)
#CAE3D7
(202,227,215)
#D0E6DB
(208,230,219)
#D6E9DF
(214,233,223)
#DCECE3
(220,236,227)
#E2EFE7
(226,239,231)
#E8F2EB
(232,242,235)
#EEF5EF
(238,245,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DACB color. Also use rgb(184,218,203) instead hex code.

Text Font Color

.myTextColor { color: #B8DACB; }

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

This text font color is #B8DACB.


Background Color

.myBgColor { background-color: #B8DACB; }

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

This div background color is #B8DACB.


Border color

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

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

This div border color is #B8DACB.


Opacity

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

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

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

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

This text has shadow with #B8DACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DACB on black background.


Color preview on white background

This text has color #B8DACB on white background.



Black color preview on #B8DACB background

This text has black color on #B8DACB background.


White color preview on #B8DACB background

This text has white color on #B8DACB background.