COLOR #BDD0A6

HEX: #BDD0A6
RGB: (189,208,166)

Color info

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

RGB color model

#BDD0A6 color RGB value is (189,208,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 166 of 255 = 65%

189
208
166

R + G + B ~ 74%. #BDD0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 166 = 563 (100%)
R 189 of 563 ~ 33.57%
G 208 of 563 ~ 36.94%
B 166 of 563 ~ 29.48%

%33.57
%36.94
%29.48

CMYK color model

#BDD0A6 color CMYK value is (9,0,20,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(9,0,20,18)
C9M0Y20K18 
(9%,0%,20%,18%)
(0.09/0.00/0.20/0.18)	

CMYK percentages

%9.13
%0
%20.19
%18.43

Codes

Color #BDD0A6 in popluar color models

BDD0A6
RGB189208166
HSL87°30.88%73.33%
HSB/HSV87°20.19%81.57%
CMYK9.13%0.00%20.19%
18.43%

Color #BDD0A6 in popluar number systems.

HEXBDD0A6
Decimal189208166
Binary101111011101000010100110
Octal275320246

Shades and tints

Shades of #BDD0A6

#BDD0A6
(189,208,166)
#ACBE97
(172,190,151)
#9BAC88
(155,172,136)
#8A9A79
(138,154,121)
#79886A
(121,136,106)
#68765B
(104,118,91)
#57644C
(87,100,76)
#46523D
(70,82,61)
#35402E
(53,64,46)
#242E1F
(36,46,31)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #BDD0A6

#BDD0A6
(189,208,166)
#C3D4AE
(195,212,174)
#C9D8B6
(201,216,182)
#CFDCBE
(207,220,190)
#D5E0C6
(213,224,198)
#DBE4CE
(219,228,206)
#E1E8D6
(225,232,214)
#E7ECDE
(231,236,222)
#EDF0E6
(237,240,230)
#F3F4EE
(243,244,238)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0A6; }

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

This text font color is #BDD0A6.


Background Color

.myBgColor { background-color: #BDD0A6; }

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

This div background color is #BDD0A6.


Border color

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

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

This div border color is #BDD0A6.


Opacity

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

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

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

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

This text has shadow with #BDD0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0A6 on black background.


Color preview on white background

This text has color #BDD0A6 on white background.



Black color preview on #BDD0A6 background

This text has black color on #BDD0A6 background.


White color preview on #BDD0A6 background

This text has white color on #BDD0A6 background.