COLOR #B5C799

HEX: #B5C799
RGB: (181,199,153)

Color info

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

RGB color model

#B5C799 color RGB value is (181,199,153).

  • red value is 181;
  • green value is 199;
  • blue value is 153.
RGB:
(181,199,153)
(71%,78%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 153 of 255 = 60%

181
199
153

R + G + B ~ 70%. #B5C799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 199 + 153 = 533 (100%)
R 181 of 533 ~ 33.96%
G 199 of 533 ~ 37.34%
B 153 of 533 ~ 28.71%

%33.96
%37.34
%28.71

CMYK color model

#B5C799 color CMYK value is (9,0,23,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(9,0,23,22)
C9M0Y23K22 
(9%,0%,23%,22%)
(0.09/0.00/0.23/0.22)	

CMYK percentages

%9.05
%0
%23.12
%21.96

Codes

Color #B5C799 in popluar color models

B5C799
RGB181199153
HSL83°29.11%69.02%
HSB/HSV83°23.12%78.04%
CMYK9.05%0.00%23.12%
21.96%

Color #B5C799 in popluar number systems.

HEXB5C799
Decimal181199153
Binary101101011100011110011001
Octal265307231

Shades and tints

Shades of #B5C799

#B5C799
(181,199,153)
#A5B58C
(165,181,140)
#95A37F
(149,163,127)
#859172
(133,145,114)
#757F65
(117,127,101)
#656D58
(101,109,88)
#555B4B
(85,91,75)
#45493E
(69,73,62)
#353731
(53,55,49)
#252524
(37,37,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B5C799

#B5C799
(181,199,153)
#BBCCA2
(187,204,162)
#C1D1AB
(193,209,171)
#C7D6B4
(199,214,180)
#CDDBBD
(205,219,189)
#D3E0C6
(211,224,198)
#D9E5CF
(217,229,207)
#DFEAD8
(223,234,216)
#E5EFE1
(229,239,225)
#EBF4EA
(235,244,234)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C799 color. Also use rgb(181,199,153) instead hex code.

Text Font Color

.myTextColor { color: #B5C799; }

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

This text font color is #B5C799.


Background Color

.myBgColor { background-color: #B5C799; }

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

This div background color is #B5C799.


Border color

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

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

This div border color is #B5C799.


Opacity

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

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

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

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

This text has shadow with #B5C799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C799 on black background.


Color preview on white background

This text has color #B5C799 on white background.



Black color preview on #B5C799 background

This text has black color on #B5C799 background.


White color preview on #B5C799 background

This text has white color on #B5C799 background.