COLOR #B5D19B

HEX: #B5D19B
RGB: (181,209,155)

Color info

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

RGB color model

#B5D19B color RGB value is (181,209,155).

  • red value is 181;
  • green value is 209;
  • blue value is 155.
RGB:
(181,209,155)
(71%,82%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 209 of 255 = 82%
B 155 of 255 = 61%

181
209
155

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

Portions of RGB colors in percentages

R + G + B =
181 + 209 + 155 = 545 (100%)
R 181 of 545 ~ 33.21%
G 209 of 545 ~ 38.35%
B 155 of 545 ~ 28.44%

%33.21
%38.35
%28.44

CMYK color model

#B5D19B color CMYK value is (13,0,26,18).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(13,0,26,18)
C13M0Y26K18 
(13%,0%,26%,18%)
(0.13/0.00/0.26/0.18)	

CMYK percentages

%13.4
%0
%25.84
%18.04

Codes

Color #B5D19B in popluar color models

B5D19B
RGB181209155
HSL91°36.99%71.37%
HSB/HSV91°25.84%81.96%
CMYK13.40%0.00%25.84%
18.04%

Color #B5D19B in popluar number systems.

HEXB5D19B
Decimal181209155
Binary101101011101000110011011
Octal265321233

Shades and tints

Shades of #B5D19B

#B5D19B
(181,209,155)
#A5BE8D
(165,190,141)
#95AB7F
(149,171,127)
#859871
(133,152,113)
#758563
(117,133,99)
#657255
(101,114,85)
#555F47
(85,95,71)
#454C39
(69,76,57)
#35392B
(53,57,43)
#25261D
(37,38,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5D19B

#B5D19B
(181,209,155)
#BBD5A4
(187,213,164)
#C1D9AD
(193,217,173)
#C7DDB6
(199,221,182)
#CDE1BF
(205,225,191)
#D3E5C8
(211,229,200)
#D9E9D1
(217,233,209)
#DFEDDA
(223,237,218)
#E5F1E3
(229,241,227)
#EBF5EC
(235,245,236)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D19B color. Also use rgb(181,209,155) instead hex code.

Text Font Color

.myTextColor { color: #B5D19B; }

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

This text font color is #B5D19B.


Background Color

.myBgColor { background-color: #B5D19B; }

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

This div background color is #B5D19B.


Border color

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

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

This div border color is #B5D19B.


Opacity

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

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

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

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

This text has shadow with #B5D19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D19B on black background.


Color preview on white background

This text has color #B5D19B on white background.



Black color preview on #B5D19B background

This text has black color on #B5D19B background.


White color preview on #B5D19B background

This text has white color on #B5D19B background.