COLOR #B5CCA7

HEX: #B5CCA7
RGB: (181,204,167)

Color info

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

RGB color model

#B5CCA7 color RGB value is (181,204,167).

  • red value is 181;
  • green value is 204;
  • blue value is 167.
RGB:
(181,204,167)
(71%,80%,65%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 167 of 255 = 65%

181
204
167

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

Portions of RGB colors in percentages

R + G + B =
181 + 204 + 167 = 552 (100%)
R 181 of 552 ~ 32.79%
G 204 of 552 ~ 36.96%
B 167 of 552 ~ 30.25%

%32.79
%36.96
%30.25

CMYK color model

#B5CCA7 color CMYK value is (11,0,18,20).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK:
(11,0,18,20)
C11M0Y18K20 
(11%,0%,18%,20%)
(0.11/0.00/0.18/0.20)	

CMYK percentages

%11.27
%0
%18.14
%20

Codes

Color #B5CCA7 in popluar color models

B5CCA7
RGB181204167
HSL97°26.62%72.75%
HSB/HSV97°18.14%80.00%
CMYK11.27%0.00%18.14%
20.00%

Color #B5CCA7 in popluar number systems.

HEXB5CCA7
Decimal181204167
Binary101101011100110010100111
Octal265314247

Shades and tints

Shades of #B5CCA7

#B5CCA7
(181,204,167)
#A5BA98
(165,186,152)
#95A889
(149,168,137)
#85967A
(133,150,122)
#75846B
(117,132,107)
#65725C
(101,114,92)
#55604D
(85,96,77)
#454E3E
(69,78,62)
#353C2F
(53,60,47)
#252A20
(37,42,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5CCA7

#B5CCA7
(181,204,167)
#BBD0AF
(187,208,175)
#C1D4B7
(193,212,183)
#C7D8BF
(199,216,191)
#CDDCC7
(205,220,199)
#D3E0CF
(211,224,207)
#D9E4D7
(217,228,215)
#DFE8DF
(223,232,223)
#E5ECE7
(229,236,231)
#EBF0EF
(235,240,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CCA7 color. Also use rgb(181,204,167) instead hex code.

Text Font Color

.myTextColor { color: #B5CCA7; }

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

This text font color is #B5CCA7.


Background Color

.myBgColor { background-color: #B5CCA7; }

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

This div background color is #B5CCA7.


Border color

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

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

This div border color is #B5CCA7.


Opacity

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

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

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

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

This text has shadow with #B5CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CCA7 on black background.


Color preview on white background

This text has color #B5CCA7 on white background.



Black color preview on #B5CCA7 background

This text has black color on #B5CCA7 background.


White color preview on #B5CCA7 background

This text has white color on #B5CCA7 background.