COLOR #C7A6C5

HEX: #C7A6C5 RGB: (199,166,197)

Color info

#C7A6C5 contains red, green and blue colors in about the same proportion. Web safe color of #C7A6C5 is #CC99CC (or #C9C).

RGB color model

#C7A6C5 color RGB value is (199,166,197).

RGB: (199,166,197) (78%, 65%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 197 of 255 = 77%

199
166
197

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

Portions of RGB colors in percentages

R + G + B = 199 + 166 + 197 = 562 (100%)
R 199 of 562 ~ 35.41%
G 166 of 562 ~ 29.54%
B 197 of 562 ~ 35.05'%

%35.41
%29.54
%35.05

CMYK color model

#C7A6C5 color CMYK value is (0,17,1,22).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 1.01%
  • key color value is 21.96%
CMYK: (0,17,1,22) C0M17Y1K22 (0%,17%,1%,22%) (0.00/0.17/0.01/0.22) 

CMYK percentages

%0
%16.58
%1.01
%21.96

Codes

Color #C7A6C5 in popluar color models

C7 A6 C5
RGB 199 166 197
HSL 304° 22.76% 71.57%
HSB/HSV 304° 16.58% 78.04%
CMYK 0.00% 16.58% 1.01%
21.96%

Color #C7A6C5 in popluar number systems.

HEX C7 A6 C5
Decimal 199 166 197
Binary 11000111 10100110 11000101
Octal 307 246 305

Shades and tints

Shades of #C7A6C5

#C7A6C5
(199,166,197)
#B597B4
(181,151,180)
#A388A3
(163,136,163)
#917992
(145,121,146)
#7F6A81
(127,106,129)
#6D5B70
(109,91,112)
#5B4C5F
(91,76,95)
#493D4E
(73,61,78)
#372E3D
(55,46,61)
#251F2C
(37,31,44)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #C7A6C5

#C7A6C5
(199,166,197)
#CCAECA
(204,174,202)
#D1B6CF
(209,182,207)
#D6BED4
(214,190,212)
#DBC6D9
(219,198,217)
#E0CEDE
(224,206,222)
#E5D6E3
(229,214,227)
#EADEE8
(234,222,232)
#EFE6ED
(239,230,237)
#F4EEF2
(244,238,242)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A6C5; }

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

This text font color is #C7A6C5.

Background Color

.myBgColor { background-color: #C7A6C5; }

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

This div background color is #C7A6C5.

Border color

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

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

This div border color is #C7A6C5.

Opacity

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

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

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

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

This text has shadow with #C7A6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A6C5.

Preview

Color preview on black background

This text has color #C7A6C5 on black background.


Color preview on white background

This text has color #C7A6C5 on white background.


Black color preview on #C7A6C5 background

This text has black color on #C7A6C5 background.


White color preview on #C7A6C5 background

This text has white color on #C7A6C5 background.


Related colors

Complementary color

Complementary color for #hex is #38593A.


I love getcolorcode.com

Triadic colors

1 #C5C7A6 and #A6C5C7 with #C7A6C5 are triadic colors.

2 #C5A6C7 and #A6C7C5 with #C7A6C5 are triadic colors.