COLOR #B7D5AD

HEX: #B7D5AD RGB: (183,213,173)

Color info

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

RGB color model

#B7D5AD color RGB value is (183,213,173).

RGB: (183,213,173) (72%, 84%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 173 of 255 = 68%

183
213
173

R + G + B ~ 75%. #B7D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 213 + 173 = 569 (100%)
R 183 of 569 ~ 32.16%
G 213 of 569 ~ 37.43%
B 173 of 569 ~ 30.4'%

%32.16
%37.43
%30.4

CMYK color model

#B7D5AD color CMYK value is (14,0,19,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%

CMYK: (14,0,19,16)
C14M0Y19K16 (14%, 0%, 19%, 16%)
(0.14 / 0.00 / 0.19 / 0.16)

CMYK percentages

%14.08
%0
%18.78
%16.47

Codes

Color #B7D5AD in popluar color models

B7 D5 AD
RGB 183 213 173
HSL 105° 32.26% 75.69%
HSB/HSV 105° 18.78% 83.53%
CMYK 14.08% 0.00% 18.78%
16.47%

Color #B7D5AD in popluar number systems.

HEX B7 D5 AD
Decimal 183 213 173
Binary 10110111 11010101 10101101
Octal 267 325 255

Shades and tints

Shades of #B7D5AD

#B7D5AD
(183,213,173)
#A7C29E
(167,194,158)
#97AF8F
(151,175,143)
#879C80
(135,156,128)
#778971
(119,137,113)
#677662
(103,118,98)
#576353
(87,99,83)
#475044
(71,80,68)
#373D35
(55,61,53)
#272A26
(39,42,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #B7D5AD

#B7D5AD
(183,213,173)
#BDD8B4
(189,216,180)
#C3DBBB
(195,219,187)
#C9DEC2
(201,222,194)
#CFE1C9
(207,225,201)
#D5E4D0
(213,228,208)
#DBE7D7
(219,231,215)
#E1EADE
(225,234,222)
#E7EDE5
(231,237,229)
#EDF0EC
(237,240,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D5AD; }

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

This text font color is #B7D5AD.

Background Color

.myBgColor { background-color: #B7D5AD; }

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

This div background color is #B7D5AD.

Border color

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

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

This div border color is #B7D5AD.

Opacity

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

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

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

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

This text has shadow with #B7D5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D5AD.

Preview

Color preview on black background

This text has color #B7D5AD on black background.


Color preview on white background

This text has color #B7D5AD on white background.


Black color preview on #B7D5AD background

This text has black color on #B7D5AD background.


White color preview on #B7D5AD background

This text has white color on #B7D5AD background.


Related colors

Complementary color

Complementary color for #hex is #482A52.


I love getcolorcode.com

Triadic colors

1 #ADB7D5 and #D5ADB7 with #B7D5AD are triadic colors.

2 #ADD5B7 and #D5B7AD with #B7D5AD are triadic colors.