COLOR #BDD0AE

HEX: #BDD0AE
RGB: (189,208,174)

Color info

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

RGB color model

#BDD0AE color RGB value is (189,208,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 174 of 255 = 68%

189
208
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 174 = 571 (100%)
R 189 of 571 ~ 33.1%
G 208 of 571 ~ 36.43%
B 174 of 571 ~ 30.47%

%33.1
%36.43
%30.47

CMYK color model

#BDD0AE color CMYK value is (9,0,16,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(9,0,16,18)
C9M0Y16K18 
(9%,0%,16%,18%)
(0.09/0.00/0.16/0.18)	

CMYK percentages

%9.13
%0
%16.35
%18.43

Codes

Color #BDD0AE in popluar color models

BDD0AE
RGB189208174
HSL94°26.56%74.90%
HSB/HSV94°16.35%81.57%
CMYK9.13%0.00%16.35%
18.43%

Color #BDD0AE in popluar number systems.

HEXBDD0AE
Decimal189208174
Binary101111011101000010101110
Octal275320256

Shades and tints

Shades of #BDD0AE

#BDD0AE
(189,208,174)
#ACBE9F
(172,190,159)
#9BAC90
(155,172,144)
#8A9A81
(138,154,129)
#798872
(121,136,114)
#687663
(104,118,99)
#576454
(87,100,84)
#465245
(70,82,69)
#354036
(53,64,54)
#242E27
(36,46,39)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #BDD0AE

#BDD0AE
(189,208,174)
#C3D4B5
(195,212,181)
#C9D8BC
(201,216,188)
#CFDCC3
(207,220,195)
#D5E0CA
(213,224,202)
#DBE4D1
(219,228,209)
#E1E8D8
(225,232,216)
#E7ECDF
(231,236,223)
#EDF0E6
(237,240,230)
#F3F4ED
(243,244,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0AE; }

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

This text font color is #BDD0AE.


Background Color

.myBgColor { background-color: #BDD0AE; }

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

This div background color is #BDD0AE.


Border color

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

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

This div border color is #BDD0AE.


Opacity

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

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

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

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

This text has shadow with #BDD0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0AE on black background.


Color preview on white background

This text has color #BDD0AE on white background.



Black color preview on #BDD0AE background

This text has black color on #BDD0AE background.


White color preview on #BDD0AE background

This text has white color on #BDD0AE background.