COLOR #B5CDAF

HEX: #B5CDAF
RGB: (181,205,175)

Color info

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

RGB color model

#B5CDAF color RGB value is (181,205,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 175 of 255 = 69%

181
205
175

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 175 = 561 (100%)
R 181 of 561 ~ 32.26%
G 205 of 561 ~ 36.54%
B 175 of 561 ~ 31.19%

%32.26
%36.54
%31.19

CMYK color model

#B5CDAF color CMYK value is (12,0,15,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(12,0,15,20)
C12M0Y15K20 
(12%,0%,15%,20%)
(0.12/0.00/0.15/0.20)	

CMYK percentages

%11.71
%0
%14.63
%19.61

Codes

Color #B5CDAF in popluar color models

B5CDAF
RGB181205175
HSL108°23.08%74.51%
HSB/HSV108°14.63%80.39%
CMYK11.71%0.00%14.63%
19.61%

Color #B5CDAF in popluar number systems.

HEXB5CDAF
Decimal181205175
Binary101101011100110110101111
Octal265315257

Shades and tints

Shades of #B5CDAF

#B5CDAF
(181,205,175)
#A5BBA0
(165,187,160)
#95A991
(149,169,145)
#859782
(133,151,130)
#758573
(117,133,115)
#657364
(101,115,100)
#556155
(85,97,85)
#454F46
(69,79,70)
#353D37
(53,61,55)
#252B28
(37,43,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5CDAF

#B5CDAF
(181,205,175)
#BBD1B6
(187,209,182)
#C1D5BD
(193,213,189)
#C7D9C4
(199,217,196)
#CDDDCB
(205,221,203)
#D3E1D2
(211,225,210)
#D9E5D9
(217,229,217)
#DFE9E0
(223,233,224)
#E5EDE7
(229,237,231)
#EBF1EE
(235,241,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDAF; }

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

This text font color is #B5CDAF.


Background Color

.myBgColor { background-color: #B5CDAF; }

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

This div background color is #B5CDAF.


Border color

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

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

This div border color is #B5CDAF.


Opacity

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

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

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

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

This text has shadow with #B5CDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDAF on black background.


Color preview on white background

This text has color #B5CDAF on white background.



Black color preview on #B5CDAF background

This text has black color on #B5CDAF background.


White color preview on #B5CDAF background

This text has white color on #B5CDAF background.