COLOR #C8AFDE

HEX: #C8AFDE
RGB: (200,175,222)

Color info

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

RGB color model

#C8AFDE color RGB value is (200,175,222).

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

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 222 of 255 = 87%

200
175
222

R + G + B ~ 78%. #C8AFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 222 = 597 (100%)
R 200 of 597 ~ 33.5%
G 175 of 597 ~ 29.31%
B 222 of 597 ~ 37.19%

%33.5
%29.31
%37.19

CMYK color model

#C8AFDE color CMYK value is (10,21,0,13).

  • cyan value is 9.91%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(10,21,0,13)
C10M21Y0K13 
(10%,21%,0%,13%)
(0.10/0.21/0.00/0.13)	

CMYK percentages

%9.91
%21.17
%0
%12.94

Codes

Color #C8AFDE in popluar color models

C8AFDE
RGB200175222
HSL272°41.59%77.84%
HSB/HSV272°21.17%87.06%
CMYK9.91%21.17%0.00%
12.94%

Color #C8AFDE in popluar number systems.

HEXC8AFDE
Decimal200175222
Binary110010001010111111011110
Octal310257336

Shades and tints

Shades of #C8AFDE

#C8AFDE
(200,175,222)
#B6A0CA
(182,160,202)
#A491B6
(164,145,182)
#9282A2
(146,130,162)
#80738E
(128,115,142)
#6E647A
(110,100,122)
#5C5566
(92,85,102)
#4A4652
(74,70,82)
#38373E
(56,55,62)
#26282A
(38,40,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8AFDE

#C8AFDE
(200,175,222)
#CDB6E1
(205,182,225)
#D2BDE4
(210,189,228)
#D7C4E7
(215,196,231)
#DCCBEA
(220,203,234)
#E1D2ED
(225,210,237)
#E6D9F0
(230,217,240)
#EBE0F3
(235,224,243)
#F0E7F6
(240,231,246)
#F5EEF9
(245,238,249)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFDE; }

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

This text font color is #C8AFDE.


Background Color

.myBgColor { background-color: #C8AFDE; }

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

This div background color is #C8AFDE.


Border color

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

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

This div border color is #C8AFDE.


Opacity

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

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

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

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

This text has shadow with #C8AFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFDE on black background.


Color preview on white background

This text has color #C8AFDE on white background.



Black color preview on #C8AFDE background

This text has black color on #C8AFDE background.


White color preview on #C8AFDE background

This text has white color on #C8AFDE background.