COLOR #BDD0A3

HEX: #BDD0A3
RGB: (189,208,163)

Color info

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

RGB color model

#BDD0A3 color RGB value is (189,208,163).

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

RGB channels and saturation

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

189
208
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 163 = 560 (100%)
R 189 of 560 ~ 33.75%
G 208 of 560 ~ 37.14%
B 163 of 560 ~ 29.11%

%33.75
%37.14
%29.11

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 21.63%
  • 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
%21.63
%18.43

Codes

Color #BDD0A3 in popluar color models

BDD0A3
RGB189208163
HSL85°32.37%72.75%
HSB/HSV85°21.63%81.57%
CMYK9.13%0.00%21.63%
18.43%

Color #BDD0A3 in popluar number systems.

HEXBDD0A3
Decimal189208163
Binary101111011101000010100011
Octal275320243

Shades and tints

Shades of #BDD0A3

#BDD0A3
(189,208,163)
#ACBE95
(172,190,149)
#9BAC87
(155,172,135)
#8A9A79
(138,154,121)
#79886B
(121,136,107)
#68765D
(104,118,93)
#57644F
(87,100,79)
#465241
(70,82,65)
#354033
(53,64,51)
#242E25
(36,46,37)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDD0A3

#BDD0A3
(189,208,163)
#C3D4AB
(195,212,171)
#C9D8B3
(201,216,179)
#CFDCBB
(207,220,187)
#D5E0C3
(213,224,195)
#DBE4CB
(219,228,203)
#E1E8D3
(225,232,211)
#E7ECDB
(231,236,219)
#EDF0E3
(237,240,227)
#F3F4EB
(243,244,235)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0A3; }

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

This text font color is #BDD0A3.


Background Color

.myBgColor { background-color: #BDD0A3; }

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

This div background color is #BDD0A3.


Border color

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

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

This div border color is #BDD0A3.


Opacity

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

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

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

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

This text has shadow with #BDD0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0A3 on black background.


Color preview on white background

This text has color #BDD0A3 on white background.



Black color preview on #BDD0A3 background

This text has black color on #BDD0A3 background.


White color preview on #BDD0A3 background

This text has white color on #BDD0A3 background.