COLOR #C7AFC5

HEX: #C7AFC5 RGB: (199,175,197)

Color info

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

RGB color model

#C7AFC5 color RGB value is (199,175,197).

RGB: (199,175,197) (78%, 69%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 197 of 255 = 77%

199
175
197

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

Portions of RGB colors in percentages

R + G + B = 199 + 175 + 197 = 571 (100%)
R 199 of 571 ~ 34.85%
G 175 of 571 ~ 30.65%
B 197 of 571 ~ 34.5'%

%34.85
%30.65
%34.5

CMYK color model

#C7AFC5 color CMYK value is (0,12,1,22).

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

CMYK: (0,12,1,22)
C0M12Y1K22 (0%, 12%, 1%, 22%)
(0.00 / 0.12 / 0.01 / 0.22)

CMYK percentages

%0
%12.06
%1.01
%21.96

Codes

Color #C7AFC5 in popluar color models

C7 AF C5
RGB 199 175 197
HSL 305° 17.65% 73.33%
HSB/HSV 305° 12.06% 78.04%
CMYK 0.00% 12.06% 1.01%
21.96%

Color #C7AFC5 in popluar number systems.

HEX C7 AF C5
Decimal 199 175 197
Binary 11000111 10101111 11000101
Octal 307 257 305

Shades and tints

Shades of #C7AFC5

#C7AFC5
(199,175,197)
#B5A0B4
(181,160,180)
#A391A3
(163,145,163)
#918292
(145,130,146)
#7F7381
(127,115,129)
#6D6470
(109,100,112)
#5B555F
(91,85,95)
#49464E
(73,70,78)
#37373D
(55,55,61)
#25282C
(37,40,44)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #C7AFC5

#C7AFC5
(199,175,197)
#CCB6CA
(204,182,202)
#D1BDCF
(209,189,207)
#D6C4D4
(214,196,212)
#DBCBD9
(219,203,217)
#E0D2DE
(224,210,222)
#E5D9E3
(229,217,227)
#EAE0E8
(234,224,232)
#EFE7ED
(239,231,237)
#F4EEF2
(244,238,242)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AFC5; }

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

This text font color is #C7AFC5.

Background Color

.myBgColor { background-color: #C7AFC5; }

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

This div background color is #C7AFC5.

Border color

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

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

This div border color is #C7AFC5.

Opacity

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

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

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

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

This text has shadow with #C7AFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AFC5.

Preview

Color preview on black background

This text has color #C7AFC5 on black background.


Color preview on white background

This text has color #C7AFC5 on white background.


Black color preview on #C7AFC5 background

This text has black color on #C7AFC5 background.


White color preview on #C7AFC5 background

This text has white color on #C7AFC5 background.


Related colors

Complementary color

Complementary color for #hex is #38503A.


I love getcolorcode.com

Triadic colors

1 #C5C7AF and #AFC5C7 with #C7AFC5 are triadic colors.

2 #C5AFC7 and #AFC7C5 with #C7AFC5 are triadic colors.