COLOR #B7D1AD

HEX: #B7D1AD
RGB: (183,209,173)

Color info

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

RGB color model

#B7D1AD color RGB value is (183,209,173).

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

RGB channels and saturation

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

183
209
173

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

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 173 = 565 (100%)
R 183 of 565 ~ 32.39%
G 209 of 565 ~ 36.99%
B 173 of 565 ~ 30.62%

%32.39
%36.99
%30.62

CMYK color model

#B7D1AD color CMYK value is (12,0,17,18).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(12,0,17,18)
C12M0Y17K18 
(12%,0%,17%,18%)
(0.12/0.00/0.17/0.18)	

CMYK percentages

%12.44
%0
%17.22
%18.04

Codes

Color #B7D1AD in popluar color models

B7D1AD
RGB183209173
HSL103°28.13%74.90%
HSB/HSV103°17.22%81.96%
CMYK12.44%0.00%17.22%
18.04%

Color #B7D1AD in popluar number systems.

HEXB7D1AD
Decimal183209173
Binary101101111101000110101101
Octal267321255

Shades and tints

Shades of #B7D1AD

#B7D1AD
(183,209,173)
#A7BE9E
(167,190,158)
#97AB8F
(151,171,143)
#879880
(135,152,128)
#778571
(119,133,113)
#677262
(103,114,98)
#575F53
(87,95,83)
#474C44
(71,76,68)
#373935
(55,57,53)
#272626
(39,38,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B7D1AD

#B7D1AD
(183,209,173)
#BDD5B4
(189,213,180)
#C3D9BB
(195,217,187)
#C9DDC2
(201,221,194)
#CFE1C9
(207,225,201)
#D5E5D0
(213,229,208)
#DBE9D7
(219,233,215)
#E1EDDE
(225,237,222)
#E7F1E5
(231,241,229)
#EDF5EC
(237,245,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D1AD; }

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

This text font color is #B7D1AD.


Background Color

.myBgColor { background-color: #B7D1AD; }

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

This div background color is #B7D1AD.


Border color

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

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

This div border color is #B7D1AD.


Opacity

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

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

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

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

This text has shadow with #B7D1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D1AD on black background.


Color preview on white background

This text has color #B7D1AD on white background.



Black color preview on #B7D1AD background

This text has black color on #B7D1AD background.


White color preview on #B7D1AD background

This text has white color on #B7D1AD background.