COLOR #C7ABDA

HEX: #C7ABDA RGB: (199,171,218)

Color info

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

RGB color model

#C7ABDA color RGB value is (199,171,218).

RGB: (199,171,218) (78%, 67%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 218 of 255 = 85%

199
171
218

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

Portions of RGB colors in percentages

R + G + B = 199 + 171 + 218 = 588 (100%)
R 199 of 588 ~ 33.84%
G 171 of 588 ~ 29.08%
B 218 of 588 ~ 37.07'%

%33.84
%29.08
%37.07

CMYK color model

#C7ABDA color CMYK value is (9,22,0,15).

  • cyan value is 8.72%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (9,22,0,15) C9M22Y0K15 (9%,22%,0%,15%) (0.09/0.22/0.00/0.15) 

CMYK percentages

%8.72
%21.56
%0
%14.51

Codes

Color #C7ABDA in popluar color models

C7 AB DA
RGB 199 171 218
HSL 276° 38.84% 76.27%
HSB/HSV 276° 21.56% 85.49%
CMYK 8.72% 21.56% 0.00%
14.51%

Color #C7ABDA in popluar number systems.

HEX C7 AB DA
Decimal 199 171 218
Binary 11000111 10101011 11011010
Octal 307 253 332

Shades and tints

Shades of #C7ABDA

#C7ABDA
(199,171,218)
#B59CC7
(181,156,199)
#A38DB4
(163,141,180)
#917EA1
(145,126,161)
#7F6F8E
(127,111,142)
#6D607B
(109,96,123)
#5B5168
(91,81,104)
#494255
(73,66,85)
#373342
(55,51,66)
#25242F
(37,36,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7ABDA

#C7ABDA
(199,171,218)
#CCB2DD
(204,178,221)
#D1B9E0
(209,185,224)
#D6C0E3
(214,192,227)
#DBC7E6
(219,199,230)
#E0CEE9
(224,206,233)
#E5D5EC
(229,213,236)
#EADCEF
(234,220,239)
#EFE3F2
(239,227,242)
#F4EAF5
(244,234,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ABDA color. Also use rgb(199,171,218) instead hex code.

Text Font Color

.myTextColor { color: #C7ABDA; }

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

This text font color is #C7ABDA.

Background Color

.myBgColor { background-color: #C7ABDA; }

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

This div background color is #C7ABDA.

Border color

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

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

This div border color is #C7ABDA.

Opacity

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

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

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

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

This text has shadow with #C7ABDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ABDA.

Preview

Color preview on black background

This text has color #C7ABDA on black background.


Color preview on white background

This text has color #C7ABDA on white background.


Black color preview on #C7ABDA background

This text has black color on #C7ABDA background.


White color preview on #C7ABDA background

This text has white color on #C7ABDA background.


Related colors

Complementary color

Complementary color for #hex is #385425.


I love getcolorcode.com

Triadic colors

1 #DAC7AB and #ABDAC7 with #C7ABDA are triadic colors.

2 #DAABC7 and #ABC7DA with #C7ABDA are triadic colors.