COLOR #B5CF9E

HEX: #B5CF9E
RGB: (181,207,158)

Color info

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

RGB color model

#B5CF9E color RGB value is (181,207,158).

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

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 158 of 255 = 62%

181
207
158

R + G + B ~ 71%. #B5CF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 158 = 546 (100%)
R 181 of 546 ~ 33.15%
G 207 of 546 ~ 37.91%
B 158 of 546 ~ 28.94%

%33.15
%37.91
%28.94

CMYK color model

#B5CF9E color CMYK value is (13,0,24,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 18.82%
CMYK:
(13,0,24,19)
C13M0Y24K19 
(13%,0%,24%,19%)
(0.13/0.00/0.24/0.19)	

CMYK percentages

%12.56
%0
%23.67
%18.82

Codes

Color #B5CF9E in popluar color models

B5CF9E
RGB181207158
HSL92°33.79%71.57%
HSB/HSV92°23.67%81.18%
CMYK12.56%0.00%23.67%
18.82%

Color #B5CF9E in popluar number systems.

HEXB5CF9E
Decimal181207158
Binary101101011100111110011110
Octal265317236

Shades and tints

Shades of #B5CF9E

#B5CF9E
(181,207,158)
#A5BD90
(165,189,144)
#95AB82
(149,171,130)
#859974
(133,153,116)
#758766
(117,135,102)
#657558
(101,117,88)
#55634A
(85,99,74)
#45513C
(69,81,60)
#353F2E
(53,63,46)
#252D20
(37,45,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5CF9E

#B5CF9E
(181,207,158)
#BBD3A6
(187,211,166)
#C1D7AE
(193,215,174)
#C7DBB6
(199,219,182)
#CDDFBE
(205,223,190)
#D3E3C6
(211,227,198)
#D9E7CE
(217,231,206)
#DFEBD6
(223,235,214)
#E5EFDE
(229,239,222)
#EBF3E6
(235,243,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CF9E; }

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

This text font color is #B5CF9E.


Background Color

.myBgColor { background-color: #B5CF9E; }

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

This div background color is #B5CF9E.


Border color

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

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

This div border color is #B5CF9E.


Opacity

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

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

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

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

This text has shadow with #B5CF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CF9E on black background.


Color preview on white background

This text has color #B5CF9E on white background.



Black color preview on #B5CF9E background

This text has black color on #B5CF9E background.


White color preview on #B5CF9E background

This text has white color on #B5CF9E background.