COLOR #B7D2AD

HEX: #B7D2AD
RGB: (183,210,173)

Color info

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

RGB color model

#B7D2AD color RGB value is (183,210,173).

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

RGB channels and saturation

R 183 of 255 = 72%
G 210 of 255 = 82%
B 173 of 255 = 68%

183
210
173

R + G + B ~ 74%. #B7D2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 210 + 173 = 566 (100%)
R 183 of 566 ~ 32.33%
G 210 of 566 ~ 37.1%
B 173 of 566 ~ 30.57%

%32.33
%37.1
%30.57

CMYK color model

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

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(13,0,18,18)
C13M0Y18K18 
(13%,0%,18%,18%)
(0.13/0.00/0.18/0.18)	

CMYK percentages

%12.86
%0
%17.62
%17.65

Codes

Color #B7D2AD in popluar color models

B7D2AD
RGB183210173
HSL104°29.13%75.10%
HSB/HSV104°17.62%82.35%
CMYK12.86%0.00%17.62%
17.65%

Color #B7D2AD in popluar number systems.

HEXB7D2AD
Decimal183210173
Binary101101111101001010101101
Octal267322255

Shades and tints

Shades of #B7D2AD

#B7D2AD
(183,210,173)
#A7BF9E
(167,191,158)
#97AC8F
(151,172,143)
#879980
(135,153,128)
#778671
(119,134,113)
#677362
(103,115,98)
#576053
(87,96,83)
#474D44
(71,77,68)
#373A35
(55,58,53)
#272726
(39,39,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7D2AD

#B7D2AD
(183,210,173)
#BDD6B4
(189,214,180)
#C3DABB
(195,218,187)
#C9DEC2
(201,222,194)
#CFE2C9
(207,226,201)
#D5E6D0
(213,230,208)
#DBEAD7
(219,234,215)
#E1EEDE
(225,238,222)
#E7F2E5
(231,242,229)
#EDF6EC
(237,246,236)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D2AD; }

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

This text font color is #B7D2AD.


Background Color

.myBgColor { background-color: #B7D2AD; }

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

This div background color is #B7D2AD.


Border color

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

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

This div border color is #B7D2AD.


Opacity

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

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

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

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

This text has shadow with #B7D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D2AD on black background.


Color preview on white background

This text has color #B7D2AD on white background.



Black color preview on #B7D2AD background

This text has black color on #B7D2AD background.


White color preview on #B7D2AD background

This text has white color on #B7D2AD background.