COLOR #C7AFDD

HEX: #C7AFDD
RGB: (199,175,221)

Color info

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

RGB color model

#C7AFDD color RGB value is (199,175,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 221 of 255 = 87%

199
175
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 175 + 221 = 595 (100%)
R 199 of 595 ~ 33.45%
G 175 of 595 ~ 29.41%
B 221 of 595 ~ 37.14%

%33.45
%29.41
%37.14

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 20.81%
  • 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
%20.81
%0
%13.33

Codes

Color #C7AFDD in popluar color models

C7AFDD
RGB199175221
HSL271°40.35%77.65%
HSB/HSV271°20.81%86.67%
CMYK9.95%20.81%0.00%
13.33%

Color #C7AFDD in popluar number systems.

HEXC7AFDD
Decimal199175221
Binary110001111010111111011101
Octal307257335

Shades and tints

Shades of #C7AFDD

#C7AFDD
(199,175,221)
#B5A0C9
(181,160,201)
#A391B5
(163,145,181)
#9182A1
(145,130,161)
#7F738D
(127,115,141)
#6D6479
(109,100,121)
#5B5565
(91,85,101)
#494651
(73,70,81)
#37373D
(55,55,61)
#252829
(37,40,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7AFDD

#C7AFDD
(199,175,221)
#CCB6E0
(204,182,224)
#D1BDE3
(209,189,227)
#D6C4E6
(214,196,230)
#DBCBE9
(219,203,233)
#E0D2EC
(224,210,236)
#E5D9EF
(229,217,239)
#EAE0F2
(234,224,242)
#EFE7F5
(239,231,245)
#F4EEF8
(244,238,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AFDD; }

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

This text font color is #C7AFDD.


Background Color

.myBgColor { background-color: #C7AFDD; }

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

This div background color is #C7AFDD.


Border color

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

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

This div border color is #C7AFDD.


Opacity

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

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

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

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

This text has shadow with #C7AFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AFDD on black background.


Color preview on white background

This text has color #C7AFDD on white background.



Black color preview on #C7AFDD background

This text has black color on #C7AFDD background.


White color preview on #C7AFDD background

This text has white color on #C7AFDD background.