COLOR #BDC99D

HEX: #BDC99D RGB: (189,201,157)

Color info

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

RGB color model

#BDC99D color RGB value is (189,201,157).

RGB: (189,201,157) (74%, 79%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 157 of 255 = 62%

189
201
157

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 157 = 547 (100%)
R 189 of 547 ~ 34.55%
G 201 of 547 ~ 36.75%
B 157 of 547 ~ 28.7'%

%34.55
%36.75
%28.7

CMYK color model

#BDC99D color CMYK value is (6,0,22,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%

CMYK: (6,0,22,21)
C6M0Y22K21 (6%, 0%, 22%, 21%)
(0.06 / 0.00 / 0.22 / 0.21)

CMYK percentages

%5.97
%0
%21.89
%21.18

Codes

Color #BDC99D in popluar color models

BD C9 9D
RGB 189 201 157
HSL 76° 28.95% 70.20%
HSB/HSV 76° 21.89% 78.82%
CMYK 5.97% 0.00% 21.89%
21.18%

Color #BDC99D in popluar number systems.

HEX BD C9 9D
Decimal 189 201 157
Binary 10111101 11001001 10011101
Octal 275 311 235

Shades and tints

Shades of #BDC99D

#BDC99D
(189,201,157)
#ACB78F
(172,183,143)
#9BA581
(155,165,129)
#8A9373
(138,147,115)
#798165
(121,129,101)
#686F57
(104,111,87)
#575D49
(87,93,73)
#464B3B
(70,75,59)
#35392D
(53,57,45)
#24271F
(36,39,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDC99D

#BDC99D
(189,201,157)
#C3CDA5
(195,205,165)
#C9D1AD
(201,209,173)
#CFD5B5
(207,213,181)
#D5D9BD
(213,217,189)
#DBDDC5
(219,221,197)
#E1E1CD
(225,225,205)
#E7E5D5
(231,229,213)
#EDE9DD
(237,233,221)
#F3EDE5
(243,237,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC99D color. Also use rgb(189,201,157) instead hex code.

Text Font Color

.myTextColor { color: #BDC99D; }

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

This text font color is #BDC99D.

Background Color

.myBgColor { background-color: #BDC99D; }

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

This div background color is #BDC99D.

Border color

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

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

This div border color is #BDC99D.

Opacity

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

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

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

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

This text has shadow with #BDC99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC99D.

Preview

Color preview on black background

This text has color #BDC99D on black background.


Color preview on white background

This text has color #BDC99D on white background.


Black color preview on #BDC99D background

This text has black color on #BDC99D background.


White color preview on #BDC99D background

This text has white color on #BDC99D background.


Related colors

Complementary color

Complementary color for #hex is #423662.


I love getcolorcode.com

Triadic colors

1 #9DBDC9 and #C99DBD with #BDC99D are triadic colors.

2 #9DC9BD and #C9BD9D with #BDC99D are triadic colors.