COLOR #B4D7AC

HEX: #B4D7AC
RGB: (180,215,172)

Color info

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

RGB color model

#B4D7AC color RGB value is (180,215,172).

  • red value is 180;
  • green value is 215;
  • blue value is 172.
RGB:
(180,215,172)
(71%,84%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 215 of 255 = 84%
B 172 of 255 = 67%

180
215
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 215 + 172 = 567 (100%)
R 180 of 567 ~ 31.75%
G 215 of 567 ~ 37.92%
B 172 of 567 ~ 30.34%

%31.75
%37.92
%30.34

CMYK color model

#B4D7AC color CMYK value is (16,0,20,16).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(16,0,20,16)
C16M0Y20K16 
(16%,0%,20%,16%)
(0.16/0.00/0.20/0.16)	

CMYK percentages

%16.28
%0
%20
%15.69

Codes

Color #B4D7AC in popluar color models

B4D7AC
RGB180215172
HSL109°34.96%75.88%
HSB/HSV109°20.00%84.31%
CMYK16.28%0.00%20.00%
15.69%

Color #B4D7AC in popluar number systems.

HEXB4D7AC
Decimal180215172
Binary101101001101011110101100
Octal264327254

Shades and tints

Shades of #B4D7AC

#B4D7AC
(180,215,172)
#A4C49D
(164,196,157)
#94B18E
(148,177,142)
#849E7F
(132,158,127)
#748B70
(116,139,112)
#647861
(100,120,97)
#546552
(84,101,82)
#445243
(68,82,67)
#343F34
(52,63,52)
#242C25
(36,44,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4D7AC

#B4D7AC
(180,215,172)
#BADAB3
(186,218,179)
#C0DDBA
(192,221,186)
#C6E0C1
(198,224,193)
#CCE3C8
(204,227,200)
#D2E6CF
(210,230,207)
#D8E9D6
(216,233,214)
#DEECDD
(222,236,221)
#E4EFE4
(228,239,228)
#EAF2EB
(234,242,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D7AC; }

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

This text font color is #B4D7AC.


Background Color

.myBgColor { background-color: #B4D7AC; }

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

This div background color is #B4D7AC.


Border color

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

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

This div border color is #B4D7AC.


Opacity

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

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

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

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

This text has shadow with #B4D7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D7AC on black background.


Color preview on white background

This text has color #B4D7AC on white background.



Black color preview on #B4D7AC background

This text has black color on #B4D7AC background.


White color preview on #B4D7AC background

This text has white color on #B4D7AC background.