COLOR #B7CD95

HEX: #B7CD95
RGB: (183,205,149)

Color info

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

RGB color model

#B7CD95 color RGB value is (183,205,149).

  • red value is 183;
  • green value is 205;
  • blue value is 149.
RGB:
(183,205,149)
(72%,80%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 205 of 255 = 80%
B 149 of 255 = 58%

183
205
149

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

Portions of RGB colors in percentages

R + G + B =
183 + 205 + 149 = 537 (100%)
R 183 of 537 ~ 34.08%
G 205 of 537 ~ 38.18%
B 149 of 537 ~ 27.75%

%34.08
%38.18
%27.75

CMYK color model

#B7CD95 color CMYK value is (11,0,27,20).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%
CMYK:
(11,0,27,20)
C11M0Y27K20 
(11%,0%,27%,20%)
(0.11/0.00/0.27/0.20)	

CMYK percentages

%10.73
%0
%27.32
%19.61

Codes

Color #B7CD95 in popluar color models

B7CD95
RGB183205149
HSL84°35.90%69.41%
HSB/HSV84°27.32%80.39%
CMYK10.73%0.00%27.32%
19.61%

Color #B7CD95 in popluar number systems.

HEXB7CD95
Decimal183205149
Binary101101111100110110010101
Octal267315225

Shades and tints

Shades of #B7CD95

#B7CD95
(183,205,149)
#A7BB88
(167,187,136)
#97A97B
(151,169,123)
#87976E
(135,151,110)
#778561
(119,133,97)
#677354
(103,115,84)
#576147
(87,97,71)
#474F3A
(71,79,58)
#373D2D
(55,61,45)
#272B20
(39,43,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #B7CD95

#B7CD95
(183,205,149)
#BDD19E
(189,209,158)
#C3D5A7
(195,213,167)
#C9D9B0
(201,217,176)
#CFDDB9
(207,221,185)
#D5E1C2
(213,225,194)
#DBE5CB
(219,229,203)
#E1E9D4
(225,233,212)
#E7EDDD
(231,237,221)
#EDF1E6
(237,241,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CD95 color. Also use rgb(183,205,149) instead hex code.

Text Font Color

.myTextColor { color: #B7CD95; }

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

This text font color is #B7CD95.


Background Color

.myBgColor { background-color: #B7CD95; }

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

This div background color is #B7CD95.


Border color

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

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

This div border color is #B7CD95.


Opacity

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

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

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

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

This text has shadow with #B7CD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CD95 on black background.


Color preview on white background

This text has color #B7CD95 on white background.



Black color preview on #B7CD95 background

This text has black color on #B7CD95 background.


White color preview on #B7CD95 background

This text has white color on #B7CD95 background.