COLOR #C7AFD0

HEX: #C7AFD0 RGB: (199,175,208)

Color info

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

RGB color model

#C7AFD0 color RGB value is (199,175,208).

RGB: (199,175,208) (78%, 69%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 208 of 255 = 82%

199
175
208

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

Portions of RGB colors in percentages

R + G + B = 199 + 175 + 208 = 582 (100%)
R 199 of 582 ~ 34.19%
G 175 of 582 ~ 30.07%
B 208 of 582 ~ 35.74'%

%34.19
%30.07
%35.74

CMYK color model

#C7AFD0 color CMYK value is (4,16,0,18).

  • cyan value is 4.33%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (4,16,0,18) C4M16Y0K18 (4%,16%,0%,18%) (0.04/0.16/0.00/0.18) 

CMYK percentages

%4.33
%15.87
%0
%18.43

Codes

Color #C7AFD0 in popluar color models

C7 AF D0
RGB 199 175 208
HSL 284° 25.98% 75.10%
HSB/HSV 284° 15.87% 81.57%
CMYK 4.33% 15.87% 0.00%
18.43%

Color #C7AFD0 in popluar number systems.

HEX C7 AF D0
Decimal 199 175 208
Binary 11000111 10101111 11010000
Octal 307 257 320

Shades and tints

Shades of #C7AFD0

#C7AFD0
(199,175,208)
#B5A0BE
(181,160,190)
#A391AC
(163,145,172)
#91829A
(145,130,154)
#7F7388
(127,115,136)
#6D6476
(109,100,118)
#5B5564
(91,85,100)
#494652
(73,70,82)
#373740
(55,55,64)
#25282E
(37,40,46)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #C7AFD0

#C7AFD0
(199,175,208)
#CCB6D4
(204,182,212)
#D1BDD8
(209,189,216)
#D6C4DC
(214,196,220)
#DBCBE0
(219,203,224)
#E0D2E4
(224,210,228)
#E5D9E8
(229,217,232)
#EAE0EC
(234,224,236)
#EFE7F0
(239,231,240)
#F4EEF4
(244,238,244)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AFD0; }

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

This text font color is #C7AFD0.

Background Color

.myBgColor { background-color: #C7AFD0; }

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

This div background color is #C7AFD0.

Border color

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

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

This div border color is #C7AFD0.

Opacity

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

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

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

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

This text has shadow with #C7AFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AFD0.

Preview

Color preview on black background

This text has color #C7AFD0 on black background.


Color preview on white background

This text has color #C7AFD0 on white background.


Black color preview on #C7AFD0 background

This text has black color on #C7AFD0 background.


White color preview on #C7AFD0 background

This text has white color on #C7AFD0 background.


Related colors

Complementary color

Complementary color for #hex is #38502F.


I love getcolorcode.com

Triadic colors

1 #D0C7AF and #AFD0C7 with #C7AFD0 are triadic colors.

2 #D0AFC7 and #AFC7D0 with #C7AFD0 are triadic colors.