COLOR #BDE5AA

HEX: #BDE5AA
RGB: (189,229,170)

Color info

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

RGB color model

#BDE5AA color RGB value is (189,229,170).

  • red value is 189;
  • green value is 229;
  • blue value is 170.
RGB:
(189,229,170)
(74%,90%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 229 of 255 = 90%
B 170 of 255 = 67%

189
229
170

R + G + B ~ 77%. #BDE5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 229 + 170 = 588 (100%)
R 189 of 588 ~ 32.14%
G 229 of 588 ~ 38.95%
B 170 of 588 ~ 28.91%

%32.14
%38.95
%28.91

CMYK color model

#BDE5AA color CMYK value is (17,0,26,10).

  • cyan value is 17.47%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK:
(17,0,26,10)
C17M0Y26K10 
(17%,0%,26%,10%)
(0.17/0.00/0.26/0.10)	

CMYK percentages

%17.47
%0
%25.76
%10.2

Codes

Color #BDE5AA in popluar color models

BDE5AA
RGB189229170
HSL101°53.15%78.24%
HSB/HSV101°25.76%89.80%
CMYK17.47%0.00%25.76%
10.20%

Color #BDE5AA in popluar number systems.

HEXBDE5AA
Decimal189229170
Binary101111011110010110101010
Octal275345252

Shades and tints

Shades of #BDE5AA

#BDE5AA
(189,229,170)
#ACD19B
(172,209,155)
#9BBD8C
(155,189,140)
#8AA97D
(138,169,125)
#79956E
(121,149,110)
#68815F
(104,129,95)
#576D50
(87,109,80)
#465941
(70,89,65)
#354532
(53,69,50)
#243123
(36,49,35)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #BDE5AA

#BDE5AA
(189,229,170)
#C3E7B1
(195,231,177)
#C9E9B8
(201,233,184)
#CFEBBF
(207,235,191)
#D5EDC6
(213,237,198)
#DBEFCD
(219,239,205)
#E1F1D4
(225,241,212)
#E7F3DB
(231,243,219)
#EDF5E2
(237,245,226)
#F3F7E9
(243,247,233)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE5AA color. Also use rgb(189,229,170) instead hex code.

Text Font Color

.myTextColor { color: #BDE5AA; }

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

This text font color is #BDE5AA.


Background Color

.myBgColor { background-color: #BDE5AA; }

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

This div background color is #BDE5AA.


Border color

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

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

This div border color is #BDE5AA.


Opacity

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

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

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

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

This text has shadow with #BDE5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE5AA on black background.


Color preview on white background

This text has color #BDE5AA on white background.



Black color preview on #BDE5AA background

This text has black color on #BDE5AA background.


White color preview on #BDE5AA background

This text has white color on #BDE5AA background.