COLOR #B5C7AE

HEX: #B5C7AE
RGB: (181,199,174)

Color info

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

RGB color model

#B5C7AE color RGB value is (181,199,174).

  • red value is 181;
  • green value is 199;
  • blue value is 174.
RGB:
(181,199,174)
(71%,78%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 174 of 255 = 68%

181
199
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 199 + 174 = 554 (100%)
R 181 of 554 ~ 32.67%
G 199 of 554 ~ 35.92%
B 174 of 554 ~ 31.41%

%32.67
%35.92
%31.41

CMYK color model

#B5C7AE color CMYK value is (9,0,13,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(9,0,13,22)
C9M0Y13K22 
(9%,0%,13%,22%)
(0.09/0.00/0.13/0.22)	

CMYK percentages

%9.05
%0
%12.56
%21.96

Codes

Color #B5C7AE in popluar color models

B5C7AE
RGB181199174
HSL103°18.25%73.14%
HSB/HSV103°12.56%78.04%
CMYK9.05%0.00%12.56%
21.96%

Color #B5C7AE in popluar number systems.

HEXB5C7AE
Decimal181199174
Binary101101011100011110101110
Octal265307256

Shades and tints

Shades of #B5C7AE

#B5C7AE
(181,199,174)
#A5B59F
(165,181,159)
#95A390
(149,163,144)
#859181
(133,145,129)
#757F72
(117,127,114)
#656D63
(101,109,99)
#555B54
(85,91,84)
#454945
(69,73,69)
#353736
(53,55,54)
#252527
(37,37,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B5C7AE

#B5C7AE
(181,199,174)
#BBCCB5
(187,204,181)
#C1D1BC
(193,209,188)
#C7D6C3
(199,214,195)
#CDDBCA
(205,219,202)
#D3E0D1
(211,224,209)
#D9E5D8
(217,229,216)
#DFEADF
(223,234,223)
#E5EFE6
(229,239,230)
#EBF4ED
(235,244,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C7AE color. Also use rgb(181,199,174) instead hex code.

Text Font Color

.myTextColor { color: #B5C7AE; }

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

This text font color is #B5C7AE.


Background Color

.myBgColor { background-color: #B5C7AE; }

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

This div background color is #B5C7AE.


Border color

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

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

This div border color is #B5C7AE.


Opacity

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

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

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

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

This text has shadow with #B5C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C7AE on black background.


Color preview on white background

This text has color #B5C7AE on white background.



Black color preview on #B5C7AE background

This text has black color on #B5C7AE background.


White color preview on #B5C7AE background

This text has white color on #B5C7AE background.