COLOR #C8AEE1

HEX: #C8AEE1
RGB: (200,174,225)

Color info

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

RGB color model

#C8AEE1 color RGB value is (200,174,225).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 225 of 255 = 88%

200
174
225

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

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 225 = 599 (100%)
R 200 of 599 ~ 33.39%
G 174 of 599 ~ 29.05%
B 225 of 599 ~ 37.56%

%33.39
%29.05
%37.56

CMYK color model

#C8AEE1 color CMYK value is (11,23,0,12).

  • cyan value is 11.11%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(11,23,0,12)
C11M23Y0K12 
(11%,23%,0%,12%)
(0.11/0.23/0.00/0.12)	

CMYK percentages

%11.11
%22.67
%0
%11.76

Codes

Color #C8AEE1 in popluar color models

C8AEE1
RGB200174225
HSL271°45.95%78.24%
HSB/HSV271°22.67%88.24%
CMYK11.11%22.67%0.00%
11.76%

Color #C8AEE1 in popluar number systems.

HEXC8AEE1
Decimal200174225
Binary110010001010111011100001
Octal310256341

Shades and tints

Shades of #C8AEE1

#C8AEE1
(200,174,225)
#B69FCD
(182,159,205)
#A490B9
(164,144,185)
#9281A5
(146,129,165)
#807291
(128,114,145)
#6E637D
(110,99,125)
#5C5469
(92,84,105)
#4A4555
(74,69,85)
#383641
(56,54,65)
#26272D
(38,39,45)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #C8AEE1

#C8AEE1
(200,174,225)
#CDB5E3
(205,181,227)
#D2BCE5
(210,188,229)
#D7C3E7
(215,195,231)
#DCCAE9
(220,202,233)
#E1D1EB
(225,209,235)
#E6D8ED
(230,216,237)
#EBDFEF
(235,223,239)
#F0E6F1
(240,230,241)
#F5EDF3
(245,237,243)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEE1; }

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

This text font color is #C8AEE1.


Background Color

.myBgColor { background-color: #C8AEE1; }

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

This div background color is #C8AEE1.


Border color

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

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

This div border color is #C8AEE1.


Opacity

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

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

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

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

This text has shadow with #C8AEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AEE1 on black background.


Color preview on white background

This text has color #C8AEE1 on white background.



Black color preview on #C8AEE1 background

This text has black color on #C8AEE1 background.


White color preview on #C8AEE1 background

This text has white color on #C8AEE1 background.