COLOR #C7ABD8

HEX: #C7ABD8
RGB: (199,171,216)

Color info

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

RGB color model

#C7ABD8 color RGB value is (199,171,216).

  • red value is 199;
  • green value is 171;
  • blue value is 216.
RGB:
(199,171,216)
(78%,67%,85%)

RGB channels and saturation

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

199
171
216

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

Portions of RGB colors in percentages

R + G + B =
199 + 171 + 216 = 586 (100%)
R 199 of 586 ~ 33.96%
G 171 of 586 ~ 29.18%
B 216 of 586 ~ 36.86%

%33.96
%29.18
%36.86

CMYK color model

#C7ABD8 color CMYK value is (8,21,0,15).

  • cyan value is 7.87%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,21,0,15)
C8M21Y0K15 
(8%,21%,0%,15%)
(0.08/0.21/0.00/0.15)	

CMYK percentages

%7.87
%20.83
%0
%15.29

Codes

Color #C7ABD8 in popluar color models

C7ABD8
RGB199171216
HSL277°36.59%75.88%
HSB/HSV277°20.83%84.71%
CMYK7.87%20.83%0.00%
15.29%

Color #C7ABD8 in popluar number systems.

HEXC7ABD8
Decimal199171216
Binary110001111010101111011000
Octal307253330

Shades and tints

Shades of #C7ABD8

#C7ABD8
(199,171,216)
#B59CC5
(181,156,197)
#A38DB2
(163,141,178)
#917E9F
(145,126,159)
#7F6F8C
(127,111,140)
#6D6079
(109,96,121)
#5B5166
(91,81,102)
#494253
(73,66,83)
#373340
(55,51,64)
#25242D
(37,36,45)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7ABD8

#C7ABD8
(199,171,216)
#CCB2DB
(204,178,219)
#D1B9DE
(209,185,222)
#D6C0E1
(214,192,225)
#DBC7E4
(219,199,228)
#E0CEE7
(224,206,231)
#E5D5EA
(229,213,234)
#EADCED
(234,220,237)
#EFE3F0
(239,227,240)
#F4EAF3
(244,234,243)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ABD8; }

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

This text font color is #C7ABD8.


Background Color

.myBgColor { background-color: #C7ABD8; }

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

This div background color is #C7ABD8.


Border color

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

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

This div border color is #C7ABD8.


Opacity

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

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

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

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

This text has shadow with #C7ABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABD8 on black background.


Color preview on white background

This text has color #C7ABD8 on white background.



Black color preview on #C7ABD8 background

This text has black color on #C7ABD8 background.


White color preview on #C7ABD8 background

This text has white color on #C7ABD8 background.