COLOR #B5CEA6

HEX: #B5CEA6
RGB: (181,206,166)

Color info

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

RGB color model

#B5CEA6 color RGB value is (181,206,166).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 166 of 255 = 65%

181
206
166

R + G + B ~ 72%. #B5CEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 166 = 553 (100%)
R 181 of 553 ~ 32.73%
G 206 of 553 ~ 37.25%
B 166 of 553 ~ 30.02%

%32.73
%37.25
%30.02

CMYK color model

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

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(12,0,19,19)
C12M0Y19K19 
(12%,0%,19%,19%)
(0.12/0.00/0.19/0.19)	

CMYK percentages

%12.14
%0
%19.42
%19.22

Codes

Color #B5CEA6 in popluar color models

B5CEA6
RGB181206166
HSL98°28.99%72.94%
HSB/HSV98°19.42%80.78%
CMYK12.14%0.00%19.42%
19.22%

Color #B5CEA6 in popluar number systems.

HEXB5CEA6
Decimal181206166
Binary101101011100111010100110
Octal265316246

Shades and tints

Shades of #B5CEA6

#B5CEA6
(181,206,166)
#A5BC97
(165,188,151)
#95AA88
(149,170,136)
#859879
(133,152,121)
#75866A
(117,134,106)
#65745B
(101,116,91)
#55624C
(85,98,76)
#45503D
(69,80,61)
#353E2E
(53,62,46)
#252C1F
(37,44,31)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #B5CEA6

#B5CEA6
(181,206,166)
#BBD2AE
(187,210,174)
#C1D6B6
(193,214,182)
#C7DABE
(199,218,190)
#CDDEC6
(205,222,198)
#D3E2CE
(211,226,206)
#D9E6D6
(217,230,214)
#DFEADE
(223,234,222)
#E5EEE6
(229,238,230)
#EBF2EE
(235,242,238)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CEA6; }

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

This text font color is #B5CEA6.


Background Color

.myBgColor { background-color: #B5CEA6; }

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

This div background color is #B5CEA6.


Border color

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

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

This div border color is #B5CEA6.


Opacity

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

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

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

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

This text has shadow with #B5CEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CEA6 on black background.


Color preview on white background

This text has color #B5CEA6 on white background.



Black color preview on #B5CEA6 background

This text has black color on #B5CEA6 background.


White color preview on #B5CEA6 background

This text has white color on #B5CEA6 background.