COLOR #B7C5AE

HEX: #B7C5AE
RGB: (183,197,174)

Color info

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

RGB color model

#B7C5AE color RGB value is (183,197,174).

  • red value is 183;
  • green value is 197;
  • blue value is 174.
RGB:
(183,197,174)
(72%,77%,68%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 174 of 255 = 68%

183
197
174

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 174 = 554 (100%)
R 183 of 554 ~ 33.03%
G 197 of 554 ~ 35.56%
B 174 of 554 ~ 31.41%

%33.03
%35.56
%31.41

CMYK color model

#B7C5AE color CMYK value is (7,0,12,23).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(7,0,12,23)
C7M0Y12K23 
(7%,0%,12%,23%)
(0.07/0.00/0.12/0.23)	

CMYK percentages

%7.11
%0
%11.68
%22.75

Codes

Color #B7C5AE in popluar color models

B7C5AE
RGB183197174
HSL97°16.55%72.75%
HSB/HSV97°11.68%77.25%
CMYK7.11%0.00%11.68%
22.75%

Color #B7C5AE in popluar number systems.

HEXB7C5AE
Decimal183197174
Binary101101111100010110101110
Octal267305256

Shades and tints

Shades of #B7C5AE

#B7C5AE
(183,197,174)
#A7B49F
(167,180,159)
#97A390
(151,163,144)
#879281
(135,146,129)
#778172
(119,129,114)
#677063
(103,112,99)
#575F54
(87,95,84)
#474E45
(71,78,69)
#373D36
(55,61,54)
#272C27
(39,44,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7C5AE

#B7C5AE
(183,197,174)
#BDCAB5
(189,202,181)
#C3CFBC
(195,207,188)
#C9D4C3
(201,212,195)
#CFD9CA
(207,217,202)
#D5DED1
(213,222,209)
#DBE3D8
(219,227,216)
#E1E8DF
(225,232,223)
#E7EDE6
(231,237,230)
#EDF2ED
(237,242,237)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C5AE color. Also use rgb(183,197,174) instead hex code.

Text Font Color

.myTextColor { color: #B7C5AE; }

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

This text font color is #B7C5AE.


Background Color

.myBgColor { background-color: #B7C5AE; }

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

This div background color is #B7C5AE.


Border color

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

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

This div border color is #B7C5AE.


Opacity

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

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

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

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

This text has shadow with #B7C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C5AE on black background.


Color preview on white background

This text has color #B7C5AE on white background.



Black color preview on #B7C5AE background

This text has black color on #B7C5AE background.


White color preview on #B7C5AE background

This text has white color on #B7C5AE background.