COLOR #B9DDAE

HEX: #B9DDAE
RGB: (185,221,174)

Color info

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

RGB color model

#B9DDAE color RGB value is (185,221,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 174 of 255 = 68%

185
221
174

R + G + B ~ 76%. #B9DDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 174 = 580 (100%)
R 185 of 580 ~ 31.9%
G 221 of 580 ~ 38.1%
B 174 of 580 ~ 30%

%31.9
%38.1
%30

CMYK color model

#B9DDAE color CMYK value is (16,0,21,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 21.27%
  • key color value is 13.33%
CMYK:
(16,0,21,13)
C16M0Y21K13 
(16%,0%,21%,13%)
(0.16/0.00/0.21/0.13)	

CMYK percentages

%16.29
%0
%21.27
%13.33

Codes

Color #B9DDAE in popluar color models

B9DDAE
RGB185221174
HSL106°40.87%77.45%
HSB/HSV106°21.27%86.67%
CMYK16.29%0.00%21.27%
13.33%

Color #B9DDAE in popluar number systems.

HEXB9DDAE
Decimal185221174
Binary101110011101110110101110
Octal271335256

Shades and tints

Shades of #B9DDAE

#B9DDAE
(185,221,174)
#A9C99F
(169,201,159)
#99B590
(153,181,144)
#89A181
(137,161,129)
#798D72
(121,141,114)
#697963
(105,121,99)
#596554
(89,101,84)
#495145
(73,81,69)
#393D36
(57,61,54)
#292927
(41,41,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9DDAE

#B9DDAE
(185,221,174)
#BFE0B5
(191,224,181)
#C5E3BC
(197,227,188)
#CBE6C3
(203,230,195)
#D1E9CA
(209,233,202)
#D7ECD1
(215,236,209)
#DDEFD8
(221,239,216)
#E3F2DF
(227,242,223)
#E9F5E6
(233,245,230)
#EFF8ED
(239,248,237)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDAE; }

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

This text font color is #B9DDAE.


Background Color

.myBgColor { background-color: #B9DDAE; }

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

This div background color is #B9DDAE.


Border color

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

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

This div border color is #B9DDAE.


Opacity

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

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

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

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

This text has shadow with #B9DDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDAE on black background.


Color preview on white background

This text has color #B9DDAE on white background.



Black color preview on #B9DDAE background

This text has black color on #B9DDAE background.


White color preview on #B9DDAE background

This text has white color on #B9DDAE background.