COLOR #BDD0A2

HEX: #BDD0A2
RGB: (189,208,162)

Color info

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

RGB color model

#BDD0A2 color RGB value is (189,208,162).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 162 of 255 = 64%

189
208
162

R + G + B ~ 73%. #BDD0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 162 = 559 (100%)
R 189 of 559 ~ 33.81%
G 208 of 559 ~ 37.21%
B 162 of 559 ~ 28.98%

%33.81
%37.21
%28.98

CMYK color model

#BDD0A2 color CMYK value is (9,0,22,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 18.43%
CMYK:
(9,0,22,18)
C9M0Y22K18 
(9%,0%,22%,18%)
(0.09/0.00/0.22/0.18)	

CMYK percentages

%9.13
%0
%22.12
%18.43

Codes

Color #BDD0A2 in popluar color models

BDD0A2
RGB189208162
HSL85°32.86%72.55%
HSB/HSV85°22.12%81.57%
CMYK9.13%0.00%22.12%
18.43%

Color #BDD0A2 in popluar number systems.

HEXBDD0A2
Decimal189208162
Binary101111011101000010100010
Octal275320242

Shades and tints

Shades of #BDD0A2

#BDD0A2
(189,208,162)
#ACBE94
(172,190,148)
#9BAC86
(155,172,134)
#8A9A78
(138,154,120)
#79886A
(121,136,106)
#68765C
(104,118,92)
#57644E
(87,100,78)
#465240
(70,82,64)
#354032
(53,64,50)
#242E24
(36,46,36)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #BDD0A2

#BDD0A2
(189,208,162)
#C3D4AA
(195,212,170)
#C9D8B2
(201,216,178)
#CFDCBA
(207,220,186)
#D5E0C2
(213,224,194)
#DBE4CA
(219,228,202)
#E1E8D2
(225,232,210)
#E7ECDA
(231,236,218)
#EDF0E2
(237,240,226)
#F3F4EA
(243,244,234)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0A2; }

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

This text font color is #BDD0A2.


Background Color

.myBgColor { background-color: #BDD0A2; }

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

This div background color is #BDD0A2.


Border color

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

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

This div border color is #BDD0A2.


Opacity

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

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

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

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

This text has shadow with #BDD0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0A2 on black background.


Color preview on white background

This text has color #BDD0A2 on white background.



Black color preview on #BDD0A2 background

This text has black color on #BDD0A2 background.


White color preview on #BDD0A2 background

This text has white color on #BDD0A2 background.