COLOR #B8CD97

HEX: #B8CD97
RGB: (184,205,151)

Color info

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

RGB color model

#B8CD97 color RGB value is (184,205,151).

  • red value is 184;
  • green value is 205;
  • blue value is 151.
RGB:
(184,205,151)
(72%,80%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 205 of 255 = 80%
B 151 of 255 = 59%

184
205
151

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

Portions of RGB colors in percentages

R + G + B =
184 + 205 + 151 = 540 (100%)
R 184 of 540 ~ 34.07%
G 205 of 540 ~ 37.96%
B 151 of 540 ~ 27.96%

%34.07
%37.96
%27.96

CMYK color model

#B8CD97 color CMYK value is (10,0,26,20).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 19.61%
CMYK:
(10,0,26,20)
C10M0Y26K20 
(10%,0%,26%,20%)
(0.10/0.00/0.26/0.20)	

CMYK percentages

%10.24
%0
%26.34
%19.61

Codes

Color #B8CD97 in popluar color models

B8CD97
RGB184205151
HSL83°35.06%69.80%
HSB/HSV83°26.34%80.39%
CMYK10.24%0.00%26.34%
19.61%

Color #B8CD97 in popluar number systems.

HEXB8CD97
Decimal184205151
Binary101110001100110110010111
Octal270315227

Shades and tints

Shades of #B8CD97

#B8CD97
(184,205,151)
#A8BB8A
(168,187,138)
#98A97D
(152,169,125)
#889770
(136,151,112)
#788563
(120,133,99)
#687356
(104,115,86)
#586149
(88,97,73)
#484F3C
(72,79,60)
#383D2F
(56,61,47)
#282B22
(40,43,34)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #B8CD97

#B8CD97
(184,205,151)
#BED1A0
(190,209,160)
#C4D5A9
(196,213,169)
#CAD9B2
(202,217,178)
#D0DDBB
(208,221,187)
#D6E1C4
(214,225,196)
#DCE5CD
(220,229,205)
#E2E9D6
(226,233,214)
#E8EDDF
(232,237,223)
#EEF1E8
(238,241,232)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CD97 color. Also use rgb(184,205,151) instead hex code.

Text Font Color

.myTextColor { color: #B8CD97; }

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

This text font color is #B8CD97.


Background Color

.myBgColor { background-color: #B8CD97; }

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

This div background color is #B8CD97.


Border color

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

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

This div border color is #B8CD97.


Opacity

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

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

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

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

This text has shadow with #B8CD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CD97 on black background.


Color preview on white background

This text has color #B8CD97 on white background.



Black color preview on #B8CD97 background

This text has black color on #B8CD97 background.


White color preview on #B8CD97 background

This text has white color on #B8CD97 background.