COLOR #C8AED1

HEX: #C8AED1
RGB: (200,174,209)

Color info

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

RGB color model

#C8AED1 color RGB value is (200,174,209).

  • red value is 200;
  • green value is 174;
  • blue value is 209.
RGB:
(200,174,209)
(78%,68%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 209 of 255 = 82%

200
174
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 209 = 583 (100%)
R 200 of 583 ~ 34.31%
G 174 of 583 ~ 29.85%
B 209 of 583 ~ 35.85%

%34.31
%29.85
%35.85

CMYK color model

#C8AED1 color CMYK value is (4,17,0,18).

  • cyan value is 4.31%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,17,0,18)
C4M17Y0K18 
(4%,17%,0%,18%)
(0.04/0.17/0.00/0.18)	

CMYK percentages

%4.31
%16.75
%0
%18.04

Codes

Color #C8AED1 in popluar color models

C8AED1
RGB200174209
HSL285°27.56%75.10%
HSB/HSV285°16.75%81.96%
CMYK4.31%16.75%0.00%
18.04%

Color #C8AED1 in popluar number systems.

HEXC8AED1
Decimal200174209
Binary110010001010111011010001
Octal310256321

Shades and tints

Shades of #C8AED1

#C8AED1
(200,174,209)
#B69FBE
(182,159,190)
#A490AB
(164,144,171)
#928198
(146,129,152)
#807285
(128,114,133)
#6E6372
(110,99,114)
#5C545F
(92,84,95)
#4A454C
(74,69,76)
#383639
(56,54,57)
#262726
(38,39,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8AED1

#C8AED1
(200,174,209)
#CDB5D5
(205,181,213)
#D2BCD9
(210,188,217)
#D7C3DD
(215,195,221)
#DCCAE1
(220,202,225)
#E1D1E5
(225,209,229)
#E6D8E9
(230,216,233)
#EBDFED
(235,223,237)
#F0E6F1
(240,230,241)
#F5EDF5
(245,237,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AED1 color. Also use rgb(200,174,209) instead hex code.

Text Font Color

.myTextColor { color: #C8AED1; }

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

This text font color is #C8AED1.


Background Color

.myBgColor { background-color: #C8AED1; }

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

This div background color is #C8AED1.


Border color

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

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

This div border color is #C8AED1.


Opacity

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

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

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

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

This text has shadow with #C8AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AED1 on black background.


Color preview on white background

This text has color #C8AED1 on white background.



Black color preview on #C8AED1 background

This text has black color on #C8AED1 background.


White color preview on #C8AED1 background

This text has white color on #C8AED1 background.