COLOR #C7ABD6

HEX: #C7ABD6
RGB: (199,171,214)

Color info

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

RGB color model

#C7ABD6 color RGB value is (199,171,214).

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

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 214 of 255 = 84%

199
171
214

R + G + B ~ 76%. #C7ABD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 171 + 214 = 584 (100%)
R 199 of 584 ~ 34.08%
G 171 of 584 ~ 29.28%
B 214 of 584 ~ 36.64%

%34.08
%29.28
%36.64

CMYK color model

#C7ABD6 color CMYK value is (7,20,0,16).

  • cyan value is 7.01%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,20,0,16)
C7M20Y0K16 
(7%,20%,0%,16%)
(0.07/0.20/0.00/0.16)	

CMYK percentages

%7.01
%20.09
%0
%16.08

Codes

Color #C7ABD6 in popluar color models

C7ABD6
RGB199171214
HSL279°34.40%75.49%
HSB/HSV279°20.09%83.92%
CMYK7.01%20.09%0.00%
16.08%

Color #C7ABD6 in popluar number systems.

HEXC7ABD6
Decimal199171214
Binary110001111010101111010110
Octal307253326

Shades and tints

Shades of #C7ABD6

#C7ABD6
(199,171,214)
#B59CC3
(181,156,195)
#A38DB0
(163,141,176)
#917E9D
(145,126,157)
#7F6F8A
(127,111,138)
#6D6077
(109,96,119)
#5B5164
(91,81,100)
#494251
(73,66,81)
#37333E
(55,51,62)
#25242B
(37,36,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7ABD6

#C7ABD6
(199,171,214)
#CCB2D9
(204,178,217)
#D1B9DC
(209,185,220)
#D6C0DF
(214,192,223)
#DBC7E2
(219,199,226)
#E0CEE5
(224,206,229)
#E5D5E8
(229,213,232)
#EADCEB
(234,220,235)
#EFE3EE
(239,227,238)
#F4EAF1
(244,234,241)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ABD6; }

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

This text font color is #C7ABD6.


Background Color

.myBgColor { background-color: #C7ABD6; }

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

This div background color is #C7ABD6.


Border color

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

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

This div border color is #C7ABD6.


Opacity

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

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

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

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

This text has shadow with #C7ABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABD6 on black background.


Color preview on white background

This text has color #C7ABD6 on white background.



Black color preview on #C7ABD6 background

This text has black color on #C7ABD6 background.


White color preview on #C7ABD6 background

This text has white color on #C7ABD6 background.