COLOR #B7BCAD

HEX: #B7BCAD RGB: (183,188,173)

Color info

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

RGB color model

#B7BCAD color RGB value is (183,188,173).

RGB: (183,188,173) (72%, 74%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 173 of 255 = 68%

183
188
173

R + G + B ~ 71%. #B7BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 188 + 173 = 544 (100%)
R 183 of 544 ~ 33.64%
G 188 of 544 ~ 34.56%
B 173 of 544 ~ 31.8'%

%33.64
%34.56
%31.8

CMYK color model

#B7BCAD color CMYK value is (3,0,8,26).

  • cyan value is 2.66%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%

CMYK: (3,0,8,26)
C3M0Y8K26 (3%, 0%, 8%, 26%)
(0.03 / 0.00 / 0.08 / 0.26)

CMYK percentages

%2.66
%0
%7.98
%26.27

Codes

Color #B7BCAD in popluar color models

B7 BC AD
RGB 183 188 173
HSL 80° 10.07% 70.78%
HSB/HSV 80° 7.98% 73.73%
CMYK 2.66% 0.00% 7.98%
26.27%

Color #B7BCAD in popluar number systems.

HEX B7 BC AD
Decimal 183 188 173
Binary 10110111 10111100 10101101
Octal 267 274 255

Shades and tints

Shades of #B7BCAD

#B7BCAD
(183,188,173)
#A7AB9E
(167,171,158)
#979A8F
(151,154,143)
#878980
(135,137,128)
#777871
(119,120,113)
#676762
(103,103,98)
#575653
(87,86,83)
#474544
(71,69,68)
#373435
(55,52,53)
#272326
(39,35,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B7BCAD

#B7BCAD
(183,188,173)
#BDC2B4
(189,194,180)
#C3C8BB
(195,200,187)
#C9CEC2
(201,206,194)
#CFD4C9
(207,212,201)
#D5DAD0
(213,218,208)
#DBE0D7
(219,224,215)
#E1E6DE
(225,230,222)
#E7ECE5
(231,236,229)
#EDF2EC
(237,242,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BCAD; }

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

This text font color is #B7BCAD.

Background Color

.myBgColor { background-color: #B7BCAD; }

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

This div background color is #B7BCAD.

Border color

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

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

This div border color is #B7BCAD.

Opacity

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

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

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

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

This text has shadow with #B7BCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BCAD.

Preview

Color preview on black background

This text has color #B7BCAD on black background.


Color preview on white background

This text has color #B7BCAD on white background.


Black color preview on #B7BCAD background

This text has black color on #B7BCAD background.


White color preview on #B7BCAD background

This text has white color on #B7BCAD background.


Related colors

Complementary color

Complementary color for #hex is #484352.


I love getcolorcode.com

Triadic colors

1 #ADB7BC and #BCADB7 with #B7BCAD are triadic colors.

2 #ADBCB7 and #BCB7AD with #B7BCAD are triadic colors.