COLOR #C7AEF5

HEX: #C7AEF5 RGB: (199,174,245)

Color info

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

RGB color model

#C7AEF5 color RGB value is (199,174,245).

RGB: (199,174,245) (78%, 68%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 245 of 255 = 96%

199
174
245

R + G + B ~ 81%. #C7AEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 245 = 618 (100%)
R 199 of 618 ~ 32.2%
G 174 of 618 ~ 28.16%
B 245 of 618 ~ 39.64'%

%32.2
%28.16
%39.64

CMYK color model

#C7AEF5 color CMYK value is (19,29,0,4).

  • cyan value is 18.78%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (19,29,0,4)
C19M29Y0K4 (19%, 29%, 0%, 4%)
(0.19 / 0.29 / 0.00 / 0.04)

CMYK percentages

%18.78
%28.98
%0
%3.92

Codes

Color #C7AEF5 in popluar color models

C7 AE F5
RGB 199 174 245
HSL 261° 78.02% 82.16%
HSB/HSV 261° 28.98% 96.08%
CMYK 18.78% 28.98% 0.00%
3.92%

Color #C7AEF5 in popluar number systems.

HEX C7 AE F5
Decimal 199 174 245
Binary 11000111 10101110 11110101
Octal 307 256 365

Shades and tints

Shades of #C7AEF5

#C7AEF5
(199,174,245)
#B59FDF
(181,159,223)
#A390C9
(163,144,201)
#9181B3
(145,129,179)
#7F729D
(127,114,157)
#6D6387
(109,99,135)
#5B5471
(91,84,113)
#49455B
(73,69,91)
#373645
(55,54,69)
#25272F
(37,39,47)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7AEF5

#C7AEF5
(199,174,245)
#CCB5F5
(204,181,245)
#D1BCF5
(209,188,245)
#D6C3F5
(214,195,245)
#DBCAF5
(219,202,245)
#E0D1F5
(224,209,245)
#E5D8F5
(229,216,245)
#EADFF5
(234,223,245)
#EFE6F5
(239,230,245)
#F4EDF5
(244,237,245)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEF5; }

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

This text font color is #C7AEF5.

Background Color

.myBgColor { background-color: #C7AEF5; }

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

This div background color is #C7AEF5.

Border color

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

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

This div border color is #C7AEF5.

Opacity

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

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

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

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

This text has shadow with #C7AEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEF5.

Preview

Color preview on black background

This text has color #C7AEF5 on black background.


Color preview on white background

This text has color #C7AEF5 on white background.


Black color preview on #C7AEF5 background

This text has black color on #C7AEF5 background.


White color preview on #C7AEF5 background

This text has white color on #C7AEF5 background.


Related colors

Complementary color

Complementary color for #hex is #38510A.


I love getcolorcode.com

Triadic colors

1 #F5C7AE and #AEF5C7 with #C7AEF5 are triadic colors.

2 #F5AEC7 and #AEC7F5 with #C7AEF5 are triadic colors.