COLOR #BDE5A0

HEX: #BDE5A0
RGB: (189,229,160)

Color info

#BDE5A0 contains mainly red and green colors. Web safe color of #BDE5A0 is #CCCC99 (or #CC9).

RGB color model

#BDE5A0 color RGB value is (189,229,160).

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

RGB channels and saturation

R 189 of 255 = 74%
G 229 of 255 = 90%
B 160 of 255 = 63%

189
229
160

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

Portions of RGB colors in percentages

R + G + B =
189 + 229 + 160 = 578 (100%)
R 189 of 578 ~ 32.7%
G 229 of 578 ~ 39.62%
B 160 of 578 ~ 27.68%

%32.7
%39.62
%27.68

CMYK color model

#BDE5A0 color CMYK value is (17,0,30,10).

  • cyan value is 17.47%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK:
(17,0,30,10)
C17M0Y30K10 
(17%,0%,30%,10%)
(0.17/0.00/0.30/0.10)	

CMYK percentages

%17.47
%0
%30.13
%10.2

Codes

Color #BDE5A0 in popluar color models

BDE5A0
RGB189229160
HSL95°57.02%76.27%
HSB/HSV95°30.13%89.80%
CMYK17.47%0.00%30.13%
10.20%

Color #BDE5A0 in popluar number systems.

HEXBDE5A0
Decimal189229160
Binary101111011110010110100000
Octal275345240

Shades and tints

Shades of #BDE5A0

#BDE5A0
(189,229,160)
#ACD192
(172,209,146)
#9BBD84
(155,189,132)
#8AA976
(138,169,118)
#799568
(121,149,104)
#68815A
(104,129,90)
#576D4C
(87,109,76)
#46593E
(70,89,62)
#354530
(53,69,48)
#243122
(36,49,34)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #BDE5A0

#BDE5A0
(189,229,160)
#C3E7A8
(195,231,168)
#C9E9B0
(201,233,176)
#CFEBB8
(207,235,184)
#D5EDC0
(213,237,192)
#DBEFC8
(219,239,200)
#E1F1D0
(225,241,208)
#E7F3D8
(231,243,216)
#EDF5E0
(237,245,224)
#F3F7E8
(243,247,232)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE5A0; }

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

This text font color is #BDE5A0.


Background Color

.myBgColor { background-color: #BDE5A0; }

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

This div background color is #BDE5A0.


Border color

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

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

This div border color is #BDE5A0.


Opacity

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

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

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

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

This text has shadow with #BDE5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE5A0 on black background.


Color preview on white background

This text has color #BDE5A0 on white background.



Black color preview on #BDE5A0 background

This text has black color on #BDE5A0 background.


White color preview on #BDE5A0 background

This text has white color on #BDE5A0 background.