COLOR #B7C2AD

HEX: #B7C2AD RGB: (183,194,173)

Color info

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

RGB color model

#B7C2AD color RGB value is (183,194,173).

RGB: (183,194,173) (72%, 76%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 194 of 255 = 76%
B 173 of 255 = 68%

183
194
173

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

Portions of RGB colors in percentages

R + G + B = 183 + 194 + 173 = 550 (100%)
R 183 of 550 ~ 33.27%
G 194 of 550 ~ 35.27%
B 173 of 550 ~ 31.45'%

%33.27
%35.27
%31.45

CMYK color model

#B7C2AD color CMYK value is (6,0,11,24).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%

CMYK: (6,0,11,24)
C6M0Y11K24 (6%, 0%, 11%, 24%)
(0.06 / 0.00 / 0.11 / 0.24)

CMYK percentages

%5.67
%0
%10.82
%23.92

Codes

Color #B7C2AD in popluar color models

B7 C2 AD
RGB 183 194 173
HSL 91° 14.69% 71.96%
HSB/HSV 91° 10.82% 76.08%
CMYK 5.67% 0.00% 10.82%
23.92%

Color #B7C2AD in popluar number systems.

HEX B7 C2 AD
Decimal 183 194 173
Binary 10110111 11000010 10101101
Octal 267 302 255

Shades and tints

Shades of #B7C2AD

#B7C2AD
(183,194,173)
#A7B19E
(167,177,158)
#97A08F
(151,160,143)
#878F80
(135,143,128)
#777E71
(119,126,113)
#676D62
(103,109,98)
#575C53
(87,92,83)
#474B44
(71,75,68)
#373A35
(55,58,53)
#272926
(39,41,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #B7C2AD

#B7C2AD
(183,194,173)
#BDC7B4
(189,199,180)
#C3CCBB
(195,204,187)
#C9D1C2
(201,209,194)
#CFD6C9
(207,214,201)
#D5DBD0
(213,219,208)
#DBE0D7
(219,224,215)
#E1E5DE
(225,229,222)
#E7EAE5
(231,234,229)
#EDEFEC
(237,239,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C2AD; }

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

This text font color is #B7C2AD.

Background Color

.myBgColor { background-color: #B7C2AD; }

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

This div background color is #B7C2AD.

Border color

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

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

This div border color is #B7C2AD.

Opacity

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

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

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

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

This text has shadow with #B7C2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C2AD.

Preview

Color preview on black background

This text has color #B7C2AD on black background.


Color preview on white background

This text has color #B7C2AD on white background.


Black color preview on #B7C2AD background

This text has black color on #B7C2AD background.


White color preview on #B7C2AD background

This text has white color on #B7C2AD background.


Related colors

Complementary color

Complementary color for #hex is #483D52.


I love getcolorcode.com

Triadic colors

1 #ADB7C2 and #C2ADB7 with #B7C2AD are triadic colors.

2 #ADC2B7 and #C2B7AD with #B7C2AD are triadic colors.