COLOR #BDCC9A

HEX: #BDCC9A
RGB: (189,204,154)

Color info

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

RGB color model

#BDCC9A color RGB value is (189,204,154).

  • red value is 189;
  • green value is 204;
  • blue value is 154.
RGB:
(189,204,154)
(74%,80%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 154 of 255 = 60%

189
204
154

R + G + B ~ 71%. #BDCC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 204 + 154 = 547 (100%)
R 189 of 547 ~ 34.55%
G 204 of 547 ~ 37.29%
B 154 of 547 ~ 28.15%

%34.55
%37.29
%28.15

CMYK color model

#BDCC9A color CMYK value is (7,0,25,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(7,0,25,20)
C7M0Y25K20 
(7%,0%,25%,20%)
(0.07/0.00/0.25/0.20)	

CMYK percentages

%7.35
%0
%24.51
%20

Codes

Color #BDCC9A in popluar color models

BDCC9A
RGB189204154
HSL78°32.89%70.20%
HSB/HSV78°24.51%80.00%
CMYK7.35%0.00%24.51%
20.00%

Color #BDCC9A in popluar number systems.

HEXBDCC9A
Decimal189204154
Binary101111011100110010011010
Octal275314232

Shades and tints

Shades of #BDCC9A

#BDCC9A
(189,204,154)
#ACBA8C
(172,186,140)
#9BA87E
(155,168,126)
#8A9670
(138,150,112)
#798462
(121,132,98)
#687254
(104,114,84)
#576046
(87,96,70)
#464E38
(70,78,56)
#353C2A
(53,60,42)
#242A1C
(36,42,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #BDCC9A

#BDCC9A
(189,204,154)
#C3D0A3
(195,208,163)
#C9D4AC
(201,212,172)
#CFD8B5
(207,216,181)
#D5DCBE
(213,220,190)
#DBE0C7
(219,224,199)
#E1E4D0
(225,228,208)
#E7E8D9
(231,232,217)
#EDECE2
(237,236,226)
#F3F0EB
(243,240,235)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCC9A color. Also use rgb(189,204,154) instead hex code.

Text Font Color

.myTextColor { color: #BDCC9A; }

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

This text font color is #BDCC9A.


Background Color

.myBgColor { background-color: #BDCC9A; }

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

This div background color is #BDCC9A.


Border color

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

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

This div border color is #BDCC9A.


Opacity

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

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

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

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

This text has shadow with #BDCC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCC9A on black background.


Color preview on white background

This text has color #BDCC9A on white background.



Black color preview on #BDCC9A background

This text has black color on #BDCC9A background.


White color preview on #BDCC9A background

This text has white color on #BDCC9A background.