COLOR #B5C69E

HEX: #B5C69E
RGB: (181,198,158)

Color info

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

RGB color model

#B5C69E color RGB value is (181,198,158).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 158 of 255 = 62%

181
198
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 158 = 537 (100%)
R 181 of 537 ~ 33.71%
G 198 of 537 ~ 36.87%
B 158 of 537 ~ 29.42%

%33.71
%36.87
%29.42

CMYK color model

#B5C69E color CMYK value is (9,0,20,22).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK:
(9,0,20,22)
C9M0Y20K22 
(9%,0%,20%,22%)
(0.09/0.00/0.20/0.22)	

CMYK percentages

%8.59
%0
%20.2
%22.35

Codes

Color #B5C69E in popluar color models

B5C69E
RGB181198158
HSL86°25.97%69.80%
HSB/HSV86°20.20%77.65%
CMYK8.59%0.00%20.20%
22.35%

Color #B5C69E in popluar number systems.

HEXB5C69E
Decimal181198158
Binary101101011100011010011110
Octal265306236

Shades and tints

Shades of #B5C69E

#B5C69E
(181,198,158)
#A5B490
(165,180,144)
#95A282
(149,162,130)
#859074
(133,144,116)
#757E66
(117,126,102)
#656C58
(101,108,88)
#555A4A
(85,90,74)
#45483C
(69,72,60)
#35362E
(53,54,46)
#252420
(37,36,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B5C69E

#B5C69E
(181,198,158)
#BBCBA6
(187,203,166)
#C1D0AE
(193,208,174)
#C7D5B6
(199,213,182)
#CDDABE
(205,218,190)
#D3DFC6
(211,223,198)
#D9E4CE
(217,228,206)
#DFE9D6
(223,233,214)
#E5EEDE
(229,238,222)
#EBF3E6
(235,243,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C69E; }

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

This text font color is #B5C69E.


Background Color

.myBgColor { background-color: #B5C69E; }

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

This div background color is #B5C69E.


Border color

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

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

This div border color is #B5C69E.


Opacity

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

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

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

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

This text has shadow with #B5C69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C69E on black background.


Color preview on white background

This text has color #B5C69E on white background.



Black color preview on #B5C69E background

This text has black color on #B5C69E background.


White color preview on #B5C69E background

This text has white color on #B5C69E background.