COLOR #C2ABD5

HEX: #C2ABD5
RGB: (194,171,213)

Color info

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

RGB color model

#C2ABD5 color RGB value is (194,171,213).

  • red value is 194;
  • green value is 171;
  • blue value is 213.
RGB:
(194,171,213)
(76%,67%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 213 of 255 = 84%

194
171
213

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

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 213 = 578 (100%)
R 194 of 578 ~ 33.56%
G 171 of 578 ~ 29.58%
B 213 of 578 ~ 36.85%

%33.56
%29.58
%36.85

CMYK color model

#C2ABD5 color CMYK value is (9,20,0,16).

  • cyan value is 8.92%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,20,0,16)
C9M20Y0K16 
(9%,20%,0%,16%)
(0.09/0.20/0.00/0.16)	

CMYK percentages

%8.92
%19.72
%0
%16.47

Codes

Color #C2ABD5 in popluar color models

C2ABD5
RGB194171213
HSL273°33.33%75.29%
HSB/HSV273°19.72%83.53%
CMYK8.92%19.72%0.00%
16.47%

Color #C2ABD5 in popluar number systems.

HEXC2ABD5
Decimal194171213
Binary110000101010101111010101
Octal302253325

Shades and tints

Shades of #C2ABD5

#C2ABD5
(194,171,213)
#B19CC2
(177,156,194)
#A08DAF
(160,141,175)
#8F7E9C
(143,126,156)
#7E6F89
(126,111,137)
#6D6076
(109,96,118)
#5C5163
(92,81,99)
#4B4250
(75,66,80)
#3A333D
(58,51,61)
#29242A
(41,36,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #C2ABD5

#C2ABD5
(194,171,213)
#C7B2D8
(199,178,216)
#CCB9DB
(204,185,219)
#D1C0DE
(209,192,222)
#D6C7E1
(214,199,225)
#DBCEE4
(219,206,228)
#E0D5E7
(224,213,231)
#E5DCEA
(229,220,234)
#EAE3ED
(234,227,237)
#EFEAF0
(239,234,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ABD5 color. Also use rgb(194,171,213) instead hex code.

Text Font Color

.myTextColor { color: #C2ABD5; }

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

This text font color is #C2ABD5.


Background Color

.myBgColor { background-color: #C2ABD5; }

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

This div background color is #C2ABD5.


Border color

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

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

This div border color is #C2ABD5.


Opacity

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

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

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

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

This text has shadow with #C2ABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABD5 on black background.


Color preview on white background

This text has color #C2ABD5 on white background.



Black color preview on #C2ABD5 background

This text has black color on #C2ABD5 background.


White color preview on #C2ABD5 background

This text has white color on #C2ABD5 background.