COLOR #B5C8AF

HEX: #B5C8AF
RGB: (181,200,175)

Color info

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

RGB color model

#B5C8AF color RGB value is (181,200,175).

  • red value is 181;
  • green value is 200;
  • blue value is 175.
RGB:
(181,200,175)
(71%,78%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 175 of 255 = 69%

181
200
175

R + G + B ~ 73%. #B5C8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 175 = 556 (100%)
R 181 of 556 ~ 32.55%
G 200 of 556 ~ 35.97%
B 175 of 556 ~ 31.47%

%32.55
%35.97
%31.47

CMYK color model

#B5C8AF color CMYK value is (10,0,13,22).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(10,0,13,22)
C10M0Y13K22 
(10%,0%,13%,22%)
(0.10/0.00/0.13/0.22)	

CMYK percentages

%9.5
%0
%12.5
%21.57

Codes

Color #B5C8AF in popluar color models

B5C8AF
RGB181200175
HSL106°18.52%73.53%
HSB/HSV106°12.50%78.43%
CMYK9.50%0.00%12.50%
21.57%

Color #B5C8AF in popluar number systems.

HEXB5C8AF
Decimal181200175
Binary101101011100100010101111
Octal265310257

Shades and tints

Shades of #B5C8AF

#B5C8AF
(181,200,175)
#A5B6A0
(165,182,160)
#95A491
(149,164,145)
#859282
(133,146,130)
#758073
(117,128,115)
#656E64
(101,110,100)
#555C55
(85,92,85)
#454A46
(69,74,70)
#353837
(53,56,55)
#252628
(37,38,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B5C8AF

#B5C8AF
(181,200,175)
#BBCDB6
(187,205,182)
#C1D2BD
(193,210,189)
#C7D7C4
(199,215,196)
#CDDCCB
(205,220,203)
#D3E1D2
(211,225,210)
#D9E6D9
(217,230,217)
#DFEBE0
(223,235,224)
#E5F0E7
(229,240,231)
#EBF5EE
(235,245,238)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C8AF color. Also use rgb(181,200,175) instead hex code.

Text Font Color

.myTextColor { color: #B5C8AF; }

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

This text font color is #B5C8AF.


Background Color

.myBgColor { background-color: #B5C8AF; }

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

This div background color is #B5C8AF.


Border color

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

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

This div border color is #B5C8AF.


Opacity

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

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

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

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

This text has shadow with #B5C8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8AF on black background.


Color preview on white background

This text has color #B5C8AF on white background.



Black color preview on #B5C8AF background

This text has black color on #B5C8AF background.


White color preview on #B5C8AF background

This text has white color on #B5C8AF background.