COLOR #B5CFAE

HEX: #B5CFAE
RGB: (181,207,174)

Color info

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

RGB color model

#B5CFAE color RGB value is (181,207,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 174 of 255 = 68%

181
207
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 174 = 562 (100%)
R 181 of 562 ~ 32.21%
G 207 of 562 ~ 36.83%
B 174 of 562 ~ 30.96%

%32.21
%36.83
%30.96

CMYK color model

#B5CFAE color CMYK value is (13,0,16,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(13,0,16,19)
C13M0Y16K19 
(13%,0%,16%,19%)
(0.13/0.00/0.16/0.19)	

CMYK percentages

%12.56
%0
%15.94
%18.82

Codes

Color #B5CFAE in popluar color models

B5CFAE
RGB181207174
HSL107°25.58%74.71%
HSB/HSV107°15.94%81.18%
CMYK12.56%0.00%15.94%
18.82%

Color #B5CFAE in popluar number systems.

HEXB5CFAE
Decimal181207174
Binary101101011100111110101110
Octal265317256

Shades and tints

Shades of #B5CFAE

#B5CFAE
(181,207,174)
#A5BD9F
(165,189,159)
#95AB90
(149,171,144)
#859981
(133,153,129)
#758772
(117,135,114)
#657563
(101,117,99)
#556354
(85,99,84)
#455145
(69,81,69)
#353F36
(53,63,54)
#252D27
(37,45,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #B5CFAE

#B5CFAE
(181,207,174)
#BBD3B5
(187,211,181)
#C1D7BC
(193,215,188)
#C7DBC3
(199,219,195)
#CDDFCA
(205,223,202)
#D3E3D1
(211,227,209)
#D9E7D8
(217,231,216)
#DFEBDF
(223,235,223)
#E5EFE6
(229,239,230)
#EBF3ED
(235,243,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CFAE; }

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

This text font color is #B5CFAE.


Background Color

.myBgColor { background-color: #B5CFAE; }

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

This div background color is #B5CFAE.


Border color

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

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

This div border color is #B5CFAE.


Opacity

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

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

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

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

This text has shadow with #B5CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CFAE on black background.


Color preview on white background

This text has color #B5CFAE on white background.



Black color preview on #B5CFAE background

This text has black color on #B5CFAE background.


White color preview on #B5CFAE background

This text has white color on #B5CFAE background.