COLOR #B5C68C

HEX: #B5C68C
RGB: (181,198,140)

Color info

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

RGB color model

#B5C68C color RGB value is (181,198,140).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 140 of 255 = 55%

181
198
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 140 = 519 (100%)
R 181 of 519 ~ 34.87%
G 198 of 519 ~ 38.15%
B 140 of 519 ~ 26.97%

%34.87
%38.15
%26.97

CMYK color model

#B5C68C color CMYK value is (9,0,29,22).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(9,0,29,22)
C9M0Y29K22 
(9%,0%,29%,22%)
(0.09/0.00/0.29/0.22)	

CMYK percentages

%8.59
%0
%29.29
%22.35

Codes

Color #B5C68C in popluar color models

B5C68C
RGB181198140
HSL78°33.72%66.27%
HSB/HSV78°29.29%77.65%
CMYK8.59%0.00%29.29%
22.35%

Color #B5C68C in popluar number systems.

HEXB5C68C
Decimal181198140
Binary101101011100011010001100
Octal265306214

Shades and tints

Shades of #B5C68C

#B5C68C
(181,198,140)
#A5B480
(165,180,128)
#95A274
(149,162,116)
#859068
(133,144,104)
#757E5C
(117,126,92)
#656C50
(101,108,80)
#555A44
(85,90,68)
#454838
(69,72,56)
#35362C
(53,54,44)
#252420
(37,36,32)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B5C68C

#B5C68C
(181,198,140)
#BBCB96
(187,203,150)
#C1D0A0
(193,208,160)
#C7D5AA
(199,213,170)
#CDDAB4
(205,218,180)
#D3DFBE
(211,223,190)
#D9E4C8
(217,228,200)
#DFE9D2
(223,233,210)
#E5EEDC
(229,238,220)
#EBF3E6
(235,243,230)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C68C; }

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

This text font color is #B5C68C.


Background Color

.myBgColor { background-color: #B5C68C; }

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

This div background color is #B5C68C.


Border color

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

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

This div border color is #B5C68C.


Opacity

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

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

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

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

This text has shadow with #B5C68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C68C on black background.


Color preview on white background

This text has color #B5C68C on white background.



Black color preview on #B5C68C background

This text has black color on #B5C68C background.


White color preview on #B5C68C background

This text has white color on #B5C68C background.