COLOR #B5D69F

HEX: #B5D69F
RGB: (181,214,159)

Color info

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

RGB color model

#B5D69F color RGB value is (181,214,159).

  • red value is 181;
  • green value is 214;
  • blue value is 159.
RGB:
(181,214,159)
(71%,84%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 214 of 255 = 84%
B 159 of 255 = 62%

181
214
159

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

Portions of RGB colors in percentages

R + G + B =
181 + 214 + 159 = 554 (100%)
R 181 of 554 ~ 32.67%
G 214 of 554 ~ 38.63%
B 159 of 554 ~ 28.7%

%32.67
%38.63
%28.7

CMYK color model

#B5D69F color CMYK value is (15,0,26,16).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 16.08%
CMYK:
(15,0,26,16)
C15M0Y26K16 
(15%,0%,26%,16%)
(0.15/0.00/0.26/0.16)	

CMYK percentages

%15.42
%0
%25.7
%16.08

Codes

Color #B5D69F in popluar color models

B5D69F
RGB181214159
HSL96°40.15%73.14%
HSB/HSV96°25.70%83.92%
CMYK15.42%0.00%25.70%
16.08%

Color #B5D69F in popluar number systems.

HEXB5D69F
Decimal181214159
Binary101101011101011010011111
Octal265326237

Shades and tints

Shades of #B5D69F

#B5D69F
(181,214,159)
#A5C391
(165,195,145)
#95B083
(149,176,131)
#859D75
(133,157,117)
#758A67
(117,138,103)
#657759
(101,119,89)
#55644B
(85,100,75)
#45513D
(69,81,61)
#353E2F
(53,62,47)
#252B21
(37,43,33)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #B5D69F

#B5D69F
(181,214,159)
#BBD9A7
(187,217,167)
#C1DCAF
(193,220,175)
#C7DFB7
(199,223,183)
#CDE2BF
(205,226,191)
#D3E5C7
(211,229,199)
#D9E8CF
(217,232,207)
#DFEBD7
(223,235,215)
#E5EEDF
(229,238,223)
#EBF1E7
(235,241,231)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D69F color. Also use rgb(181,214,159) instead hex code.

Text Font Color

.myTextColor { color: #B5D69F; }

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

This text font color is #B5D69F.


Background Color

.myBgColor { background-color: #B5D69F; }

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

This div background color is #B5D69F.


Border color

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

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

This div border color is #B5D69F.


Opacity

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

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

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

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

This text has shadow with #B5D69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D69F on black background.


Color preview on white background

This text has color #B5D69F on white background.



Black color preview on #B5D69F background

This text has black color on #B5D69F background.


White color preview on #B5D69F background

This text has white color on #B5D69F background.