COLOR #C7A9C5

HEX: #C7A9C5 RGB: (199,169,197)

Color info

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

RGB color model

#C7A9C5 color RGB value is (199,169,197).

RGB: (199,169,197) (78%, 66%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 197 of 255 = 77%

199
169
197

R + G + B ~ 74%. #C7A9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 169 + 197 = 565 (100%)
R 199 of 565 ~ 35.22%
G 169 of 565 ~ 29.91%
B 197 of 565 ~ 34.87'%

%35.22
%29.91
%34.87

CMYK color model

#C7A9C5 color CMYK value is (0,15,1,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 1.01%
  • key color value is 21.96%

CMYK: (0,15,1,22)
C0M15Y1K22 (0%, 15%, 1%, 22%)
(0.00 / 0.15 / 0.01 / 0.22)

CMYK percentages

%0
%15.08
%1.01
%21.96

Codes

Color #C7A9C5 in popluar color models

C7 A9 C5
RGB 199 169 197
HSL 304° 21.13% 72.16%
HSB/HSV 304° 15.08% 78.04%
CMYK 0.00% 15.08% 1.01%
21.96%

Color #C7A9C5 in popluar number systems.

HEX C7 A9 C5
Decimal 199 169 197
Binary 11000111 10101001 11000101
Octal 307 251 305

Shades and tints

Shades of #C7A9C5

#C7A9C5
(199,169,197)
#B59AB4
(181,154,180)
#A38BA3
(163,139,163)
#917C92
(145,124,146)
#7F6D81
(127,109,129)
#6D5E70
(109,94,112)
#5B4F5F
(91,79,95)
#49404E
(73,64,78)
#37313D
(55,49,61)
#25222C
(37,34,44)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #C7A9C5

#C7A9C5
(199,169,197)
#CCB0CA
(204,176,202)
#D1B7CF
(209,183,207)
#D6BED4
(214,190,212)
#DBC5D9
(219,197,217)
#E0CCDE
(224,204,222)
#E5D3E3
(229,211,227)
#EADAE8
(234,218,232)
#EFE1ED
(239,225,237)
#F4E8F2
(244,232,242)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A9C5; }

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

This text font color is #C7A9C5.

Background Color

.myBgColor { background-color: #C7A9C5; }

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

This div background color is #C7A9C5.

Border color

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

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

This div border color is #C7A9C5.

Opacity

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

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

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

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

This text has shadow with #C7A9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A9C5.

Preview

Color preview on black background

This text has color #C7A9C5 on black background.


Color preview on white background

This text has color #C7A9C5 on white background.


Black color preview on #C7A9C5 background

This text has black color on #C7A9C5 background.


White color preview on #C7A9C5 background

This text has white color on #C7A9C5 background.


Related colors

Complementary color

Complementary color for #hex is #38563A.


I love getcolorcode.com

Triadic colors

1 #C5C7A9 and #A9C5C7 with #C7A9C5 are triadic colors.

2 #C5A9C7 and #A9C7C5 with #C7A9C5 are triadic colors.