COLOR #C7A4CD

HEX: #C7A4CD RGB: (199,164,205)

Color info

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

RGB color model

#C7A4CD color RGB value is (199,164,205).

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

RGB channels and saturation

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

199
164
205

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

Portions of RGB colors in percentages

R + G + B = 199 + 164 + 205 = 568 (100%)
R 199 of 568 ~ 35.04%
G 164 of 568 ~ 28.87%
B 205 of 568 ~ 36.09'%

%35.04
%28.87
%36.09

CMYK color model

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

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

CMYK: (3,20,0,20)
C3M20Y0K20 (3%, 20%, 0%, 20%)
(0.03 / 0.20 / 0.00 / 0.20)

CMYK percentages

%2.93
%20
%0
%19.61

Codes

Color #C7A4CD in popluar color models

C7 A4 CD
RGB 199 164 205
HSL 291° 29.08% 72.35%
HSB/HSV 291° 20.00% 80.39%
CMYK 2.93% 20.00% 0.00%
19.61%

Color #C7A4CD in popluar number systems.

HEX C7 A4 CD
Decimal 199 164 205
Binary 11000111 10100100 11001101
Octal 307 244 315

Shades and tints

Shades of #C7A4CD

#C7A4CD
(199,164,205)
#B596BB
(181,150,187)
#A388A9
(163,136,169)
#917A97
(145,122,151)
#7F6C85
(127,108,133)
#6D5E73
(109,94,115)
#5B5061
(91,80,97)
#49424F
(73,66,79)
#37343D
(55,52,61)
#25262B
(37,38,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7A4CD

#C7A4CD
(199,164,205)
#CCACD1
(204,172,209)
#D1B4D5
(209,180,213)
#D6BCD9
(214,188,217)
#DBC4DD
(219,196,221)
#E0CCE1
(224,204,225)
#E5D4E5
(229,212,229)
#EADCE9
(234,220,233)
#EFE4ED
(239,228,237)
#F4ECF1
(244,236,241)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A4CD; }

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

This text font color is #C7A4CD.

Background Color

.myBgColor { background-color: #C7A4CD; }

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

This div background color is #C7A4CD.

Border color

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

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

This div border color is #C7A4CD.

Opacity

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

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

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

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

This text has shadow with #C7A4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A4CD.

Preview

Color preview on black background

This text has color #C7A4CD on black background.


Color preview on white background

This text has color #C7A4CD on white background.


Black color preview on #C7A4CD background

This text has black color on #C7A4CD background.


White color preview on #C7A4CD background

This text has white color on #C7A4CD background.


Related colors

Complementary color

Complementary color for #hex is #385B32.


I love getcolorcode.com

Triadic colors

1 #CDC7A4 and #A4CDC7 with #C7A4CD are triadic colors.

2 #CDA4C7 and #A4C7CD with #C7A4CD are triadic colors.