COLOR #BDDEAB

HEX: #BDDEAB
RGB: (189,222,171)

Color info

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

RGB color model

#BDDEAB color RGB value is (189,222,171).

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

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 171 of 255 = 67%

189
222
171

R + G + B ~ 76%. #BDDEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 171 = 582 (100%)
R 189 of 582 ~ 32.47%
G 222 of 582 ~ 38.14%
B 171 of 582 ~ 29.38%

%32.47
%38.14
%29.38

CMYK color model

#BDDEAB color CMYK value is (15,0,23,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 12.94%
CMYK:
(15,0,23,13)
C15M0Y23K13 
(15%,0%,23%,13%)
(0.15/0.00/0.23/0.13)	

CMYK percentages

%14.86
%0
%22.97
%12.94

Codes

Color #BDDEAB in popluar color models

BDDEAB
RGB189222171
HSL99°43.59%77.06%
HSB/HSV99°22.97%87.06%
CMYK14.86%0.00%22.97%
12.94%

Color #BDDEAB in popluar number systems.

HEXBDDEAB
Decimal189222171
Binary101111011101111010101011
Octal275336253

Shades and tints

Shades of #BDDEAB

#BDDEAB
(189,222,171)
#ACCA9C
(172,202,156)
#9BB68D
(155,182,141)
#8AA27E
(138,162,126)
#798E6F
(121,142,111)
#687A60
(104,122,96)
#576651
(87,102,81)
#465242
(70,82,66)
#353E33
(53,62,51)
#242A24
(36,42,36)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDDEAB

#BDDEAB
(189,222,171)
#C3E1B2
(195,225,178)
#C9E4B9
(201,228,185)
#CFE7C0
(207,231,192)
#D5EAC7
(213,234,199)
#DBEDCE
(219,237,206)
#E1F0D5
(225,240,213)
#E7F3DC
(231,243,220)
#EDF6E3
(237,246,227)
#F3F9EA
(243,249,234)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEAB; }

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

This text font color is #BDDEAB.


Background Color

.myBgColor { background-color: #BDDEAB; }

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

This div background color is #BDDEAB.


Border color

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

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

This div border color is #BDDEAB.


Opacity

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

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

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

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

This text has shadow with #BDDEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEAB on black background.


Color preview on white background

This text has color #BDDEAB on white background.



Black color preview on #BDDEAB background

This text has black color on #BDDEAB background.


White color preview on #BDDEAB background

This text has white color on #BDDEAB background.