COLOR #C7ACD5

HEX: #C7ACD5 RGB: (199,172,213)

Color info

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

RGB color model

#C7ACD5 color RGB value is (199,172,213).

RGB: (199,172,213) (78%, 67%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 213 of 255 = 84%

199
172
213

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

Portions of RGB colors in percentages

R + G + B = 199 + 172 + 213 = 584 (100%)
R 199 of 584 ~ 34.08%
G 172 of 584 ~ 29.45%
B 213 of 584 ~ 36.47'%

%34.08
%29.45
%36.47

CMYK color model

#C7ACD5 color CMYK value is (7,19,0,16).

  • cyan value is 6.57%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,19,0,16)
C7M19Y0K16 (7%, 19%, 0%, 16%)
(0.07 / 0.19 / 0.00 / 0.16)

CMYK percentages

%6.57
%19.25
%0
%16.47

Codes

Color #C7ACD5 in popluar color models

C7 AC D5
RGB 199 172 213
HSL 280° 32.80% 75.49%
HSB/HSV 280° 19.25% 83.53%
CMYK 6.57% 19.25% 0.00%
16.47%

Color #C7ACD5 in popluar number systems.

HEX C7 AC D5
Decimal 199 172 213
Binary 11000111 10101100 11010101
Octal 307 254 325

Shades and tints

Shades of #C7ACD5

#C7ACD5
(199,172,213)
#B59DC2
(181,157,194)
#A38EAF
(163,142,175)
#917F9C
(145,127,156)
#7F7089
(127,112,137)
#6D6176
(109,97,118)
#5B5263
(91,82,99)
#494350
(73,67,80)
#37343D
(55,52,61)
#25252A
(37,37,42)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7ACD5

#C7ACD5
(199,172,213)
#CCB3D8
(204,179,216)
#D1BADB
(209,186,219)
#D6C1DE
(214,193,222)
#DBC8E1
(219,200,225)
#E0CFE4
(224,207,228)
#E5D6E7
(229,214,231)
#EADDEA
(234,221,234)
#EFE4ED
(239,228,237)
#F4EBF0
(244,235,240)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ACD5 color. Also use rgb(199,172,213) instead hex code.

Text Font Color

.myTextColor { color: #C7ACD5; }

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

This text font color is #C7ACD5.

Background Color

.myBgColor { background-color: #C7ACD5; }

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

This div background color is #C7ACD5.

Border color

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

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

This div border color is #C7ACD5.

Opacity

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

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

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

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

This text has shadow with #C7ACD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ACD5.

Preview

Color preview on black background

This text has color #C7ACD5 on black background.


Color preview on white background

This text has color #C7ACD5 on white background.


Black color preview on #C7ACD5 background

This text has black color on #C7ACD5 background.


White color preview on #C7ACD5 background

This text has white color on #C7ACD5 background.


Related colors

Complementary color

Complementary color for #hex is #38532A.


I love getcolorcode.com

Triadic colors

1 #D5C7AC and #ACD5C7 with #C7ACD5 are triadic colors.

2 #D5ACC7 and #ACC7D5 with #C7ACD5 are triadic colors.