COLOR #B7D2A0

HEX: #B7D2A0
RGB: (183,210,160)

Color info

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

RGB color model

#B7D2A0 color RGB value is (183,210,160).

  • red value is 183;
  • green value is 210;
  • blue value is 160.
RGB:
(183,210,160)
(72%,82%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 210 of 255 = 82%
B 160 of 255 = 63%

183
210
160

R + G + B ~ 72%. #B7D2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 210 + 160 = 553 (100%)
R 183 of 553 ~ 33.09%
G 210 of 553 ~ 37.97%
B 160 of 553 ~ 28.93%

%33.09
%37.97
%28.93

CMYK color model

#B7D2A0 color CMYK value is (13,0,24,18).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 17.65%
CMYK:
(13,0,24,18)
C13M0Y24K18 
(13%,0%,24%,18%)
(0.13/0.00/0.24/0.18)	

CMYK percentages

%12.86
%0
%23.81
%17.65

Codes

Color #B7D2A0 in popluar color models

B7D2A0
RGB183210160
HSL92°35.71%72.55%
HSB/HSV92°23.81%82.35%
CMYK12.86%0.00%23.81%
17.65%

Color #B7D2A0 in popluar number systems.

HEXB7D2A0
Decimal183210160
Binary101101111101001010100000
Octal267322240

Shades and tints

Shades of #B7D2A0

#B7D2A0
(183,210,160)
#A7BF92
(167,191,146)
#97AC84
(151,172,132)
#879976
(135,153,118)
#778668
(119,134,104)
#67735A
(103,115,90)
#57604C
(87,96,76)
#474D3E
(71,77,62)
#373A30
(55,58,48)
#272722
(39,39,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B7D2A0

#B7D2A0
(183,210,160)
#BDD6A8
(189,214,168)
#C3DAB0
(195,218,176)
#C9DEB8
(201,222,184)
#CFE2C0
(207,226,192)
#D5E6C8
(213,230,200)
#DBEAD0
(219,234,208)
#E1EED8
(225,238,216)
#E7F2E0
(231,242,224)
#EDF6E8
(237,246,232)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D2A0 color. Also use rgb(183,210,160) instead hex code.

Text Font Color

.myTextColor { color: #B7D2A0; }

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

This text font color is #B7D2A0.


Background Color

.myBgColor { background-color: #B7D2A0; }

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

This div background color is #B7D2A0.


Border color

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

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

This div border color is #B7D2A0.


Opacity

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

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

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

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

This text has shadow with #B7D2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D2A0 on black background.


Color preview on white background

This text has color #B7D2A0 on white background.



Black color preview on #B7D2A0 background

This text has black color on #B7D2A0 background.


White color preview on #B7D2A0 background

This text has white color on #B7D2A0 background.