COLOR #BDD79C

HEX: #BDD79C
RGB: (189,215,156)

Color info

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

RGB color model

#BDD79C color RGB value is (189,215,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 156 of 255 = 61%

189
215
156

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 156 = 560 (100%)
R 189 of 560 ~ 33.75%
G 215 of 560 ~ 38.39%
B 156 of 560 ~ 27.86%

%33.75
%38.39
%27.86

CMYK color model

#BDD79C color CMYK value is (12,0,27,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 15.69%
CMYK:
(12,0,27,16)
C12M0Y27K16 
(12%,0%,27%,16%)
(0.12/0.00/0.27/0.16)	

CMYK percentages

%12.09
%0
%27.44
%15.69

Codes

Color #BDD79C in popluar color models

BDD79C
RGB189215156
HSL86°42.45%72.75%
HSB/HSV86°27.44%84.31%
CMYK12.09%0.00%27.44%
15.69%

Color #BDD79C in popluar number systems.

HEXBDD79C
Decimal189215156
Binary101111011101011110011100
Octal275327234

Shades and tints

Shades of #BDD79C

#BDD79C
(189,215,156)
#ACC48E
(172,196,142)
#9BB180
(155,177,128)
#8A9E72
(138,158,114)
#798B64
(121,139,100)
#687856
(104,120,86)
#576548
(87,101,72)
#46523A
(70,82,58)
#353F2C
(53,63,44)
#242C1E
(36,44,30)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDD79C

#BDD79C
(189,215,156)
#C3DAA5
(195,218,165)
#C9DDAE
(201,221,174)
#CFE0B7
(207,224,183)
#D5E3C0
(213,227,192)
#DBE6C9
(219,230,201)
#E1E9D2
(225,233,210)
#E7ECDB
(231,236,219)
#EDEFE4
(237,239,228)
#F3F2ED
(243,242,237)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD79C; }

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

This text font color is #BDD79C.


Background Color

.myBgColor { background-color: #BDD79C; }

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

This div background color is #BDD79C.


Border color

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

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

This div border color is #BDD79C.


Opacity

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

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

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

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

This text has shadow with #BDD79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD79C on black background.


Color preview on white background

This text has color #BDD79C on white background.



Black color preview on #BDD79C background

This text has black color on #BDD79C background.


White color preview on #BDD79C background

This text has white color on #BDD79C background.