COLOR #B9DEA9

HEX: #B9DEA9
RGB: (185,222,169)

Color info

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

RGB color model

#B9DEA9 color RGB value is (185,222,169).

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

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 169 of 255 = 66%

185
222
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 169 = 576 (100%)
R 185 of 576 ~ 32.12%
G 222 of 576 ~ 38.54%
B 169 of 576 ~ 29.34%

%32.12
%38.54
%29.34

CMYK color model

#B9DEA9 color CMYK value is (17,0,24,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 12.94%
CMYK:
(17,0,24,13)
C17M0Y24K13 
(17%,0%,24%,13%)
(0.17/0.00/0.24/0.13)	

CMYK percentages

%16.67
%0
%23.87
%12.94

Codes

Color #B9DEA9 in popluar color models

B9DEA9
RGB185222169
HSL102°44.54%76.67%
HSB/HSV102°23.87%87.06%
CMYK16.67%0.00%23.87%
12.94%

Color #B9DEA9 in popluar number systems.

HEXB9DEA9
Decimal185222169
Binary101110011101111010101001
Octal271336251

Shades and tints

Shades of #B9DEA9

#B9DEA9
(185,222,169)
#A9CA9A
(169,202,154)
#99B68B
(153,182,139)
#89A27C
(137,162,124)
#798E6D
(121,142,109)
#697A5E
(105,122,94)
#59664F
(89,102,79)
#495240
(73,82,64)
#393E31
(57,62,49)
#292A22
(41,42,34)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9DEA9

#B9DEA9
(185,222,169)
#BFE1B0
(191,225,176)
#C5E4B7
(197,228,183)
#CBE7BE
(203,231,190)
#D1EAC5
(209,234,197)
#D7EDCC
(215,237,204)
#DDF0D3
(221,240,211)
#E3F3DA
(227,243,218)
#E9F6E1
(233,246,225)
#EFF9E8
(239,249,232)
#F5FCEF
(245,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DEA9 color. Also use rgb(185,222,169) instead hex code.

Text Font Color

.myTextColor { color: #B9DEA9; }

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

This text font color is #B9DEA9.


Background Color

.myBgColor { background-color: #B9DEA9; }

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

This div background color is #B9DEA9.


Border color

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

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

This div border color is #B9DEA9.


Opacity

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

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

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

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

This text has shadow with #B9DEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEA9 on black background.


Color preview on white background

This text has color #B9DEA9 on white background.



Black color preview on #B9DEA9 background

This text has black color on #B9DEA9 background.


White color preview on #B9DEA9 background

This text has white color on #B9DEA9 background.