COLOR #C2AFD6

HEX: #C2AFD6
RGB: (194,175,214)

Color info

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

RGB color model

#C2AFD6 color RGB value is (194,175,214).

  • red value is 194;
  • green value is 175;
  • blue value is 214.
RGB:
(194,175,214)
(76%,69%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 214 of 255 = 84%

194
175
214

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

Portions of RGB colors in percentages

R + G + B =
194 + 175 + 214 = 583 (100%)
R 194 of 583 ~ 33.28%
G 175 of 583 ~ 30.02%
B 214 of 583 ~ 36.71%

%33.28
%30.02
%36.71

CMYK color model

#C2AFD6 color CMYK value is (9,18,0,16).

  • cyan value is 9.35%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,18,0,16)
C9M18Y0K16 
(9%,18%,0%,16%)
(0.09/0.18/0.00/0.16)	

CMYK percentages

%9.35
%18.22
%0
%16.08

Codes

Color #C2AFD6 in popluar color models

C2AFD6
RGB194175214
HSL269°32.23%76.27%
HSB/HSV269°18.22%83.92%
CMYK9.35%18.22%0.00%
16.08%

Color #C2AFD6 in popluar number systems.

HEXC2AFD6
Decimal194175214
Binary110000101010111111010110
Octal302257326

Shades and tints

Shades of #C2AFD6

#C2AFD6
(194,175,214)
#B1A0C3
(177,160,195)
#A091B0
(160,145,176)
#8F829D
(143,130,157)
#7E738A
(126,115,138)
#6D6477
(109,100,119)
#5C5564
(92,85,100)
#4B4651
(75,70,81)
#3A373E
(58,55,62)
#29282B
(41,40,43)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #C2AFD6

#C2AFD6
(194,175,214)
#C7B6D9
(199,182,217)
#CCBDDC
(204,189,220)
#D1C4DF
(209,196,223)
#D6CBE2
(214,203,226)
#DBD2E5
(219,210,229)
#E0D9E8
(224,217,232)
#E5E0EB
(229,224,235)
#EAE7EE
(234,231,238)
#EFEEF1
(239,238,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AFD6 color. Also use rgb(194,175,214) instead hex code.

Text Font Color

.myTextColor { color: #C2AFD6; }

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

This text font color is #C2AFD6.


Background Color

.myBgColor { background-color: #C2AFD6; }

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

This div background color is #C2AFD6.


Border color

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

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

This div border color is #C2AFD6.


Opacity

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

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

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

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

This text has shadow with #C2AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AFD6 on black background.


Color preview on white background

This text has color #C2AFD6 on white background.



Black color preview on #C2AFD6 background

This text has black color on #C2AFD6 background.


White color preview on #C2AFD6 background

This text has white color on #C2AFD6 background.