COLOR #C8AEF2

HEX: #C8AEF2
RGB: (200,174,242)

Color info

#C8AEF2 contains mainly red and blue colors. Web safe color of #C8AEF2 is #CC99FF (or #C9F).

RGB color model

#C8AEF2 color RGB value is (200,174,242).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 242 of 255 = 95%

200
174
242

R + G + B ~ 80%. #C8AEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 242 = 616 (100%)
R 200 of 616 ~ 32.47%
G 174 of 616 ~ 28.25%
B 242 of 616 ~ 39.29%

%32.47
%28.25
%39.29

CMYK color model

#C8AEF2 color CMYK value is (17,28,0,5).

  • cyan value is 17.36%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,28,0,5)
C17M28Y0K5 
(17%,28%,0%,5%)
(0.17/0.28/0.00/0.05)	

CMYK percentages

%17.36
%28.1
%0
%5.1

Codes

Color #C8AEF2 in popluar color models

C8AEF2
RGB200174242
HSL263°72.34%81.57%
HSB/HSV263°28.10%94.90%
CMYK17.36%28.10%0.00%
5.10%

Color #C8AEF2 in popluar number systems.

HEXC8AEF2
Decimal200174242
Binary110010001010111011110010
Octal310256362

Shades and tints

Shades of #C8AEF2

#C8AEF2
(200,174,242)
#B69FDC
(182,159,220)
#A490C6
(164,144,198)
#9281B0
(146,129,176)
#80729A
(128,114,154)
#6E6384
(110,99,132)
#5C546E
(92,84,110)
#4A4558
(74,69,88)
#383642
(56,54,66)
#26272C
(38,39,44)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #C8AEF2

#C8AEF2
(200,174,242)
#CDB5F3
(205,181,243)
#D2BCF4
(210,188,244)
#D7C3F5
(215,195,245)
#DCCAF6
(220,202,246)
#E1D1F7
(225,209,247)
#E6D8F8
(230,216,248)
#EBDFF9
(235,223,249)
#F0E6FA
(240,230,250)
#F5EDFB
(245,237,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEF2; }

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

This text font color is #C8AEF2.


Background Color

.myBgColor { background-color: #C8AEF2; }

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

This div background color is #C8AEF2.


Border color

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

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

This div border color is #C8AEF2.


Opacity

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

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

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

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

This text has shadow with #C8AEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AEF2 on black background.


Color preview on white background

This text has color #C8AEF2 on white background.



Black color preview on #C8AEF2 background

This text has black color on #C8AEF2 background.


White color preview on #C8AEF2 background

This text has white color on #C8AEF2 background.