COLOR #C7AEE8

HEX: #C7AEE8
RGB: (199,174,232)

Color info

#C7AEE8 contains red, green and blue colors in about the same proportion. Web safe color of #C7AEE8 is #CC99FF (or #C9F).

RGB color model

#C7AEE8 color RGB value is (199,174,232).

  • red value is 199;
  • green value is 174;
  • blue value is 232.
RGB:
(199,174,232)
(78%,68%,91%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 232 of 255 = 91%

199
174
232

R + G + B ~ 79%. #C7AEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 232 = 605 (100%)
R 199 of 605 ~ 32.89%
G 174 of 605 ~ 28.76%
B 232 of 605 ~ 38.35%

%32.89
%28.76
%38.35

CMYK color model

#C7AEE8 color CMYK value is (14,25,0,9).

  • cyan value is 14.22%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(14,25,0,9)
C14M25Y0K9 
(14%,25%,0%,9%)
(0.14/0.25/0.00/0.09)	

CMYK percentages

%14.22
%25
%0
%9.02

Codes

Color #C7AEE8 in popluar color models

C7AEE8
RGB199174232
HSL266°55.77%79.61%
HSB/HSV266°25.00%90.98%
CMYK14.22%25.00%0.00%
9.02%

Color #C7AEE8 in popluar number systems.

HEXC7AEE8
Decimal199174232
Binary110001111010111011101000
Octal307256350

Shades and tints

Shades of #C7AEE8

#C7AEE8
(199,174,232)
#B59FD3
(181,159,211)
#A390BE
(163,144,190)
#9181A9
(145,129,169)
#7F7294
(127,114,148)
#6D637F
(109,99,127)
#5B546A
(91,84,106)
#494555
(73,69,85)
#373640
(55,54,64)
#25272B
(37,39,43)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7AEE8

#C7AEE8
(199,174,232)
#CCB5EA
(204,181,234)
#D1BCEC
(209,188,236)
#D6C3EE
(214,195,238)
#DBCAF0
(219,202,240)
#E0D1F2
(224,209,242)
#E5D8F4
(229,216,244)
#EADFF6
(234,223,246)
#EFE6F8
(239,230,248)
#F4EDFA
(244,237,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AEE8 color. Also use rgb(199,174,232) instead hex code.

Text Font Color

.myTextColor { color: #C7AEE8; }

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

This text font color is #C7AEE8.


Background Color

.myBgColor { background-color: #C7AEE8; }

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

This div background color is #C7AEE8.


Border color

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

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

This div border color is #C7AEE8.


Opacity

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

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

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

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

This text has shadow with #C7AEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEE8 on black background.


Color preview on white background

This text has color #C7AEE8 on white background.



Black color preview on #C7AEE8 background

This text has black color on #C7AEE8 background.


White color preview on #C7AEE8 background

This text has white color on #C7AEE8 background.