COLOR #B4D8AC

HEX: #B4D8AC RGB: (180,216,172)

Color info

#B4D8AC contains red, green and blue colors in about the same proportion. Web safe color of #B4D8AC is #CCCC99 (or #CC9).

RGB color model

#B4D8AC color RGB value is (180,216,172).

RGB: (180,216,172) (71%, 85%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 172 of 255 = 67%

180
216
172

R + G + B ~ 74%. #B4D8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 172 = 568 (100%)
R 180 of 568 ~ 31.69%
G 216 of 568 ~ 38.03%
B 172 of 568 ~ 30.28'%

%31.69
%38.03
%30.28

CMYK color model

#B4D8AC color CMYK value is (17,0,20,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 15.29%

CMYK: (17,0,20,15)
C17M0Y20K15 (17%, 0%, 20%, 15%)
(0.17 / 0.00 / 0.20 / 0.15)

CMYK percentages

%16.67
%0
%20.37
%15.29

Codes

Color #B4D8AC in popluar color models

B4 D8 AC
RGB 180 216 172
HSL 109° 36.07% 76.08%
HSB/HSV 109° 20.37% 84.71%
CMYK 16.67% 0.00% 20.37%
15.29%

Color #B4D8AC in popluar number systems.

HEX B4 D8 AC
Decimal 180 216 172
Binary 10110100 11011000 10101100
Octal 264 330 254

Shades and tints

Shades of #B4D8AC

#B4D8AC
(180,216,172)
#A4C59D
(164,197,157)
#94B28E
(148,178,142)
#849F7F
(132,159,127)
#748C70
(116,140,112)
#647961
(100,121,97)
#546652
(84,102,82)
#445343
(68,83,67)
#344034
(52,64,52)
#242D25
(36,45,37)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #B4D8AC

#B4D8AC
(180,216,172)
#BADBB3
(186,219,179)
#C0DEBA
(192,222,186)
#C6E1C1
(198,225,193)
#CCE4C8
(204,228,200)
#D2E7CF
(210,231,207)
#D8EAD6
(216,234,214)
#DEEDDD
(222,237,221)
#E4F0E4
(228,240,228)
#EAF3EB
(234,243,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8AC color. Also use rgb(180,216,172) instead hex code.

Text Font Color

.myTextColor { color: #B4D8AC; }

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

This text font color is #B4D8AC.

Background Color

.myBgColor { background-color: #B4D8AC; }

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

This div background color is #B4D8AC.

Border color

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

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

This div border color is #B4D8AC.

Opacity

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

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

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

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

This text has shadow with #B4D8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D8AC.

Preview

Color preview on black background

This text has color #B4D8AC on black background.


Color preview on white background

This text has color #B4D8AC on white background.


Black color preview on #B4D8AC background

This text has black color on #B4D8AC background.


White color preview on #B4D8AC background

This text has white color on #B4D8AC background.


Related colors

Complementary color

Complementary color for #hex is #4B2753.


I love getcolorcode.com

Triadic colors

1 #ACB4D8 and #D8ACB4 with #B4D8AC are triadic colors.

2 #ACD8B4 and #D8B4AC with #B4D8AC are triadic colors.