COLOR #B8D8AD

HEX: #B8D8AD
RGB: (184,216,173)

Color info

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

RGB color model

#B8D8AD color RGB value is (184,216,173).

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

RGB channels and saturation

R 184 of 255 = 72%
G 216 of 255 = 85%
B 173 of 255 = 68%

184
216
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 216 + 173 = 573 (100%)
R 184 of 573 ~ 32.11%
G 216 of 573 ~ 37.7%
B 173 of 573 ~ 30.19%

%32.11
%37.7
%30.19

CMYK color model

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

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • 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
%19.91
%15.29

Codes

Color #B8D8AD in popluar color models

B8D8AD
RGB184216173
HSL105°35.54%76.27%
HSB/HSV105°19.91%84.71%
CMYK14.81%0.00%19.91%
15.29%

Color #B8D8AD in popluar number systems.

HEXB8D8AD
Decimal184216173
Binary101110001101100010101101
Octal270330255

Shades and tints

Shades of #B8D8AD

#B8D8AD
(184,216,173)
#A8C59E
(168,197,158)
#98B28F
(152,178,143)
#889F80
(136,159,128)
#788C71
(120,140,113)
#687962
(104,121,98)
#586653
(88,102,83)
#485344
(72,83,68)
#384035
(56,64,53)
#282D26
(40,45,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #B8D8AD

#B8D8AD
(184,216,173)
#BEDBB4
(190,219,180)
#C4DEBB
(196,222,187)
#CAE1C2
(202,225,194)
#D0E4C9
(208,228,201)
#D6E7D0
(214,231,208)
#DCEAD7
(220,234,215)
#E2EDDE
(226,237,222)
#E8F0E5
(232,240,229)
#EEF3EC
(238,243,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D8AD; }

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

This text font color is #B8D8AD.


Background Color

.myBgColor { background-color: #B8D8AD; }

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

This div background color is #B8D8AD.


Border color

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

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

This div border color is #B8D8AD.


Opacity

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

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

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

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

This text has shadow with #B8D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D8AD on black background.


Color preview on white background

This text has color #B8D8AD on white background.



Black color preview on #B8D8AD background

This text has black color on #B8D8AD background.


White color preview on #B8D8AD background

This text has white color on #B8D8AD background.