COLOR #B5D69E

HEX: #B5D69E
RGB: (181,214,158)

Color info

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

RGB color model

#B5D69E color RGB value is (181,214,158).

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

RGB channels and saturation

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

181
214
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 214 + 158 = 553 (100%)
R 181 of 553 ~ 32.73%
G 214 of 553 ~ 38.7%
B 158 of 553 ~ 28.57%

%32.73
%38.7
%28.57

CMYK color model

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

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • 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
%26.17
%16.08

Codes

Color #B5D69E in popluar color models

B5D69E
RGB181214158
HSL95°40.58%72.94%
HSB/HSV95°26.17%83.92%
CMYK15.42%0.00%26.17%
16.08%

Color #B5D69E in popluar number systems.

HEXB5D69E
Decimal181214158
Binary101101011101011010011110
Octal265326236

Shades and tints

Shades of #B5D69E

#B5D69E
(181,214,158)
#A5C390
(165,195,144)
#95B082
(149,176,130)
#859D74
(133,157,116)
#758A66
(117,138,102)
#657758
(101,119,88)
#55644A
(85,100,74)
#45513C
(69,81,60)
#353E2E
(53,62,46)
#252B20
(37,43,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5D69E

#B5D69E
(181,214,158)
#BBD9A6
(187,217,166)
#C1DCAE
(193,220,174)
#C7DFB6
(199,223,182)
#CDE2BE
(205,226,190)
#D3E5C6
(211,229,198)
#D9E8CE
(217,232,206)
#DFEBD6
(223,235,214)
#E5EEDE
(229,238,222)
#EBF1E6
(235,241,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D69E; }

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

This text font color is #B5D69E.


Background Color

.myBgColor { background-color: #B5D69E; }

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

This div background color is #B5D69E.


Border color

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

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

This div border color is #B5D69E.


Opacity

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

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

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

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

This text has shadow with #B5D69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D69E on black background.


Color preview on white background

This text has color #B5D69E on white background.



Black color preview on #B5D69E background

This text has black color on #B5D69E background.


White color preview on #B5D69E background

This text has white color on #B5D69E background.