COLOR #B7D7AA

HEX: #B7D7AA RGB: (183,215,170)

Color info

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

RGB color model

#B7D7AA color RGB value is (183,215,170).

RGB: (183,215,170) (72%, 84%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 215 of 255 = 84%
B 170 of 255 = 67%

183
215
170

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

Portions of RGB colors in percentages

R + G + B = 183 + 215 + 170 = 568 (100%)
R 183 of 568 ~ 32.22%
G 215 of 568 ~ 37.85%
B 170 of 568 ~ 29.93'%

%32.22
%37.85
%29.93

CMYK color model

#B7D7AA color CMYK value is (15,0,21,16).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 15.69%

CMYK: (15,0,21,16)
C15M0Y21K16 (15%, 0%, 21%, 16%)
(0.15 / 0.00 / 0.21 / 0.16)

CMYK percentages

%14.88
%0
%20.93
%15.69

Codes

Color #B7D7AA in popluar color models

B7 D7 AA
RGB 183 215 170
HSL 103° 36.00% 75.49%
HSB/HSV 103° 20.93% 84.31%
CMYK 14.88% 0.00% 20.93%
15.69%

Color #B7D7AA in popluar number systems.

HEX B7 D7 AA
Decimal 183 215 170
Binary 10110111 11010111 10101010
Octal 267 327 252

Shades and tints

Shades of #B7D7AA

#B7D7AA
(183,215,170)
#A7C49B
(167,196,155)
#97B18C
(151,177,140)
#879E7D
(135,158,125)
#778B6E
(119,139,110)
#67785F
(103,120,95)
#576550
(87,101,80)
#475241
(71,82,65)
#373F32
(55,63,50)
#272C23
(39,44,35)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #B7D7AA

#B7D7AA
(183,215,170)
#BDDAB1
(189,218,177)
#C3DDB8
(195,221,184)
#C9E0BF
(201,224,191)
#CFE3C6
(207,227,198)
#D5E6CD
(213,230,205)
#DBE9D4
(219,233,212)
#E1ECDB
(225,236,219)
#E7EFE2
(231,239,226)
#EDF2E9
(237,242,233)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D7AA color. Also use rgb(183,215,170) instead hex code.

Text Font Color

.myTextColor { color: #B7D7AA; }

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

This text font color is #B7D7AA.

Background Color

.myBgColor { background-color: #B7D7AA; }

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

This div background color is #B7D7AA.

Border color

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

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

This div border color is #B7D7AA.

Opacity

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

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

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

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

This text has shadow with #B7D7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D7AA.

Preview

Color preview on black background

This text has color #B7D7AA on black background.


Color preview on white background

This text has color #B7D7AA on white background.


Black color preview on #B7D7AA background

This text has black color on #B7D7AA background.


White color preview on #B7D7AA background

This text has white color on #B7D7AA background.


Related colors

Complementary color

Complementary color for #hex is #482855.


I love getcolorcode.com

Triadic colors

1 #AAB7D7 and #D7AAB7 with #B7D7AA are triadic colors.

2 #AAD7B7 and #D7B7AA with #B7D7AA are triadic colors.