COLOR #C8AFD4

HEX: #C8AFD4 RGB: (200,175,212)

Color info

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

RGB color model

#C8AFD4 color RGB value is (200,175,212).

RGB: (200,175,212) (78%, 69%, 83%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 212 of 255 = 83%

200
175
212

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

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 212 = 587 (100%)
R 200 of 587 ~ 34.07%
G 175 of 587 ~ 29.81%
B 212 of 587 ~ 36.12'%

%34.07
%29.81
%36.12

CMYK color model

#C8AFD4 color CMYK value is (6,17,0,17).

  • cyan value is 5.66%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (6,17,0,17)
C6M17Y0K17 (6%, 17%, 0%, 17%)
(0.06 / 0.17 / 0.00 / 0.17)

CMYK percentages

%5.66
%17.45
%0
%16.86

Codes

Color #C8AFD4 in popluar color models

C8 AF D4
RGB 200 175 212
HSL 281° 30.08% 75.88%
HSB/HSV 281° 17.45% 83.14%
CMYK 5.66% 17.45% 0.00%
16.86%

Color #C8AFD4 in popluar number systems.

HEX C8 AF D4
Decimal 200 175 212
Binary 11001000 10101111 11010100
Octal 310 257 324

Shades and tints

Shades of #C8AFD4

#C8AFD4
(200,175,212)
#B6A0C1
(182,160,193)
#A491AE
(164,145,174)
#92829B
(146,130,155)
#807388
(128,115,136)
#6E6475
(110,100,117)
#5C5562
(92,85,98)
#4A464F
(74,70,79)
#38373C
(56,55,60)
#262829
(38,40,41)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8AFD4

#C8AFD4
(200,175,212)
#CDB6D7
(205,182,215)
#D2BDDA
(210,189,218)
#D7C4DD
(215,196,221)
#DCCBE0
(220,203,224)
#E1D2E3
(225,210,227)
#E6D9E6
(230,217,230)
#EBE0E9
(235,224,233)
#F0E7EC
(240,231,236)
#F5EEEF
(245,238,239)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFD4; }

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

This text font color is #C8AFD4.

Background Color

.myBgColor { background-color: #C8AFD4; }

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

This div background color is #C8AFD4.

Border color

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

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

This div border color is #C8AFD4.

Opacity

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

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

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

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

This text has shadow with #C8AFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AFD4.

Preview

Color preview on black background

This text has color #C8AFD4 on black background.


Color preview on white background

This text has color #C8AFD4 on white background.


Black color preview on #C8AFD4 background

This text has black color on #C8AFD4 background.


White color preview on #C8AFD4 background

This text has white color on #C8AFD4 background.


Related colors

Complementary color

Complementary color for #hex is #37502B.


I love getcolorcode.com

Triadic colors

1 #D4C8AF and #AFD4C8 with #C8AFD4 are triadic colors.

2 #D4AFC8 and #AFC8D4 with #C8AFD4 are triadic colors.