COLOR #B5C18E

HEX: #B5C18E
RGB: (181,193,142)

Color info

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

RGB color model

#B5C18E color RGB value is (181,193,142).

  • red value is 181;
  • green value is 193;
  • blue value is 142.
RGB:
(181,193,142)
(71%,76%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 142 of 255 = 56%

181
193
142

R + G + B ~ 68%. #B5C18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 142 = 516 (100%)
R 181 of 516 ~ 35.08%
G 193 of 516 ~ 37.4%
B 142 of 516 ~ 27.52%

%35.08
%37.4
%27.52

CMYK color model

#B5C18E color CMYK value is (6,0,26,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(6,0,26,24)
C6M0Y26K24 
(6%,0%,26%,24%)
(0.06/0.00/0.26/0.24)	

CMYK percentages

%6.22
%0
%26.42
%24.31

Codes

Color #B5C18E in popluar color models

B5C18E
RGB181193142
HSL74°29.14%65.69%
HSB/HSV74°26.42%75.69%
CMYK6.22%0.00%26.42%
24.31%

Color #B5C18E in popluar number systems.

HEXB5C18E
Decimal181193142
Binary101101011100000110001110
Octal265301216

Shades and tints

Shades of #B5C18E

#B5C18E
(181,193,142)
#A5B082
(165,176,130)
#959F76
(149,159,118)
#858E6A
(133,142,106)
#757D5E
(117,125,94)
#656C52
(101,108,82)
#555B46
(85,91,70)
#454A3A
(69,74,58)
#35392E
(53,57,46)
#252822
(37,40,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5C18E

#B5C18E
(181,193,142)
#BBC698
(187,198,152)
#C1CBA2
(193,203,162)
#C7D0AC
(199,208,172)
#CDD5B6
(205,213,182)
#D3DAC0
(211,218,192)
#D9DFCA
(217,223,202)
#DFE4D4
(223,228,212)
#E5E9DE
(229,233,222)
#EBEEE8
(235,238,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C18E color. Also use rgb(181,193,142) instead hex code.

Text Font Color

.myTextColor { color: #B5C18E; }

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

This text font color is #B5C18E.


Background Color

.myBgColor { background-color: #B5C18E; }

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

This div background color is #B5C18E.


Border color

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

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

This div border color is #B5C18E.


Opacity

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

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

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

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

This text has shadow with #B5C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C18E on black background.


Color preview on white background

This text has color #B5C18E on white background.



Black color preview on #B5C18E background

This text has black color on #B5C18E background.


White color preview on #B5C18E background

This text has white color on #B5C18E background.