COLOR #C8AFCF

HEX: #C8AFCF
RGB: (200,175,207)

Color info

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

RGB color model

#C8AFCF color RGB value is (200,175,207).

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

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 207 of 255 = 81%

200
175
207

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

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 207 = 582 (100%)
R 200 of 582 ~ 34.36%
G 175 of 582 ~ 30.07%
B 207 of 582 ~ 35.57%

%34.36
%30.07
%35.57

CMYK color model

#C8AFCF color CMYK value is (3,15,0,19).

  • cyan value is 3.38%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,15,0,19)
C3M15Y0K19 
(3%,15%,0%,19%)
(0.03/0.15/0.00/0.19)	

CMYK percentages

%3.38
%15.46
%0
%18.82

Codes

Color #C8AFCF in popluar color models

C8AFCF
RGB200175207
HSL287°25.00%74.90%
HSB/HSV287°15.46%81.18%
CMYK3.38%15.46%0.00%
18.82%

Color #C8AFCF in popluar number systems.

HEXC8AFCF
Decimal200175207
Binary110010001010111111001111
Octal310257317

Shades and tints

Shades of #C8AFCF

#C8AFCF
(200,175,207)
#B6A0BD
(182,160,189)
#A491AB
(164,145,171)
#928299
(146,130,153)
#807387
(128,115,135)
#6E6475
(110,100,117)
#5C5563
(92,85,99)
#4A4651
(74,70,81)
#38373F
(56,55,63)
#26282D
(38,40,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #C8AFCF

#C8AFCF
(200,175,207)
#CDB6D3
(205,182,211)
#D2BDD7
(210,189,215)
#D7C4DB
(215,196,219)
#DCCBDF
(220,203,223)
#E1D2E3
(225,210,227)
#E6D9E7
(230,217,231)
#EBE0EB
(235,224,235)
#F0E7EF
(240,231,239)
#F5EEF3
(245,238,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFCF; }

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

This text font color is #C8AFCF.


Background Color

.myBgColor { background-color: #C8AFCF; }

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

This div background color is #C8AFCF.


Border color

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

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

This div border color is #C8AFCF.


Opacity

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

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

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

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

This text has shadow with #C8AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFCF on black background.


Color preview on white background

This text has color #C8AFCF on white background.



Black color preview on #C8AFCF background

This text has black color on #C8AFCF background.


White color preview on #C8AFCF background

This text has white color on #C8AFCF background.