COLOR #BDD39C

HEX: #BDD39C
RGB: (189,211,156)

Color info

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

RGB color model

#BDD39C color RGB value is (189,211,156).

  • red value is 189;
  • green value is 211;
  • blue value is 156.
RGB:
(189,211,156)
(74%,83%,61%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 156 of 255 = 61%

189
211
156

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 156 = 556 (100%)
R 189 of 556 ~ 33.99%
G 211 of 556 ~ 37.95%
B 156 of 556 ~ 28.06%

%33.99
%37.95
%28.06

CMYK color model

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

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 26.07%
  • key color value is 17.25%
CMYK:
(10,0,26,17)
C10M0Y26K17 
(10%,0%,26%,17%)
(0.10/0.00/0.26/0.17)	

CMYK percentages

%10.43
%0
%26.07
%17.25

Codes

Color #BDD39C in popluar color models

BDD39C
RGB189211156
HSL84°38.46%71.96%
HSB/HSV84°26.07%82.75%
CMYK10.43%0.00%26.07%
17.25%

Color #BDD39C in popluar number systems.

HEXBDD39C
Decimal189211156
Binary101111011101001110011100
Octal275323234

Shades and tints

Shades of #BDD39C

#BDD39C
(189,211,156)
#ACC08E
(172,192,142)
#9BAD80
(155,173,128)
#8A9A72
(138,154,114)
#798764
(121,135,100)
#687456
(104,116,86)
#576148
(87,97,72)
#464E3A
(70,78,58)
#353B2C
(53,59,44)
#24281E
(36,40,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDD39C

#BDD39C
(189,211,156)
#C3D7A5
(195,215,165)
#C9DBAE
(201,219,174)
#CFDFB7
(207,223,183)
#D5E3C0
(213,227,192)
#DBE7C9
(219,231,201)
#E1EBD2
(225,235,210)
#E7EFDB
(231,239,219)
#EDF3E4
(237,243,228)
#F3F7ED
(243,247,237)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD39C color. Also use rgb(189,211,156) instead hex code.

Text Font Color

.myTextColor { color: #BDD39C; }

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

This text font color is #BDD39C.


Background Color

.myBgColor { background-color: #BDD39C; }

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

This div background color is #BDD39C.


Border color

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

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

This div border color is #BDD39C.


Opacity

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

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

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

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

This text has shadow with #BDD39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD39C on black background.


Color preview on white background

This text has color #BDD39C on white background.



Black color preview on #BDD39C background

This text has black color on #BDD39C background.


White color preview on #BDD39C background

This text has white color on #BDD39C background.