COLOR #C7A2D5

HEX: #C7A2D5 RGB: (199,162,213)

Color info

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

RGB color model

#C7A2D5 color RGB value is (199,162,213).

RGB: (199,162,213) (78%, 64%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 213 of 255 = 84%

199
162
213

R + G + B ~ 75%. #C7A2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 162 + 213 = 574 (100%)
R 199 of 574 ~ 34.67%
G 162 of 574 ~ 28.22%
B 213 of 574 ~ 37.11'%

%34.67
%28.22
%37.11

CMYK color model

#C7A2D5 color CMYK value is (7,24,0,16).

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

CMYK: (7,24,0,16)
C7M24Y0K16 (7%, 24%, 0%, 16%)
(0.07 / 0.24 / 0.00 / 0.16)

CMYK percentages

%6.57
%23.94
%0
%16.47

Codes

Color #C7A2D5 in popluar color models

C7 A2 D5
RGB 199 162 213
HSL 284° 37.78% 73.53%
HSB/HSV 284° 23.94% 83.53%
CMYK 6.57% 23.94% 0.00%
16.47%

Color #C7A2D5 in popluar number systems.

HEX C7 A2 D5
Decimal 199 162 213
Binary 11000111 10100010 11010101
Octal 307 242 325

Shades and tints

Shades of #C7A2D5

#C7A2D5
(199,162,213)
#B594C2
(181,148,194)
#A386AF
(163,134,175)
#91789C
(145,120,156)
#7F6A89
(127,106,137)
#6D5C76
(109,92,118)
#5B4E63
(91,78,99)
#494050
(73,64,80)
#37323D
(55,50,61)
#25242A
(37,36,42)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7A2D5

#C7A2D5
(199,162,213)
#CCAAD8
(204,170,216)
#D1B2DB
(209,178,219)
#D6BADE
(214,186,222)
#DBC2E1
(219,194,225)
#E0CAE4
(224,202,228)
#E5D2E7
(229,210,231)
#EADAEA
(234,218,234)
#EFE2ED
(239,226,237)
#F4EAF0
(244,234,240)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A2D5; }

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

This text font color is #C7A2D5.

Background Color

.myBgColor { background-color: #C7A2D5; }

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

This div background color is #C7A2D5.

Border color

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

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

This div border color is #C7A2D5.

Opacity

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

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

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

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

This text has shadow with #C7A2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A2D5.

Preview

Color preview on black background

This text has color #C7A2D5 on black background.


Color preview on white background

This text has color #C7A2D5 on white background.


Black color preview on #C7A2D5 background

This text has black color on #C7A2D5 background.


White color preview on #C7A2D5 background

This text has white color on #C7A2D5 background.


Related colors

Complementary color

Complementary color for #hex is #385D2A.


I love getcolorcode.com

Triadic colors

1 #D5C7A2 and #A2D5C7 with #C7A2D5 are triadic colors.

2 #D5A2C7 and #A2C7D5 with #C7A2D5 are triadic colors.