COLOR #C7BABB

HEX: #C7BABB RGB: (199,186,187)

Color info

#C7BABB contains red, green and blue colors in about the same proportion. Web safe color of #C7BABB is #CCCCCC (or #CCC).

RGB color model

#C7BABB color RGB value is (199,186,187).

RGB: (199,186,187) (78%, 73%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 187 of 255 = 73%

199
186
187

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

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 187 = 572 (100%)
R 199 of 572 ~ 34.79%
G 186 of 572 ~ 32.52%
B 187 of 572 ~ 32.69'%

%34.79
%32.52
%32.69

CMYK color model

#C7BABB color CMYK value is (0,7,6,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 6.03%
  • key color value is 21.96%

CMYK: (0,7,6,22)
C0M7Y6K22 (0%, 7%, 6%, 22%)
(0.00 / 0.07 / 0.06 / 0.22)

CMYK percentages

%0
%6.53
%6.03
%21.96

Codes

Color #C7BABB in popluar color models

C7 BA BB
RGB 199 186 187
HSL 355° 10.40% 75.49%
HSB/HSV 355° 6.53% 78.04%
CMYK 0.00% 6.53% 6.03%
21.96%

Color #C7BABB in popluar number systems.

HEX C7 BA BB
Decimal 199 186 187
Binary 11000111 10111010 10111011
Octal 307 272 273

Shades and tints

Shades of #C7BABB

#C7BABB
(199,186,187)
#B5AAAA
(181,170,170)
#A39A99
(163,154,153)
#918A88
(145,138,136)
#7F7A77
(127,122,119)
#6D6A66
(109,106,102)
#5B5A55
(91,90,85)
#494A44
(73,74,68)
#373A33
(55,58,51)
#252A22
(37,42,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #C7BABB

#C7BABB
(199,186,187)
#CCC0C1
(204,192,193)
#D1C6C7
(209,198,199)
#D6CCCD
(214,204,205)
#DBD2D3
(219,210,211)
#E0D8D9
(224,216,217)
#E5DEDF
(229,222,223)
#EAE4E5
(234,228,229)
#EFEAEB
(239,234,235)
#F4F0F1
(244,240,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BABB; }

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

This text font color is #C7BABB.

Background Color

.myBgColor { background-color: #C7BABB; }

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

This div background color is #C7BABB.

Border color

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

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

This div border color is #C7BABB.

Opacity

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

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

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

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

This text has shadow with #C7BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BABB.

Preview

Color preview on black background

This text has color #C7BABB on black background.


Color preview on white background

This text has color #C7BABB on white background.


Black color preview on #C7BABB background

This text has black color on #C7BABB background.


White color preview on #C7BABB background

This text has white color on #C7BABB background.


Related colors

Complementary color

Complementary color for #hex is #384544.


I love getcolorcode.com

Triadic colors

1 #BBC7BA and #BABBC7 with #C7BABB are triadic colors.

2 #BBBAC7 and #BAC7BB with #C7BABB are triadic colors.