COLOR #C7A8E1

HEX: #C7A8E1 RGB: (199,168,225)

Color info

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

RGB color model

#C7A8E1 color RGB value is (199,168,225).

RGB: (199,168,225) (78%, 66%, 88%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 225 of 255 = 88%

199
168
225

R + G + B ~ 77%. #C7A8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 168 + 225 = 592 (100%)
R 199 of 592 ~ 33.61%
G 168 of 592 ~ 28.38%
B 225 of 592 ~ 38.01'%

%33.61
%28.38
%38.01

CMYK color model

#C7A8E1 color CMYK value is (12,25,0,12).

  • cyan value is 11.56%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (12,25,0,12)
C12M25Y0K12 (12%, 25%, 0%, 12%)
(0.12 / 0.25 / 0.00 / 0.12)

CMYK percentages

%11.56
%25.33
%0
%11.76

Codes

Color #C7A8E1 in popluar color models

C7 A8 E1
RGB 199 168 225
HSL 273° 48.72% 77.06%
HSB/HSV 273° 25.33% 88.24%
CMYK 11.56% 25.33% 0.00%
11.76%

Color #C7A8E1 in popluar number systems.

HEX C7 A8 E1
Decimal 199 168 225
Binary 11000111 10101000 11100001
Octal 307 250 341

Shades and tints

Shades of #C7A8E1

#C7A8E1
(199,168,225)
#B599CD
(181,153,205)
#A38AB9
(163,138,185)
#917BA5
(145,123,165)
#7F6C91
(127,108,145)
#6D5D7D
(109,93,125)
#5B4E69
(91,78,105)
#493F55
(73,63,85)
#373041
(55,48,65)
#25212D
(37,33,45)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #C7A8E1

#C7A8E1
(199,168,225)
#CCAFE3
(204,175,227)
#D1B6E5
(209,182,229)
#D6BDE7
(214,189,231)
#DBC4E9
(219,196,233)
#E0CBEB
(224,203,235)
#E5D2ED
(229,210,237)
#EAD9EF
(234,217,239)
#EFE0F1
(239,224,241)
#F4E7F3
(244,231,243)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A8E1 color. Also use rgb(199,168,225) instead hex code.

Text Font Color

.myTextColor { color: #C7A8E1; }

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

This text font color is #C7A8E1.

Background Color

.myBgColor { background-color: #C7A8E1; }

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

This div background color is #C7A8E1.

Border color

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

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

This div border color is #C7A8E1.

Opacity

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

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

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

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

This text has shadow with #C7A8E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A8E1.

Preview

Color preview on black background

This text has color #C7A8E1 on black background.


Color preview on white background

This text has color #C7A8E1 on white background.


Black color preview on #C7A8E1 background

This text has black color on #C7A8E1 background.


White color preview on #C7A8E1 background

This text has white color on #C7A8E1 background.


Related colors

Complementary color

Complementary color for #hex is #38571E.


I love getcolorcode.com

Triadic colors

1 #E1C7A8 and #A8E1C7 with #C7A8E1 are triadic colors.

2 #E1A8C7 and #A8C7E1 with #C7A8E1 are triadic colors.