COLOR #B5C68D

HEX: #B5C68D
RGB: (181,198,141)

Color info

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

RGB color model

#B5C68D color RGB value is (181,198,141).

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

RGB channels and saturation

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

181
198
141

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 141 = 520 (100%)
R 181 of 520 ~ 34.81%
G 198 of 520 ~ 38.08%
B 141 of 520 ~ 27.12%

%34.81
%38.08
%27.12

CMYK color model

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

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • 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
%28.79
%22.35

Codes

Color #B5C68D in popluar color models

B5C68D
RGB181198141
HSL78°33.33%66.47%
HSB/HSV78°28.79%77.65%
CMYK8.59%0.00%28.79%
22.35%

Color #B5C68D in popluar number systems.

HEXB5C68D
Decimal181198141
Binary101101011100011010001101
Octal265306215

Shades and tints

Shades of #B5C68D

#B5C68D
(181,198,141)
#A5B481
(165,180,129)
#95A275
(149,162,117)
#859069
(133,144,105)
#757E5D
(117,126,93)
#656C51
(101,108,81)
#555A45
(85,90,69)
#454839
(69,72,57)
#35362D
(53,54,45)
#252421
(37,36,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #B5C68D

#B5C68D
(181,198,141)
#BBCB97
(187,203,151)
#C1D0A1
(193,208,161)
#C7D5AB
(199,213,171)
#CDDAB5
(205,218,181)
#D3DFBF
(211,223,191)
#D9E4C9
(217,228,201)
#DFE9D3
(223,233,211)
#E5EEDD
(229,238,221)
#EBF3E7
(235,243,231)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C68D; }

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

This text font color is #B5C68D.


Background Color

.myBgColor { background-color: #B5C68D; }

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

This div background color is #B5C68D.


Border color

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

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

This div border color is #B5C68D.


Opacity

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

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

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

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

This text has shadow with #B5C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C68D on black background.


Color preview on white background

This text has color #B5C68D on white background.



Black color preview on #B5C68D background

This text has black color on #B5C68D background.


White color preview on #B5C68D background

This text has white color on #B5C68D background.