COLOR #B4DAC5

HEX: #B4DAC5 RGB: (180,218,197)

Color info

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

RGB color model

#B4DAC5 color RGB value is (180,218,197).

RGB: (180,218,197) (71%, 85%, 77%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 197 of 255 = 77%

180
218
197

R + G + B ~ 78%. #B4DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 218 + 197 = 595 (100%)
R 180 of 595 ~ 30.25%
G 218 of 595 ~ 36.64%
B 197 of 595 ~ 33.11'%

%30.25
%36.64
%33.11

CMYK color model

#B4DAC5 color CMYK value is (17,0,10,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK: (17,0,10,15) C17M0Y10K15 (17%,0%,10%,15%) (0.17/0.00/0.10/0.15) 

CMYK percentages

%17.43
%0
%9.63
%14.51

Codes

Color #B4DAC5 in popluar color models

B4 DA C5
RGB 180 218 197
HSL 147° 33.93% 78.04%
HSB/HSV 147° 17.43% 85.49%
CMYK 17.43% 0.00% 9.63%
14.51%

Color #B4DAC5 in popluar number systems.

HEX B4 DA C5
Decimal 180 218 197
Binary 10110100 11011010 11000101
Octal 264 332 305

Shades and tints

Shades of #B4DAC5

#B4DAC5
(180,218,197)
#A4C7B4
(164,199,180)
#94B4A3
(148,180,163)
#84A192
(132,161,146)
#748E81
(116,142,129)
#647B70
(100,123,112)
#54685F
(84,104,95)
#44554E
(68,85,78)
#34423D
(52,66,61)
#242F2C
(36,47,44)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #B4DAC5

#B4DAC5
(180,218,197)
#BADDCA
(186,221,202)
#C0E0CF
(192,224,207)
#C6E3D4
(198,227,212)
#CCE6D9
(204,230,217)
#D2E9DE
(210,233,222)
#D8ECE3
(216,236,227)
#DEEFE8
(222,239,232)
#E4F2ED
(228,242,237)
#EAF5F2
(234,245,242)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DAC5; }

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

This text font color is #B4DAC5.

Background Color

.myBgColor { background-color: #B4DAC5; }

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

This div background color is #B4DAC5.

Border color

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

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

This div border color is #B4DAC5.

Opacity

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

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

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

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

This text has shadow with #B4DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DAC5.

Preview

Color preview on black background

This text has color #B4DAC5 on black background.


Color preview on white background

This text has color #B4DAC5 on white background.


Black color preview on #B4DAC5 background

This text has black color on #B4DAC5 background.


White color preview on #B4DAC5 background

This text has white color on #B4DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #4B253A.


I love getcolorcode.com

Triadic colors

1 #C5B4DA and #DAC5B4 with #B4DAC5 are triadic colors.

2 #C5DAB4 and #DAB4C5 with #B4DAC5 are triadic colors.