COLOR #C7BAC7

HEX: #C7BAC7 RGB: (199,186,199)

Color info

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

RGB color model

#C7BAC7 color RGB value is (199,186,199).

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

RGB channels and saturation

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

199
186
199

R + G + B ~ 76%. #C7BAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 199 = 584 (100%)
R 199 of 584 ~ 34.08%
G 186 of 584 ~ 31.85%
B 199 of 584 ~ 34.08'%

%34.08
%31.85
%34.08

CMYK color model

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

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

CMYK: (0,7,0,22)
C0M7Y0K22 (0%, 7%, 0%, 22%)
(0.00 / 0.07 / 0.00 / 0.22)

CMYK percentages

%0
%6.53
%0
%21.96

Codes

Color #C7BAC7 in popluar color models

C7 BA C7
RGB 199 186 199
HSL 300° 10.40% 75.49%
HSB/HSV 300° 6.53% 78.04%
CMYK 0.00% 6.53% 0.00%
21.96%

Color #C7BAC7 in popluar number systems.

HEX C7 BA C7
Decimal 199 186 199
Binary 11000111 10111010 11000111
Octal 307 272 307

Shades and tints

Shades of #C7BAC7

#C7BAC7
(199,186,199)
#B5AAB5
(181,170,181)
#A39AA3
(163,154,163)
#918A91
(145,138,145)
#7F7A7F
(127,122,127)
#6D6A6D
(109,106,109)
#5B5A5B
(91,90,91)
#494A49
(73,74,73)
#373A37
(55,58,55)
#252A25
(37,42,37)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #C7BAC7

#C7BAC7
(199,186,199)
#CCC0CC
(204,192,204)
#D1C6D1
(209,198,209)
#D6CCD6
(214,204,214)
#DBD2DB
(219,210,219)
#E0D8E0
(224,216,224)
#E5DEE5
(229,222,229)
#EAE4EA
(234,228,234)
#EFEAEF
(239,234,239)
#F4F0F4
(244,240,244)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAC7; }

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

This text font color is #C7BAC7.

Background Color

.myBgColor { background-color: #C7BAC7; }

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

This div background color is #C7BAC7.

Border color

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

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

This div border color is #C7BAC7.

Opacity

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

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

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

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

This text has shadow with #C7BAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BAC7.

Preview

Color preview on black background

This text has color #C7BAC7 on black background.


Color preview on white background

This text has color #C7BAC7 on white background.


Black color preview on #C7BAC7 background

This text has black color on #C7BAC7 background.


White color preview on #C7BAC7 background

This text has white color on #C7BAC7 background.


Related colors

Complementary color

Complementary color for #hex is #384538.


I love getcolorcode.com

Triadic colors

1 #C7C7BA and #BAC7C7 with #C7BAC7 are triadic colors.

2 #C7BAC7 and #BAC7C7 with #C7BAC7 are triadic colors.