COLOR #B5CE9A

HEX: #B5CE9A
RGB: (181,206,154)

Color info

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

RGB color model

#B5CE9A color RGB value is (181,206,154).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 154 of 255 = 60%

181
206
154

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 154 = 541 (100%)
R 181 of 541 ~ 33.46%
G 206 of 541 ~ 38.08%
B 154 of 541 ~ 28.47%

%33.46
%38.08
%28.47

CMYK color model

#B5CE9A color CMYK value is (12,0,25,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 19.22%
CMYK:
(12,0,25,19)
C12M0Y25K19 
(12%,0%,25%,19%)
(0.12/0.00/0.25/0.19)	

CMYK percentages

%12.14
%0
%25.24
%19.22

Codes

Color #B5CE9A in popluar color models

B5CE9A
RGB181206154
HSL89°34.67%70.59%
HSB/HSV89°25.24%80.78%
CMYK12.14%0.00%25.24%
19.22%

Color #B5CE9A in popluar number systems.

HEXB5CE9A
Decimal181206154
Binary101101011100111010011010
Octal265316232

Shades and tints

Shades of #B5CE9A

#B5CE9A
(181,206,154)
#A5BC8C
(165,188,140)
#95AA7E
(149,170,126)
#859870
(133,152,112)
#758662
(117,134,98)
#657454
(101,116,84)
#556246
(85,98,70)
#455038
(69,80,56)
#353E2A
(53,62,42)
#252C1C
(37,44,28)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #B5CE9A

#B5CE9A
(181,206,154)
#BBD2A3
(187,210,163)
#C1D6AC
(193,214,172)
#C7DAB5
(199,218,181)
#CDDEBE
(205,222,190)
#D3E2C7
(211,226,199)
#D9E6D0
(217,230,208)
#DFEAD9
(223,234,217)
#E5EEE2
(229,238,226)
#EBF2EB
(235,242,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CE9A; }

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

This text font color is #B5CE9A.


Background Color

.myBgColor { background-color: #B5CE9A; }

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

This div background color is #B5CE9A.


Border color

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

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

This div border color is #B5CE9A.


Opacity

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

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

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

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

This text has shadow with #B5CE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CE9A on black background.


Color preview on white background

This text has color #B5CE9A on white background.



Black color preview on #B5CE9A background

This text has black color on #B5CE9A background.


White color preview on #B5CE9A background

This text has white color on #B5CE9A background.