COLOR #BDCD8D

HEX: #BDCD8D
RGB: (189,205,141)

Color info

#BDCD8D contains mainly red and green colors. Web safe color of #BDCD8D is #CCCC99 (or #CC9).

RGB color model

#BDCD8D color RGB value is (189,205,141).

  • red value is 189;
  • green value is 205;
  • blue value is 141.
RGB:
(189,205,141)
(74%,80%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 141 of 255 = 55%

189
205
141

R + G + B ~ 70%. #BDCD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 141 = 535 (100%)
R 189 of 535 ~ 35.33%
G 205 of 535 ~ 38.32%
B 141 of 535 ~ 26.36%

%35.33
%38.32
%26.36

CMYK color model

#BDCD8D color CMYK value is (8,0,31,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 19.61%
CMYK:
(8,0,31,20)
C8M0Y31K20 
(8%,0%,31%,20%)
(0.08/0.00/0.31/0.20)	

CMYK percentages

%7.8
%0
%31.22
%19.61

Codes

Color #BDCD8D in popluar color models

BDCD8D
RGB189205141
HSL75°39.02%67.84%
HSB/HSV75°31.22%80.39%
CMYK7.80%0.00%31.22%
19.61%

Color #BDCD8D in popluar number systems.

HEXBDCD8D
Decimal189205141
Binary101111011100110110001101
Octal275315215

Shades and tints

Shades of #BDCD8D

#BDCD8D
(189,205,141)
#ACBB81
(172,187,129)
#9BA975
(155,169,117)
#8A9769
(138,151,105)
#79855D
(121,133,93)
#687351
(104,115,81)
#576145
(87,97,69)
#464F39
(70,79,57)
#353D2D
(53,61,45)
#242B21
(36,43,33)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDCD8D

#BDCD8D
(189,205,141)
#C3D197
(195,209,151)
#C9D5A1
(201,213,161)
#CFD9AB
(207,217,171)
#D5DDB5
(213,221,181)
#DBE1BF
(219,225,191)
#E1E5C9
(225,229,201)
#E7E9D3
(231,233,211)
#EDEDDD
(237,237,221)
#F3F1E7
(243,241,231)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCD8D color. Also use rgb(189,205,141) instead hex code.

Text Font Color

.myTextColor { color: #BDCD8D; }

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

This text font color is #BDCD8D.


Background Color

.myBgColor { background-color: #BDCD8D; }

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

This div background color is #BDCD8D.


Border color

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

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

This div border color is #BDCD8D.


Opacity

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

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

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

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

This text has shadow with #BDCD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCD8D on black background.


Color preview on white background

This text has color #BDCD8D on white background.



Black color preview on #BDCD8D background

This text has black color on #BDCD8D background.


White color preview on #BDCD8D background

This text has white color on #BDCD8D background.