COLOR #B5CD9C

HEX: #B5CD9C
RGB: (181,205,156)

Color info

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

RGB color model

#B5CD9C color RGB value is (181,205,156).

  • red value is 181;
  • green value is 205;
  • blue value is 156.
RGB:
(181,205,156)
(71%,80%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 156 of 255 = 61%

181
205
156

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 156 = 542 (100%)
R 181 of 542 ~ 33.39%
G 205 of 542 ~ 37.82%
B 156 of 542 ~ 28.78%

%33.39
%37.82
%28.78

CMYK color model

#B5CD9C color CMYK value is (12,0,24,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 23.90%
  • key color value is 19.61%
CMYK:
(12,0,24,20)
C12M0Y24K20 
(12%,0%,24%,20%)
(0.12/0.00/0.24/0.20)	

CMYK percentages

%11.71
%0
%23.9
%19.61

Codes

Color #B5CD9C in popluar color models

B5CD9C
RGB181205156
HSL89°32.89%70.78%
HSB/HSV89°23.90%80.39%
CMYK11.71%0.00%23.90%
19.61%

Color #B5CD9C in popluar number systems.

HEXB5CD9C
Decimal181205156
Binary101101011100110110011100
Octal265315234

Shades and tints

Shades of #B5CD9C

#B5CD9C
(181,205,156)
#A5BB8E
(165,187,142)
#95A980
(149,169,128)
#859772
(133,151,114)
#758564
(117,133,100)
#657356
(101,115,86)
#556148
(85,97,72)
#454F3A
(69,79,58)
#353D2C
(53,61,44)
#252B1E
(37,43,30)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #B5CD9C

#B5CD9C
(181,205,156)
#BBD1A5
(187,209,165)
#C1D5AE
(193,213,174)
#C7D9B7
(199,217,183)
#CDDDC0
(205,221,192)
#D3E1C9
(211,225,201)
#D9E5D2
(217,229,210)
#DFE9DB
(223,233,219)
#E5EDE4
(229,237,228)
#EBF1ED
(235,241,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CD9C color. Also use rgb(181,205,156) instead hex code.

Text Font Color

.myTextColor { color: #B5CD9C; }

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

This text font color is #B5CD9C.


Background Color

.myBgColor { background-color: #B5CD9C; }

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

This div background color is #B5CD9C.


Border color

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

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

This div border color is #B5CD9C.


Opacity

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

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

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

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

This text has shadow with #B5CD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CD9C on black background.


Color preview on white background

This text has color #B5CD9C on white background.



Black color preview on #B5CD9C background

This text has black color on #B5CD9C background.


White color preview on #B5CD9C background

This text has white color on #B5CD9C background.