COLOR #C7BAAB

HEX: #C7BAAB RGB: (199,186,171)

Color info

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

RGB color model

#C7BAAB color RGB value is (199,186,171).

RGB: (199,186,171) (78%, 73%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 171 of 255 = 67%

199
186
171

R + G + B ~ 73%. #C7BAAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 171 = 556 (100%)
R 199 of 556 ~ 35.79%
G 186 of 556 ~ 33.45%
B 171 of 556 ~ 30.76'%

%35.79
%33.45
%30.76

CMYK color model

#C7BAAB color CMYK value is (0,7,14,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK: (0,7,14,22) C0M7Y14K22 (0%,7%,14%,22%) (0.00/0.07/0.14/0.22) 

CMYK percentages

%0
%6.53
%14.07
%21.96

Codes

Color #C7BAAB in popluar color models

C7 BA AB
RGB 199 186 171
HSL 32° 20.00% 72.55%
HSB/HSV 32° 14.07% 78.04%
CMYK 0.00% 6.53% 14.07%
21.96%

Color #C7BAAB in popluar number systems.

HEX C7 BA AB
Decimal 199 186 171
Binary 11000111 10111010 10101011
Octal 307 272 253

Shades and tints

Shades of #C7BAAB

#C7BAAB
(199,186,171)
#B5AA9C
(181,170,156)
#A39A8D
(163,154,141)
#918A7E
(145,138,126)
#7F7A6F
(127,122,111)
#6D6A60
(109,106,96)
#5B5A51
(91,90,81)
#494A42
(73,74,66)
#373A33
(55,58,51)
#252A24
(37,42,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #C7BAAB

#C7BAAB
(199,186,171)
#CCC0B2
(204,192,178)
#D1C6B9
(209,198,185)
#D6CCC0
(214,204,192)
#DBD2C7
(219,210,199)
#E0D8CE
(224,216,206)
#E5DED5
(229,222,213)
#EAE4DC
(234,228,220)
#EFEAE3
(239,234,227)
#F4F0EA
(244,240,234)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BAAB color. Also use rgb(199,186,171) instead hex code.

Text Font Color

.myTextColor { color: #C7BAAB; }

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

This text font color is #C7BAAB.

Background Color

.myBgColor { background-color: #C7BAAB; }

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

This div background color is #C7BAAB.

Border color

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

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

This div border color is #C7BAAB.

Opacity

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

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

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

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

This text has shadow with #C7BAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BAAB.

Preview

Color preview on black background

This text has color #C7BAAB on black background.


Color preview on white background

This text has color #C7BAAB on white background.


Black color preview on #C7BAAB background

This text has black color on #C7BAAB background.


White color preview on #C7BAAB background

This text has white color on #C7BAAB background.


Related colors

Complementary color

Complementary color for #hex is #384554.


I love getcolorcode.com

Triadic colors

1 #ABC7BA and #BAABC7 with #C7BAAB are triadic colors.

2 #ABBAC7 and #BAC7AB with #C7BAAB are triadic colors.