COLOR #BDE0AB

HEX: #BDE0AB
RGB: (189,224,171)

Color info

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

RGB color model

#BDE0AB color RGB value is (189,224,171).

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

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 171 of 255 = 67%

189
224
171

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

Portions of RGB colors in percentages

R + G + B =
189 + 224 + 171 = 584 (100%)
R 189 of 584 ~ 32.36%
G 224 of 584 ~ 38.36%
B 171 of 584 ~ 29.28%

%32.36
%38.36
%29.28

CMYK color model

#BDE0AB color CMYK value is (16,0,24,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(16,0,24,12)
C16M0Y24K12 
(16%,0%,24%,12%)
(0.16/0.00/0.24/0.12)	

CMYK percentages

%15.63
%0
%23.66
%12.16

Codes

Color #BDE0AB in popluar color models

BDE0AB
RGB189224171
HSL100°46.09%77.45%
HSB/HSV100°23.66%87.84%
CMYK15.63%0.00%23.66%
12.16%

Color #BDE0AB in popluar number systems.

HEXBDE0AB
Decimal189224171
Binary101111011110000010101011
Octal275340253

Shades and tints

Shades of #BDE0AB

#BDE0AB
(189,224,171)
#ACCC9C
(172,204,156)
#9BB88D
(155,184,141)
#8AA47E
(138,164,126)
#79906F
(121,144,111)
#687C60
(104,124,96)
#576851
(87,104,81)
#465442
(70,84,66)
#354033
(53,64,51)
#242C24
(36,44,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDE0AB

#BDE0AB
(189,224,171)
#C3E2B2
(195,226,178)
#C9E4B9
(201,228,185)
#CFE6C0
(207,230,192)
#D5E8C7
(213,232,199)
#DBEACE
(219,234,206)
#E1ECD5
(225,236,213)
#E7EEDC
(231,238,220)
#EDF0E3
(237,240,227)
#F3F2EA
(243,242,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0AB; }

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

This text font color is #BDE0AB.


Background Color

.myBgColor { background-color: #BDE0AB; }

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

This div background color is #BDE0AB.


Border color

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

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

This div border color is #BDE0AB.


Opacity

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

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

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

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

This text has shadow with #BDE0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE0AB on black background.


Color preview on white background

This text has color #BDE0AB on white background.



Black color preview on #BDE0AB background

This text has black color on #BDE0AB background.


White color preview on #BDE0AB background

This text has white color on #BDE0AB background.