COLOR #BDDBA9

HEX: #BDDBA9
RGB: (189,219,169)

Color info

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

RGB color model

#BDDBA9 color RGB value is (189,219,169).

  • red value is 189;
  • green value is 219;
  • blue value is 169.
RGB:
(189,219,169)
(74%,86%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 169 of 255 = 66%

189
219
169

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

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 169 = 577 (100%)
R 189 of 577 ~ 32.76%
G 219 of 577 ~ 37.95%
B 169 of 577 ~ 29.29%

%32.76
%37.95
%29.29

CMYK color model

#BDDBA9 color CMYK value is (14,0,23,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(14,0,23,14)
C14M0Y23K14 
(14%,0%,23%,14%)
(0.14/0.00/0.23/0.14)	

CMYK percentages

%13.7
%0
%22.83
%14.12

Codes

Color #BDDBA9 in popluar color models

BDDBA9
RGB189219169
HSL96°40.98%76.08%
HSB/HSV96°22.83%85.88%
CMYK13.70%0.00%22.83%
14.12%

Color #BDDBA9 in popluar number systems.

HEXBDDBA9
Decimal189219169
Binary101111011101101110101001
Octal275333251

Shades and tints

Shades of #BDDBA9

#BDDBA9
(189,219,169)
#ACC89A
(172,200,154)
#9BB58B
(155,181,139)
#8AA27C
(138,162,124)
#798F6D
(121,143,109)
#687C5E
(104,124,94)
#57694F
(87,105,79)
#465640
(70,86,64)
#354331
(53,67,49)
#243022
(36,48,34)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #BDDBA9

#BDDBA9
(189,219,169)
#C3DEB0
(195,222,176)
#C9E1B7
(201,225,183)
#CFE4BE
(207,228,190)
#D5E7C5
(213,231,197)
#DBEACC
(219,234,204)
#E1EDD3
(225,237,211)
#E7F0DA
(231,240,218)
#EDF3E1
(237,243,225)
#F3F6E8
(243,246,232)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDBA9 color. Also use rgb(189,219,169) instead hex code.

Text Font Color

.myTextColor { color: #BDDBA9; }

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

This text font color is #BDDBA9.


Background Color

.myBgColor { background-color: #BDDBA9; }

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

This div background color is #BDDBA9.


Border color

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

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

This div border color is #BDDBA9.


Opacity

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

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

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

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

This text has shadow with #BDDBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDBA9 on black background.


Color preview on white background

This text has color #BDDBA9 on white background.



Black color preview on #BDDBA9 background

This text has black color on #BDDBA9 background.


White color preview on #BDDBA9 background

This text has white color on #BDDBA9 background.