COLOR #C8AFD7

HEX: #C8AFD7 RGB: (200,175,215)

Color info

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

RGB color model

#C8AFD7 color RGB value is (200,175,215).

RGB: (200,175,215) (78%, 69%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 215 of 255 = 84%

200
175
215

R + G + B ~ 77%. #C8AFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 215 = 590 (100%)
R 200 of 590 ~ 33.9%
G 175 of 590 ~ 29.66%
B 215 of 590 ~ 36.44'%

%33.9
%29.66
%36.44

CMYK color model

#C8AFD7 color CMYK value is (7,19,0,16).

  • cyan value is 6.98%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (7,19,0,16)
C7M19Y0K16 (7%, 19%, 0%, 16%)
(0.07 / 0.19 / 0.00 / 0.16)

CMYK percentages

%6.98
%18.6
%0
%15.69

Codes

Color #C8AFD7 in popluar color models

C8 AF D7
RGB 200 175 215
HSL 278° 33.33% 76.47%
HSB/HSV 278° 18.60% 84.31%
CMYK 6.98% 18.60% 0.00%
15.69%

Color #C8AFD7 in popluar number systems.

HEX C8 AF D7
Decimal 200 175 215
Binary 11001000 10101111 11010111
Octal 310 257 327

Shades and tints

Shades of #C8AFD7

#C8AFD7
(200,175,215)
#B6A0C4
(182,160,196)
#A491B1
(164,145,177)
#92829E
(146,130,158)
#80738B
(128,115,139)
#6E6478
(110,100,120)
#5C5565
(92,85,101)
#4A4652
(74,70,82)
#38373F
(56,55,63)
#26282C
(38,40,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8AFD7

#C8AFD7
(200,175,215)
#CDB6DA
(205,182,218)
#D2BDDD
(210,189,221)
#D7C4E0
(215,196,224)
#DCCBE3
(220,203,227)
#E1D2E6
(225,210,230)
#E6D9E9
(230,217,233)
#EBE0EC
(235,224,236)
#F0E7EF
(240,231,239)
#F5EEF2
(245,238,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AFD7 color. Also use rgb(200,175,215) instead hex code.

Text Font Color

.myTextColor { color: #C8AFD7; }

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

This text font color is #C8AFD7.

Background Color

.myBgColor { background-color: #C8AFD7; }

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

This div background color is #C8AFD7.

Border color

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

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

This div border color is #C8AFD7.

Opacity

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

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

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

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

This text has shadow with #C8AFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AFD7.

Preview

Color preview on black background

This text has color #C8AFD7 on black background.


Color preview on white background

This text has color #C8AFD7 on white background.


Black color preview on #C8AFD7 background

This text has black color on #C8AFD7 background.


White color preview on #C8AFD7 background

This text has white color on #C8AFD7 background.


Related colors

Complementary color

Complementary color for #hex is #375028.


I love getcolorcode.com

Triadic colors

1 #D7C8AF and #AFD7C8 with #C8AFD7 are triadic colors.

2 #D7AFC8 and #AFC8D7 with #C8AFD7 are triadic colors.