COLOR #B7C5A8

HEX: #B7C5A8
RGB: (183,197,168)

Color info

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

RGB color model

#B7C5A8 color RGB value is (183,197,168).

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

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 168 of 255 = 66%

183
197
168

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 168 = 548 (100%)
R 183 of 548 ~ 33.39%
G 197 of 548 ~ 35.95%
B 168 of 548 ~ 30.66%

%33.39
%35.95
%30.66

CMYK color model

#B7C5A8 color CMYK value is (7,0,15,23).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 22.75%
CMYK:
(7,0,15,23)
C7M0Y15K23 
(7%,0%,15%,23%)
(0.07/0.00/0.15/0.23)	

CMYK percentages

%7.11
%0
%14.72
%22.75

Codes

Color #B7C5A8 in popluar color models

B7C5A8
RGB183197168
HSL89°20.00%71.57%
HSB/HSV89°14.72%77.25%
CMYK7.11%0.00%14.72%
22.75%

Color #B7C5A8 in popluar number systems.

HEXB7C5A8
Decimal183197168
Binary101101111100010110101000
Octal267305250

Shades and tints

Shades of #B7C5A8

#B7C5A8
(183,197,168)
#A7B499
(167,180,153)
#97A38A
(151,163,138)
#87927B
(135,146,123)
#77816C
(119,129,108)
#67705D
(103,112,93)
#575F4E
(87,95,78)
#474E3F
(71,78,63)
#373D30
(55,61,48)
#272C21
(39,44,33)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #B7C5A8

#B7C5A8
(183,197,168)
#BDCAAF
(189,202,175)
#C3CFB6
(195,207,182)
#C9D4BD
(201,212,189)
#CFD9C4
(207,217,196)
#D5DECB
(213,222,203)
#DBE3D2
(219,227,210)
#E1E8D9
(225,232,217)
#E7EDE0
(231,237,224)
#EDF2E7
(237,242,231)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C5A8; }

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

This text font color is #B7C5A8.


Background Color

.myBgColor { background-color: #B7C5A8; }

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

This div background color is #B7C5A8.


Border color

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

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

This div border color is #B7C5A8.


Opacity

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

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

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

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

This text has shadow with #B7C5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C5A8 on black background.


Color preview on white background

This text has color #B7C5A8 on white background.



Black color preview on #B7C5A8 background

This text has black color on #B7C5A8 background.


White color preview on #B7C5A8 background

This text has white color on #B7C5A8 background.