COLOR #C2A8ED

HEX: #C2A8ED RGB: (194,168,237)

Color info

#C2A8ED contains mainly red and blue colors. Web safe color of #C2A8ED is #CC99FF (or #C9F).

RGB color model

#C2A8ED color RGB value is (194,168,237).

RGB: (194,168,237) (76%, 66%, 93%)

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 237 of 255 = 93%

194
168
237

R + G + B ~ 78%. #C2A8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 168 + 237 = 599 (100%)
R 194 of 599 ~ 32.39%
G 168 of 599 ~ 28.05%
B 237 of 599 ~ 39.57'%

%32.39
%28.05
%39.57

CMYK color model

#C2A8ED color CMYK value is (18,29,0,7).

  • cyan value is 18.14%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (18,29,0,7)
C18M29Y0K7 (18%, 29%, 0%, 7%)
(0.18 / 0.29 / 0.00 / 0.07)

CMYK percentages

%18.14
%29.11
%0
%7.06

Codes

Color #C2A8ED in popluar color models

C2 A8 ED
RGB 194 168 237
HSL 263° 65.71% 79.41%
HSB/HSV 263° 29.11% 92.94%
CMYK 18.14% 29.11% 0.00%
7.06%

Color #C2A8ED in popluar number systems.

HEX C2 A8 ED
Decimal 194 168 237
Binary 11000010 10101000 11101101
Octal 302 250 355

Shades and tints

Shades of #C2A8ED

#C2A8ED
(194,168,237)
#B199D8
(177,153,216)
#A08AC3
(160,138,195)
#8F7BAE
(143,123,174)
#7E6C99
(126,108,153)
#6D5D84
(109,93,132)
#5C4E6F
(92,78,111)
#4B3F5A
(75,63,90)
#3A3045
(58,48,69)
#292130
(41,33,48)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #C2A8ED

#C2A8ED
(194,168,237)
#C7AFEE
(199,175,238)
#CCB6EF
(204,182,239)
#D1BDF0
(209,189,240)
#D6C4F1
(214,196,241)
#DBCBF2
(219,203,242)
#E0D2F3
(224,210,243)
#E5D9F4
(229,217,244)
#EAE0F5
(234,224,245)
#EFE7F6
(239,231,246)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A8ED color. Also use rgb(194,168,237) instead hex code.

Text Font Color

.myTextColor { color: #C2A8ED; }

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

This text font color is #C2A8ED.

Background Color

.myBgColor { background-color: #C2A8ED; }

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

This div background color is #C2A8ED.

Border color

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

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

This div border color is #C2A8ED.

Opacity

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

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

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

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

This text has shadow with #C2A8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A8ED.

Preview

Color preview on black background

This text has color #C2A8ED on black background.


Color preview on white background

This text has color #C2A8ED on white background.


Black color preview on #C2A8ED background

This text has black color on #C2A8ED background.


White color preview on #C2A8ED background

This text has white color on #C2A8ED background.


Related colors

Complementary color

Complementary color for #hex is #3D5712.


I love getcolorcode.com

Triadic colors

1 #EDC2A8 and #A8EDC2 with #C2A8ED are triadic colors.

2 #EDA8C2 and #A8C2ED with #C2A8ED are triadic colors.