COLOR #BDD09C

HEX: #BDD09C
RGB: (189,208,156)

Color info

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

RGB color model

#BDD09C color RGB value is (189,208,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 156 of 255 = 61%

189
208
156

R + G + B ~ 72%. #BDD09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 156 = 553 (100%)
R 189 of 553 ~ 34.18%
G 208 of 553 ~ 37.61%
B 156 of 553 ~ 28.21%

%34.18
%37.61
%28.21

CMYK color model

#BDD09C color CMYK value is (9,0,25,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK:
(9,0,25,18)
C9M0Y25K18 
(9%,0%,25%,18%)
(0.09/0.00/0.25/0.18)	

CMYK percentages

%9.13
%0
%25
%18.43

Codes

Color #BDD09C in popluar color models

BDD09C
RGB189208156
HSL82°35.62%71.37%
HSB/HSV82°25.00%81.57%
CMYK9.13%0.00%25.00%
18.43%

Color #BDD09C in popluar number systems.

HEXBDD09C
Decimal189208156
Binary101111011101000010011100
Octal275320234

Shades and tints

Shades of #BDD09C

#BDD09C
(189,208,156)
#ACBE8E
(172,190,142)
#9BAC80
(155,172,128)
#8A9A72
(138,154,114)
#798864
(121,136,100)
#687656
(104,118,86)
#576448
(87,100,72)
#46523A
(70,82,58)
#35402C
(53,64,44)
#242E1E
(36,46,30)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #BDD09C

#BDD09C
(189,208,156)
#C3D4A5
(195,212,165)
#C9D8AE
(201,216,174)
#CFDCB7
(207,220,183)
#D5E0C0
(213,224,192)
#DBE4C9
(219,228,201)
#E1E8D2
(225,232,210)
#E7ECDB
(231,236,219)
#EDF0E4
(237,240,228)
#F3F4ED
(243,244,237)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD09C; }

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

This text font color is #BDD09C.


Background Color

.myBgColor { background-color: #BDD09C; }

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

This div background color is #BDD09C.


Border color

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

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

This div border color is #BDD09C.


Opacity

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

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

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

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

This text has shadow with #BDD09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD09C on black background.


Color preview on white background

This text has color #BDD09C on white background.



Black color preview on #BDD09C background

This text has black color on #BDD09C background.


White color preview on #BDD09C background

This text has white color on #BDD09C background.