COLOR #BDD4A1

HEX: #BDD4A1
RGB: (189,212,161)

Color info

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

RGB color model

#BDD4A1 color RGB value is (189,212,161).

  • red value is 189;
  • green value is 212;
  • blue value is 161.
RGB:
(189,212,161)
(74%,83%,63%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 161 of 255 = 63%

189
212
161

R + G + B ~ 73%. #BDD4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 161 = 562 (100%)
R 189 of 562 ~ 33.63%
G 212 of 562 ~ 37.72%
B 161 of 562 ~ 28.65%

%33.63
%37.72
%28.65

CMYK color model

#BDD4A1 color CMYK value is (11,0,24,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 16.86%
CMYK:
(11,0,24,17)
C11M0Y24K17 
(11%,0%,24%,17%)
(0.11/0.00/0.24/0.17)	

CMYK percentages

%10.85
%0
%24.06
%16.86

Codes

Color #BDD4A1 in popluar color models

BDD4A1
RGB189212161
HSL87°37.23%73.14%
HSB/HSV87°24.06%83.14%
CMYK10.85%0.00%24.06%
16.86%

Color #BDD4A1 in popluar number systems.

HEXBDD4A1
Decimal189212161
Binary101111011101010010100001
Octal275324241

Shades and tints

Shades of #BDD4A1

#BDD4A1
(189,212,161)
#ACC193
(172,193,147)
#9BAE85
(155,174,133)
#8A9B77
(138,155,119)
#798869
(121,136,105)
#68755B
(104,117,91)
#57624D
(87,98,77)
#464F3F
(70,79,63)
#353C31
(53,60,49)
#242923
(36,41,35)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDD4A1

#BDD4A1
(189,212,161)
#C3D7A9
(195,215,169)
#C9DAB1
(201,218,177)
#CFDDB9
(207,221,185)
#D5E0C1
(213,224,193)
#DBE3C9
(219,227,201)
#E1E6D1
(225,230,209)
#E7E9D9
(231,233,217)
#EDECE1
(237,236,225)
#F3EFE9
(243,239,233)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD4A1 color. Also use rgb(189,212,161) instead hex code.

Text Font Color

.myTextColor { color: #BDD4A1; }

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

This text font color is #BDD4A1.


Background Color

.myBgColor { background-color: #BDD4A1; }

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

This div background color is #BDD4A1.


Border color

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

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

This div border color is #BDD4A1.


Opacity

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

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

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

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

This text has shadow with #BDD4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4A1 on black background.


Color preview on white background

This text has color #BDD4A1 on white background.



Black color preview on #BDD4A1 background

This text has black color on #BDD4A1 background.


White color preview on #BDD4A1 background

This text has white color on #BDD4A1 background.