COLOR #C8AFD0

HEX: #C8AFD0
RGB: (200,175,208)

Color info

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

RGB color model

#C8AFD0 color RGB value is (200,175,208).

  • red value is 200;
  • green value is 175;
  • blue value is 208.
RGB:
(200,175,208)
(78%,69%,82%)

RGB channels and saturation

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

200
175
208

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

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 208 = 583 (100%)
R 200 of 583 ~ 34.31%
G 175 of 583 ~ 30.02%
B 208 of 583 ~ 35.68%

%34.31
%30.02
%35.68

CMYK color model

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

  • cyan value is 3.85%
  • 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

%3.85
%15.87
%0
%18.43

Codes

Color #C8AFD0 in popluar color models

C8AFD0
RGB200175208
HSL285°25.98%75.10%
HSB/HSV285°15.87%81.57%
CMYK3.85%15.87%0.00%
18.43%

Color #C8AFD0 in popluar number systems.

HEXC8AFD0
Decimal200175208
Binary110010001010111111010000
Octal310257320

Shades and tints

Shades of #C8AFD0

#C8AFD0
(200,175,208)
#B6A0BE
(182,160,190)
#A491AC
(164,145,172)
#92829A
(146,130,154)
#807388
(128,115,136)
#6E6476
(110,100,118)
#5C5564
(92,85,100)
#4A4652
(74,70,82)
#383740
(56,55,64)
#26282E
(38,40,46)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8AFD0

#C8AFD0
(200,175,208)
#CDB6D4
(205,182,212)
#D2BDD8
(210,189,216)
#D7C4DC
(215,196,220)
#DCCBE0
(220,203,224)
#E1D2E4
(225,210,228)
#E6D9E8
(230,217,232)
#EBE0EC
(235,224,236)
#F0E7F0
(240,231,240)
#F5EEF4
(245,238,244)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFD0; }

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

This text font color is #C8AFD0.


Background Color

.myBgColor { background-color: #C8AFD0; }

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

This div background color is #C8AFD0.


Border color

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

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

This div border color is #C8AFD0.


Opacity

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

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

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

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

This text has shadow with #C8AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFD0 on black background.


Color preview on white background

This text has color #C8AFD0 on white background.



Black color preview on #C8AFD0 background

This text has black color on #C8AFD0 background.


White color preview on #C8AFD0 background

This text has white color on #C8AFD0 background.