COLOR #B9DDA8

HEX: #B9DDA8
RGB: (185,221,168)

Color info

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

RGB color model

#B9DDA8 color RGB value is (185,221,168).

  • red value is 185;
  • green value is 221;
  • blue value is 168.
RGB:
(185,221,168)
(73%,87%,66%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 168 of 255 = 66%

185
221
168

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

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 168 = 574 (100%)
R 185 of 574 ~ 32.23%
G 221 of 574 ~ 38.5%
B 168 of 574 ~ 29.27%

%32.23
%38.5
%29.27

CMYK color model

#B9DDA8 color CMYK value is (16,0,24,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 13.33%
CMYK:
(16,0,24,13)
C16M0Y24K13 
(16%,0%,24%,13%)
(0.16/0.00/0.24/0.13)	

CMYK percentages

%16.29
%0
%23.98
%13.33

Codes

Color #B9DDA8 in popluar color models

B9DDA8
RGB185221168
HSL101°43.80%76.27%
HSB/HSV101°23.98%86.67%
CMYK16.29%0.00%23.98%
13.33%

Color #B9DDA8 in popluar number systems.

HEXB9DDA8
Decimal185221168
Binary101110011101110110101000
Octal271335250

Shades and tints

Shades of #B9DDA8

#B9DDA8
(185,221,168)
#A9C999
(169,201,153)
#99B58A
(153,181,138)
#89A17B
(137,161,123)
#798D6C
(121,141,108)
#69795D
(105,121,93)
#59654E
(89,101,78)
#49513F
(73,81,63)
#393D30
(57,61,48)
#292921
(41,41,33)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B9DDA8

#B9DDA8
(185,221,168)
#BFE0AF
(191,224,175)
#C5E3B6
(197,227,182)
#CBE6BD
(203,230,189)
#D1E9C4
(209,233,196)
#D7ECCB
(215,236,203)
#DDEFD2
(221,239,210)
#E3F2D9
(227,242,217)
#E9F5E0
(233,245,224)
#EFF8E7
(239,248,231)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DDA8 color. Also use rgb(185,221,168) instead hex code.

Text Font Color

.myTextColor { color: #B9DDA8; }

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

This text font color is #B9DDA8.


Background Color

.myBgColor { background-color: #B9DDA8; }

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

This div background color is #B9DDA8.


Border color

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

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

This div border color is #B9DDA8.


Opacity

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

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

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

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

This text has shadow with #B9DDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDA8 on black background.


Color preview on white background

This text has color #B9DDA8 on white background.



Black color preview on #B9DDA8 background

This text has black color on #B9DDA8 background.


White color preview on #B9DDA8 background

This text has white color on #B9DDA8 background.