COLOR #C7BAC2

HEX: #C7BAC2 RGB: (199,186,194)

Color info

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

RGB color model

#C7BAC2 color RGB value is (199,186,194).

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

RGB channels and saturation

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

199
186
194

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

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 194 = 579 (100%)
R 199 of 579 ~ 34.37%
G 186 of 579 ~ 32.12%
B 194 of 579 ~ 33.51'%

%34.37
%32.12
%33.51

CMYK color model

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

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

CMYK: (0,7,3,22)
C0M7Y3K22 (0%, 7%, 3%, 22%)
(0.00 / 0.07 / 0.03 / 0.22)

CMYK percentages

%0
%6.53
%2.51
%21.96

Codes

Color #C7BAC2 in popluar color models

C7 BA C2
RGB 199 186 194
HSL 323° 10.40% 75.49%
HSB/HSV 323° 6.53% 78.04%
CMYK 0.00% 6.53% 2.51%
21.96%

Color #C7BAC2 in popluar number systems.

HEX C7 BA C2
Decimal 199 186 194
Binary 11000111 10111010 11000010
Octal 307 272 302

Shades and tints

Shades of #C7BAC2

#C7BAC2
(199,186,194)
#B5AAB1
(181,170,177)
#A39AA0
(163,154,160)
#918A8F
(145,138,143)
#7F7A7E
(127,122,126)
#6D6A6D
(109,106,109)
#5B5A5C
(91,90,92)
#494A4B
(73,74,75)
#373A3A
(55,58,58)
#252A29
(37,42,41)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7BAC2

#C7BAC2
(199,186,194)
#CCC0C7
(204,192,199)
#D1C6CC
(209,198,204)
#D6CCD1
(214,204,209)
#DBD2D6
(219,210,214)
#E0D8DB
(224,216,219)
#E5DEE0
(229,222,224)
#EAE4E5
(234,228,229)
#EFEAEA
(239,234,234)
#F4F0EF
(244,240,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAC2; }

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

This text font color is #C7BAC2.

Background Color

.myBgColor { background-color: #C7BAC2; }

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

This div background color is #C7BAC2.

Border color

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

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

This div border color is #C7BAC2.

Opacity

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

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

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

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

This text has shadow with #C7BAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BAC2.

Preview

Color preview on black background

This text has color #C7BAC2 on black background.


Color preview on white background

This text has color #C7BAC2 on white background.


Black color preview on #C7BAC2 background

This text has black color on #C7BAC2 background.


White color preview on #C7BAC2 background

This text has white color on #C7BAC2 background.


Related colors

Complementary color

Complementary color for #hex is #38453D.


I love getcolorcode.com

Triadic colors

1 #C2C7BA and #BAC2C7 with #C7BAC2 are triadic colors.

2 #C2BAC7 and #BAC7C2 with #C7BAC2 are triadic colors.