COLOR #C7AEDF

HEX: #C7AEDF RGB: (199,174,223)

Color info

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

RGB color model

#C7AEDF color RGB value is (199,174,223).

RGB: (199,174,223) (78%, 68%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 223 of 255 = 87%

199
174
223

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 223 = 596 (100%)
R 199 of 596 ~ 33.39%
G 174 of 596 ~ 29.19%
B 223 of 596 ~ 37.42'%

%33.39
%29.19
%37.42

CMYK color model

#C7AEDF color CMYK value is (11,22,0,13).

  • cyan value is 10.76%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,22,0,13)
C11M22Y0K13 (11%, 22%, 0%, 13%)
(0.11 / 0.22 / 0.00 / 0.13)

CMYK percentages

%10.76
%21.97
%0
%12.55

Codes

Color #C7AEDF in popluar color models

C7 AE DF
RGB 199 174 223
HSL 271° 43.36% 77.84%
HSB/HSV 271° 21.97% 87.45%
CMYK 10.76% 21.97% 0.00%
12.55%

Color #C7AEDF in popluar number systems.

HEX C7 AE DF
Decimal 199 174 223
Binary 11000111 10101110 11011111
Octal 307 256 337

Shades and tints

Shades of #C7AEDF

#C7AEDF
(199,174,223)
#B59FCB
(181,159,203)
#A390B7
(163,144,183)
#9181A3
(145,129,163)
#7F728F
(127,114,143)
#6D637B
(109,99,123)
#5B5467
(91,84,103)
#494553
(73,69,83)
#37363F
(55,54,63)
#25272B
(37,39,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7AEDF

#C7AEDF
(199,174,223)
#CCB5E1
(204,181,225)
#D1BCE3
(209,188,227)
#D6C3E5
(214,195,229)
#DBCAE7
(219,202,231)
#E0D1E9
(224,209,233)
#E5D8EB
(229,216,235)
#EADFED
(234,223,237)
#EFE6EF
(239,230,239)
#F4EDF1
(244,237,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEDF; }

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

This text font color is #C7AEDF.

Background Color

.myBgColor { background-color: #C7AEDF; }

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

This div background color is #C7AEDF.

Border color

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

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

This div border color is #C7AEDF.

Opacity

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

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

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

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

This text has shadow with #C7AEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEDF.

Preview

Color preview on black background

This text has color #C7AEDF on black background.


Color preview on white background

This text has color #C7AEDF on white background.


Black color preview on #C7AEDF background

This text has black color on #C7AEDF background.


White color preview on #C7AEDF background

This text has white color on #C7AEDF background.


Related colors

Complementary color

Complementary color for #hex is #385120.


I love getcolorcode.com

Triadic colors

1 #DFC7AE and #AEDFC7 with #C7AEDF are triadic colors.

2 #DFAEC7 and #AEC7DF with #C7AEDF are triadic colors.