COLOR #C7AEDD

HEX: #C7AEDD
RGB: (199,174,221)

Color info

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

RGB color model

#C7AEDD color RGB value is (199,174,221).

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

RGB channels and saturation

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

199
174
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 221 = 594 (100%)
R 199 of 594 ~ 33.5%
G 174 of 594 ~ 29.29%
B 221 of 594 ~ 37.21%

%33.5
%29.29
%37.21

CMYK color model

#C7AEDD color CMYK value is (10,21,0,13).

  • cyan value is 9.95%
  • magenta value is 21.27%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,21,0,13)
C10M21Y0K13 
(10%,21%,0%,13%)
(0.10/0.21/0.00/0.13)	

CMYK percentages

%9.95
%21.27
%0
%13.33

Codes

Color #C7AEDD in popluar color models

C7AEDD
RGB199174221
HSL272°40.87%77.45%
HSB/HSV272°21.27%86.67%
CMYK9.95%21.27%0.00%
13.33%

Color #C7AEDD in popluar number systems.

HEXC7AEDD
Decimal199174221
Binary110001111010111011011101
Octal307256335

Shades and tints

Shades of #C7AEDD

#C7AEDD
(199,174,221)
#B59FC9
(181,159,201)
#A390B5
(163,144,181)
#9181A1
(145,129,161)
#7F728D
(127,114,141)
#6D6379
(109,99,121)
#5B5465
(91,84,101)
#494551
(73,69,81)
#37363D
(55,54,61)
#252729
(37,39,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7AEDD

#C7AEDD
(199,174,221)
#CCB5E0
(204,181,224)
#D1BCE3
(209,188,227)
#D6C3E6
(214,195,230)
#DBCAE9
(219,202,233)
#E0D1EC
(224,209,236)
#E5D8EF
(229,216,239)
#EADFF2
(234,223,242)
#EFE6F5
(239,230,245)
#F4EDF8
(244,237,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEDD; }

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

This text font color is #C7AEDD.


Background Color

.myBgColor { background-color: #C7AEDD; }

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

This div background color is #C7AEDD.


Border color

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

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

This div border color is #C7AEDD.


Opacity

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

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

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

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

This text has shadow with #C7AEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEDD on black background.


Color preview on white background

This text has color #C7AEDD on white background.



Black color preview on #C7AEDD background

This text has black color on #C7AEDD background.


White color preview on #C7AEDD background

This text has white color on #C7AEDD background.