COLOR #B8D8AC

HEX: #B8D8AC
RGB: (184,216,172)

Color info

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

RGB color model

#B8D8AC color RGB value is (184,216,172).

  • red value is 184;
  • green value is 216;
  • blue value is 172.
RGB:
(184,216,172)
(72%,85%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 216 of 255 = 85%
B 172 of 255 = 67%

184
216
172

R + G + B ~ 75%. #B8D8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 216 + 172 = 572 (100%)
R 184 of 572 ~ 32.17%
G 216 of 572 ~ 37.76%
B 172 of 572 ~ 30.07%

%32.17
%37.76
%30.07

CMYK color model

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

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 15.29%
CMYK:
(15,0,20,15)
C15M0Y20K15 
(15%,0%,20%,15%)
(0.15/0.00/0.20/0.15)	

CMYK percentages

%14.81
%0
%20.37
%15.29

Codes

Color #B8D8AC in popluar color models

B8D8AC
RGB184216172
HSL104°36.07%76.08%
HSB/HSV104°20.37%84.71%
CMYK14.81%0.00%20.37%
15.29%

Color #B8D8AC in popluar number systems.

HEXB8D8AC
Decimal184216172
Binary101110001101100010101100
Octal270330254

Shades and tints

Shades of #B8D8AC

#B8D8AC
(184,216,172)
#A8C59D
(168,197,157)
#98B28E
(152,178,142)
#889F7F
(136,159,127)
#788C70
(120,140,112)
#687961
(104,121,97)
#586652
(88,102,82)
#485343
(72,83,67)
#384034
(56,64,52)
#282D25
(40,45,37)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #B8D8AC

#B8D8AC
(184,216,172)
#BEDBB3
(190,219,179)
#C4DEBA
(196,222,186)
#CAE1C1
(202,225,193)
#D0E4C8
(208,228,200)
#D6E7CF
(214,231,207)
#DCEAD6
(220,234,214)
#E2EDDD
(226,237,221)
#E8F0E4
(232,240,228)
#EEF3EB
(238,243,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D8AC; }

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

This text font color is #B8D8AC.


Background Color

.myBgColor { background-color: #B8D8AC; }

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

This div background color is #B8D8AC.


Border color

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

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

This div border color is #B8D8AC.


Opacity

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

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

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

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

This text has shadow with #B8D8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D8AC on black background.


Color preview on white background

This text has color #B8D8AC on white background.



Black color preview on #B8D8AC background

This text has black color on #B8D8AC background.


White color preview on #B8D8AC background

This text has white color on #B8D8AC background.