COLOR #B5CBA9

HEX: #B5CBA9
RGB: (181,203,169)

Color info

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

RGB color model

#B5CBA9 color RGB value is (181,203,169).

  • red value is 181;
  • green value is 203;
  • blue value is 169.
RGB:
(181,203,169)
(71%,80%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 169 of 255 = 66%

181
203
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 203 + 169 = 553 (100%)
R 181 of 553 ~ 32.73%
G 203 of 553 ~ 36.71%
B 169 of 553 ~ 30.56%

%32.73
%36.71
%30.56

CMYK color model

#B5CBA9 color CMYK value is (11,0,17,20).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 20.39%
CMYK:
(11,0,17,20)
C11M0Y17K20 
(11%,0%,17%,20%)
(0.11/0.00/0.17/0.20)	

CMYK percentages

%10.84
%0
%16.75
%20.39

Codes

Color #B5CBA9 in popluar color models

B5CBA9
RGB181203169
HSL99°24.64%72.94%
HSB/HSV99°16.75%79.61%
CMYK10.84%0.00%16.75%
20.39%

Color #B5CBA9 in popluar number systems.

HEXB5CBA9
Decimal181203169
Binary101101011100101110101001
Octal265313251

Shades and tints

Shades of #B5CBA9

#B5CBA9
(181,203,169)
#A5B99A
(165,185,154)
#95A78B
(149,167,139)
#85957C
(133,149,124)
#75836D
(117,131,109)
#65715E
(101,113,94)
#555F4F
(85,95,79)
#454D40
(69,77,64)
#353B31
(53,59,49)
#252922
(37,41,34)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #B5CBA9

#B5CBA9
(181,203,169)
#BBCFB0
(187,207,176)
#C1D3B7
(193,211,183)
#C7D7BE
(199,215,190)
#CDDBC5
(205,219,197)
#D3DFCC
(211,223,204)
#D9E3D3
(217,227,211)
#DFE7DA
(223,231,218)
#E5EBE1
(229,235,225)
#EBEFE8
(235,239,232)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CBA9 color. Also use rgb(181,203,169) instead hex code.

Text Font Color

.myTextColor { color: #B5CBA9; }

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

This text font color is #B5CBA9.


Background Color

.myBgColor { background-color: #B5CBA9; }

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

This div background color is #B5CBA9.


Border color

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

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

This div border color is #B5CBA9.


Opacity

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

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

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

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

This text has shadow with #B5CBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CBA9 on black background.


Color preview on white background

This text has color #B5CBA9 on white background.



Black color preview on #B5CBA9 background

This text has black color on #B5CBA9 background.


White color preview on #B5CBA9 background

This text has white color on #B5CBA9 background.