COLOR #BDD9AB

HEX: #BDD9AB
RGB: (189,217,171)

Color info

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

RGB color model

#BDD9AB color RGB value is (189,217,171).

  • red value is 189;
  • green value is 217;
  • blue value is 171.
RGB:
(189,217,171)
(74%,85%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 171 of 255 = 67%

189
217
171

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

Portions of RGB colors in percentages

R + G + B =
189 + 217 + 171 = 577 (100%)
R 189 of 577 ~ 32.76%
G 217 of 577 ~ 37.61%
B 171 of 577 ~ 29.64%

%32.76
%37.61
%29.64

CMYK color model

#BDD9AB color CMYK value is (13,0,21,15).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 14.90%
CMYK:
(13,0,21,15)
C13M0Y21K15 
(13%,0%,21%,15%)
(0.13/0.00/0.21/0.15)	

CMYK percentages

%12.9
%0
%21.2
%14.9

Codes

Color #BDD9AB in popluar color models

BDD9AB
RGB189217171
HSL97°37.70%76.08%
HSB/HSV97°21.20%85.10%
CMYK12.90%0.00%21.20%
14.90%

Color #BDD9AB in popluar number systems.

HEXBDD9AB
Decimal189217171
Binary101111011101100110101011
Octal275331253

Shades and tints

Shades of #BDD9AB

#BDD9AB
(189,217,171)
#ACC69C
(172,198,156)
#9BB38D
(155,179,141)
#8AA07E
(138,160,126)
#798D6F
(121,141,111)
#687A60
(104,122,96)
#576751
(87,103,81)
#465442
(70,84,66)
#354133
(53,65,51)
#242E24
(36,46,36)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDD9AB

#BDD9AB
(189,217,171)
#C3DCB2
(195,220,178)
#C9DFB9
(201,223,185)
#CFE2C0
(207,226,192)
#D5E5C7
(213,229,199)
#DBE8CE
(219,232,206)
#E1EBD5
(225,235,213)
#E7EEDC
(231,238,220)
#EDF1E3
(237,241,227)
#F3F4EA
(243,244,234)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD9AB color. Also use rgb(189,217,171) instead hex code.

Text Font Color

.myTextColor { color: #BDD9AB; }

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

This text font color is #BDD9AB.


Background Color

.myBgColor { background-color: #BDD9AB; }

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

This div background color is #BDD9AB.


Border color

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

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

This div border color is #BDD9AB.


Opacity

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

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

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

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

This text has shadow with #BDD9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD9AB on black background.


Color preview on white background

This text has color #BDD9AB on white background.



Black color preview on #BDD9AB background

This text has black color on #BDD9AB background.


White color preview on #BDD9AB background

This text has white color on #BDD9AB background.