COLOR #C7A2CD

HEX: #C7A2CD RGB: (199,162,205)

Color info

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

RGB color model

#C7A2CD color RGB value is (199,162,205).

RGB: (199,162,205) (78%, 64%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 205 of 255 = 80%

199
162
205

R + G + B ~ 74%. #C7A2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 162 + 205 = 566 (100%)
R 199 of 566 ~ 35.16%
G 162 of 566 ~ 28.62%
B 205 of 566 ~ 36.22'%

%35.16
%28.62
%36.22

CMYK color model

#C7A2CD color CMYK value is (3,21,0,20).

  • cyan value is 2.93%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,21,0,20)
C3M21Y0K20 (3%, 21%, 0%, 20%)
(0.03 / 0.21 / 0.00 / 0.20)

CMYK percentages

%2.93
%20.98
%0
%19.61

Codes

Color #C7A2CD in popluar color models

C7 A2 CD
RGB 199 162 205
HSL 292° 30.07% 71.96%
HSB/HSV 292° 20.98% 80.39%
CMYK 2.93% 20.98% 0.00%
19.61%

Color #C7A2CD in popluar number systems.

HEX C7 A2 CD
Decimal 199 162 205
Binary 11000111 10100010 11001101
Octal 307 242 315

Shades and tints

Shades of #C7A2CD

#C7A2CD
(199,162,205)
#B594BB
(181,148,187)
#A386A9
(163,134,169)
#917897
(145,120,151)
#7F6A85
(127,106,133)
#6D5C73
(109,92,115)
#5B4E61
(91,78,97)
#49404F
(73,64,79)
#37323D
(55,50,61)
#25242B
(37,36,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7A2CD

#C7A2CD
(199,162,205)
#CCAAD1
(204,170,209)
#D1B2D5
(209,178,213)
#D6BAD9
(214,186,217)
#DBC2DD
(219,194,221)
#E0CAE1
(224,202,225)
#E5D2E5
(229,210,229)
#EADAE9
(234,218,233)
#EFE2ED
(239,226,237)
#F4EAF1
(244,234,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A2CD color. Also use rgb(199,162,205) instead hex code.

Text Font Color

.myTextColor { color: #C7A2CD; }

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

This text font color is #C7A2CD.

Background Color

.myBgColor { background-color: #C7A2CD; }

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

This div background color is #C7A2CD.

Border color

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

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

This div border color is #C7A2CD.

Opacity

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

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

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

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

This text has shadow with #C7A2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A2CD.

Preview

Color preview on black background

This text has color #C7A2CD on black background.


Color preview on white background

This text has color #C7A2CD on white background.


Black color preview on #C7A2CD background

This text has black color on #C7A2CD background.


White color preview on #C7A2CD background

This text has white color on #C7A2CD background.


Related colors

Complementary color

Complementary color for #hex is #385D32.


I love getcolorcode.com

Triadic colors

1 #CDC7A2 and #A2CDC7 with #C7A2CD are triadic colors.

2 #CDA2C7 and #A2C7CD with #C7A2CD are triadic colors.