COLOR #C7A3D1

HEX: #C7A3D1 RGB: (199,163,209)

Color info

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

RGB color model

#C7A3D1 color RGB value is (199,163,209).

RGB: (199,163,209) (78%, 64%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 209 of 255 = 82%

199
163
209

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

Portions of RGB colors in percentages

R + G + B = 199 + 163 + 209 = 571 (100%)
R 199 of 571 ~ 34.85%
G 163 of 571 ~ 28.55%
B 209 of 571 ~ 36.6'%

%34.85
%28.55
%36.6

CMYK color model

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

  • cyan value is 4.78%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,22,0,18)
C5M22Y0K18 (5%, 22%, 0%, 18%)
(0.05 / 0.22 / 0.00 / 0.18)

CMYK percentages

%4.78
%22.01
%0
%18.04

Codes

Color #C7A3D1 in popluar color models

C7 A3 D1
RGB 199 163 209
HSL 287° 33.33% 72.94%
HSB/HSV 287° 22.01% 81.96%
CMYK 4.78% 22.01% 0.00%
18.04%

Color #C7A3D1 in popluar number systems.

HEX C7 A3 D1
Decimal 199 163 209
Binary 11000111 10100011 11010001
Octal 307 243 321

Shades and tints

Shades of #C7A3D1

#C7A3D1
(199,163,209)
#B595BE
(181,149,190)
#A387AB
(163,135,171)
#917998
(145,121,152)
#7F6B85
(127,107,133)
#6D5D72
(109,93,114)
#5B4F5F
(91,79,95)
#49414C
(73,65,76)
#373339
(55,51,57)
#252526
(37,37,38)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7A3D1

#C7A3D1
(199,163,209)
#CCABD5
(204,171,213)
#D1B3D9
(209,179,217)
#D6BBDD
(214,187,221)
#DBC3E1
(219,195,225)
#E0CBE5
(224,203,229)
#E5D3E9
(229,211,233)
#EADBED
(234,219,237)
#EFE3F1
(239,227,241)
#F4EBF5
(244,235,245)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A3D1 color. Also use rgb(199,163,209) instead hex code.

Text Font Color

.myTextColor { color: #C7A3D1; }

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

This text font color is #C7A3D1.

Background Color

.myBgColor { background-color: #C7A3D1; }

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

This div background color is #C7A3D1.

Border color

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

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

This div border color is #C7A3D1.

Opacity

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

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

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

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

This text has shadow with #C7A3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A3D1.

Preview

Color preview on black background

This text has color #C7A3D1 on black background.


Color preview on white background

This text has color #C7A3D1 on white background.


Black color preview on #C7A3D1 background

This text has black color on #C7A3D1 background.


White color preview on #C7A3D1 background

This text has white color on #C7A3D1 background.


Related colors

Complementary color

Complementary color for #hex is #385C2E.


I love getcolorcode.com

Triadic colors

1 #D1C7A3 and #A3D1C7 with #C7A3D1 are triadic colors.

2 #D1A3C7 and #A3C7D1 with #C7A3D1 are triadic colors.