COLOR #B4DACC

HEX: #B4DACC
RGB: (180,218,204)

Color info

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

RGB color model

#B4DACC color RGB value is (180,218,204).

  • red value is 180;
  • green value is 218;
  • blue value is 204.
RGB:
(180,218,204)
(71%,85%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 204 of 255 = 80%

180
218
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 218 + 204 = 602 (100%)
R 180 of 602 ~ 29.9%
G 218 of 602 ~ 36.21%
B 204 of 602 ~ 33.89%

%29.9
%36.21
%33.89

CMYK color model

#B4DACC color CMYK value is (17,0,6,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(17,0,6,15)
C17M0Y6K15 
(17%,0%,6%,15%)
(0.17/0.00/0.06/0.15)	

CMYK percentages

%17.43
%0
%6.42
%14.51

Codes

Color #B4DACC in popluar color models

B4DACC
RGB180218204
HSL158°33.93%78.04%
HSB/HSV158°17.43%85.49%
CMYK17.43%0.00%6.42%
14.51%

Color #B4DACC in popluar number systems.

HEXB4DACC
Decimal180218204
Binary101101001101101011001100
Octal264332314

Shades and tints

Shades of #B4DACC

#B4DACC
(180,218,204)
#A4C7BA
(164,199,186)
#94B4A8
(148,180,168)
#84A196
(132,161,150)
#748E84
(116,142,132)
#647B72
(100,123,114)
#546860
(84,104,96)
#44554E
(68,85,78)
#34423C
(52,66,60)
#242F2A
(36,47,42)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #B4DACC

#B4DACC
(180,218,204)
#BADDD0
(186,221,208)
#C0E0D4
(192,224,212)
#C6E3D8
(198,227,216)
#CCE6DC
(204,230,220)
#D2E9E0
(210,233,224)
#D8ECE4
(216,236,228)
#DEEFE8
(222,239,232)
#E4F2EC
(228,242,236)
#EAF5F0
(234,245,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DACC color. Also use rgb(180,218,204) instead hex code.

Text Font Color

.myTextColor { color: #B4DACC; }

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

This text font color is #B4DACC.


Background Color

.myBgColor { background-color: #B4DACC; }

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

This div background color is #B4DACC.


Border color

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

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

This div border color is #B4DACC.


Opacity

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

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

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

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

This text has shadow with #B4DACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DACC on black background.


Color preview on white background

This text has color #B4DACC on white background.



Black color preview on #B4DACC background

This text has black color on #B4DACC background.


White color preview on #B4DACC background

This text has white color on #B4DACC background.