COLOR #BDE4AB

HEX: #BDE4AB
RGB: (189,228,171)

Color info

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

RGB color model

#BDE4AB color RGB value is (189,228,171).

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

RGB channels and saturation

R 189 of 255 = 74%
G 228 of 255 = 89%
B 171 of 255 = 67%

189
228
171

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

Portions of RGB colors in percentages

R + G + B =
189 + 228 + 171 = 588 (100%)
R 189 of 588 ~ 32.14%
G 228 of 588 ~ 38.78%
B 171 of 588 ~ 29.08%

%32.14
%38.78
%29.08

CMYK color model

#BDE4AB color CMYK value is (17,0,25,11).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 10.59%
CMYK:
(17,0,25,11)
C17M0Y25K11 
(17%,0%,25%,11%)
(0.17/0.00/0.25/0.11)	

CMYK percentages

%17.11
%0
%25
%10.59

Codes

Color #BDE4AB in popluar color models

BDE4AB
RGB189228171
HSL101°51.35%78.24%
HSB/HSV101°25.00%89.41%
CMYK17.11%0.00%25.00%
10.59%

Color #BDE4AB in popluar number systems.

HEXBDE4AB
Decimal189228171
Binary101111011110010010101011
Octal275344253

Shades and tints

Shades of #BDE4AB

#BDE4AB
(189,228,171)
#ACD09C
(172,208,156)
#9BBC8D
(155,188,141)
#8AA87E
(138,168,126)
#79946F
(121,148,111)
#688060
(104,128,96)
#576C51
(87,108,81)
#465842
(70,88,66)
#354433
(53,68,51)
#243024
(36,48,36)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #BDE4AB

#BDE4AB
(189,228,171)
#C3E6B2
(195,230,178)
#C9E8B9
(201,232,185)
#CFEAC0
(207,234,192)
#D5ECC7
(213,236,199)
#DBEECE
(219,238,206)
#E1F0D5
(225,240,213)
#E7F2DC
(231,242,220)
#EDF4E3
(237,244,227)
#F3F6EA
(243,246,234)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE4AB; }

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

This text font color is #BDE4AB.


Background Color

.myBgColor { background-color: #BDE4AB; }

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

This div background color is #BDE4AB.


Border color

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

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

This div border color is #BDE4AB.


Opacity

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

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

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

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

This text has shadow with #BDE4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE4AB on black background.


Color preview on white background

This text has color #BDE4AB on white background.



Black color preview on #BDE4AB background

This text has black color on #BDE4AB background.


White color preview on #BDE4AB background

This text has white color on #BDE4AB background.