COLOR #B5CE9F

HEX: #B5CE9F
RGB: (181,206,159)

Color info

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

RGB color model

#B5CE9F color RGB value is (181,206,159).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 159 of 255 = 62%

181
206
159

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 159 = 546 (100%)
R 181 of 546 ~ 33.15%
G 206 of 546 ~ 37.73%
B 159 of 546 ~ 29.12%

%33.15
%37.73
%29.12

CMYK color model

#B5CE9F color CMYK value is (12,0,23,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(12,0,23,19)
C12M0Y23K19 
(12%,0%,23%,19%)
(0.12/0.00/0.23/0.19)	

CMYK percentages

%12.14
%0
%22.82
%19.22

Codes

Color #B5CE9F in popluar color models

B5CE9F
RGB181206159
HSL92°32.41%71.57%
HSB/HSV92°22.82%80.78%
CMYK12.14%0.00%22.82%
19.22%

Color #B5CE9F in popluar number systems.

HEXB5CE9F
Decimal181206159
Binary101101011100111010011111
Octal265316237

Shades and tints

Shades of #B5CE9F

#B5CE9F
(181,206,159)
#A5BC91
(165,188,145)
#95AA83
(149,170,131)
#859875
(133,152,117)
#758667
(117,134,103)
#657459
(101,116,89)
#55624B
(85,98,75)
#45503D
(69,80,61)
#353E2F
(53,62,47)
#252C21
(37,44,33)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #B5CE9F

#B5CE9F
(181,206,159)
#BBD2A7
(187,210,167)
#C1D6AF
(193,214,175)
#C7DAB7
(199,218,183)
#CDDEBF
(205,222,191)
#D3E2C7
(211,226,199)
#D9E6CF
(217,230,207)
#DFEAD7
(223,234,215)
#E5EEDF
(229,238,223)
#EBF2E7
(235,242,231)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CE9F color. Also use rgb(181,206,159) instead hex code.

Text Font Color

.myTextColor { color: #B5CE9F; }

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

This text font color is #B5CE9F.


Background Color

.myBgColor { background-color: #B5CE9F; }

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

This div background color is #B5CE9F.


Border color

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

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

This div border color is #B5CE9F.


Opacity

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

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

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

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

This text has shadow with #B5CE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CE9F on black background.


Color preview on white background

This text has color #B5CE9F on white background.



Black color preview on #B5CE9F background

This text has black color on #B5CE9F background.


White color preview on #B5CE9F background

This text has white color on #B5CE9F background.