COLOR #BDDAAE

HEX: #BDDAAE
RGB: (189,218,174)

Color info

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

RGB color model

#BDDAAE color RGB value is (189,218,174).

  • red value is 189;
  • green value is 218;
  • blue value is 174.
RGB:
(189,218,174)
(74%,85%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 174 of 255 = 68%

189
218
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 218 + 174 = 581 (100%)
R 189 of 581 ~ 32.53%
G 218 of 581 ~ 37.52%
B 174 of 581 ~ 29.95%

%32.53
%37.52
%29.95

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(13,0,20,15)
C13M0Y20K15 
(13%,0%,20%,15%)
(0.13/0.00/0.20/0.15)	

CMYK percentages

%13.3
%0
%20.18
%14.51

Codes

Color #BDDAAE in popluar color models

BDDAAE
RGB189218174
HSL100°37.29%76.86%
HSB/HSV100°20.18%85.49%
CMYK13.30%0.00%20.18%
14.51%

Color #BDDAAE in popluar number systems.

HEXBDDAAE
Decimal189218174
Binary101111011101101010101110
Octal275332256

Shades and tints

Shades of #BDDAAE

#BDDAAE
(189,218,174)
#ACC79F
(172,199,159)
#9BB490
(155,180,144)
#8AA181
(138,161,129)
#798E72
(121,142,114)
#687B63
(104,123,99)
#576854
(87,104,84)
#465545
(70,85,69)
#354236
(53,66,54)
#242F27
(36,47,39)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #BDDAAE

#BDDAAE
(189,218,174)
#C3DDB5
(195,221,181)
#C9E0BC
(201,224,188)
#CFE3C3
(207,227,195)
#D5E6CA
(213,230,202)
#DBE9D1
(219,233,209)
#E1ECD8
(225,236,216)
#E7EFDF
(231,239,223)
#EDF2E6
(237,242,230)
#F3F5ED
(243,245,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDAAE color. Also use rgb(189,218,174) instead hex code.

Text Font Color

.myTextColor { color: #BDDAAE; }

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

This text font color is #BDDAAE.


Background Color

.myBgColor { background-color: #BDDAAE; }

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

This div background color is #BDDAAE.


Border color

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

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

This div border color is #BDDAAE.


Opacity

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

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

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

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

This text has shadow with #BDDAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDAAE on black background.


Color preview on white background

This text has color #BDDAAE on white background.



Black color preview on #BDDAAE background

This text has black color on #BDDAAE background.


White color preview on #BDDAAE background

This text has white color on #BDDAAE background.