COLOR #C7ADD2

HEX: #C7ADD2
RGB: (199,173,210)

Color info

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

RGB color model

#C7ADD2 color RGB value is (199,173,210).

  • red value is 199;
  • green value is 173;
  • blue value is 210.
RGB:
(199,173,210)
(78%,68%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 210 of 255 = 82%

199
173
210

R + G + B ~ 76%. #C7ADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 210 = 582 (100%)
R 199 of 582 ~ 34.19%
G 173 of 582 ~ 29.73%
B 210 of 582 ~ 36.08%

%34.19
%29.73
%36.08

CMYK color model

#C7ADD2 color CMYK value is (5,18,0,18).

  • cyan value is 5.24%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,18,0,18)
C5M18Y0K18 
(5%,18%,0%,18%)
(0.05/0.18/0.00/0.18)	

CMYK percentages

%5.24
%17.62
%0
%17.65

Codes

Color #C7ADD2 in popluar color models

C7ADD2
RGB199173210
HSL282°29.13%75.10%
HSB/HSV282°17.62%82.35%
CMYK5.24%17.62%0.00%
17.65%

Color #C7ADD2 in popluar number systems.

HEXC7ADD2
Decimal199173210
Binary110001111010110111010010
Octal307255322

Shades and tints

Shades of #C7ADD2

#C7ADD2
(199,173,210)
#B59EBF
(181,158,191)
#A38FAC
(163,143,172)
#918099
(145,128,153)
#7F7186
(127,113,134)
#6D6273
(109,98,115)
#5B5360
(91,83,96)
#49444D
(73,68,77)
#37353A
(55,53,58)
#252627
(37,38,39)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7ADD2

#C7ADD2
(199,173,210)
#CCB4D6
(204,180,214)
#D1BBDA
(209,187,218)
#D6C2DE
(214,194,222)
#DBC9E2
(219,201,226)
#E0D0E6
(224,208,230)
#E5D7EA
(229,215,234)
#EADEEE
(234,222,238)
#EFE5F2
(239,229,242)
#F4ECF6
(244,236,246)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ADD2 color. Also use rgb(199,173,210) instead hex code.

Text Font Color

.myTextColor { color: #C7ADD2; }

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

This text font color is #C7ADD2.


Background Color

.myBgColor { background-color: #C7ADD2; }

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

This div background color is #C7ADD2.


Border color

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

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

This div border color is #C7ADD2.


Opacity

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

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

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

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

This text has shadow with #C7ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADD2 on black background.


Color preview on white background

This text has color #C7ADD2 on white background.



Black color preview on #C7ADD2 background

This text has black color on #C7ADD2 background.


White color preview on #C7ADD2 background

This text has white color on #C7ADD2 background.