COLOR #C2AEDE

HEX: #C2AEDE
RGB: (194,174,222)

Color info

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

RGB color model

#C2AEDE color RGB value is (194,174,222).

  • red value is 194;
  • green value is 174;
  • blue value is 222.
RGB:
(194,174,222)
(76%,68%,87%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 222 of 255 = 87%

194
174
222

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

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 222 = 590 (100%)
R 194 of 590 ~ 32.88%
G 174 of 590 ~ 29.49%
B 222 of 590 ~ 37.63%

%32.88
%29.49
%37.63

CMYK color model

#C2AEDE color CMYK value is (13,22,0,13).

  • cyan value is 12.61%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(13,22,0,13)
C13M22Y0K13 
(13%,22%,0%,13%)
(0.13/0.22/0.00/0.13)	

CMYK percentages

%12.61
%21.62
%0
%12.94

Codes

Color #C2AEDE in popluar color models

C2AEDE
RGB194174222
HSL265°42.11%77.65%
HSB/HSV265°21.62%87.06%
CMYK12.61%21.62%0.00%
12.94%

Color #C2AEDE in popluar number systems.

HEXC2AEDE
Decimal194174222
Binary110000101010111011011110
Octal302256336

Shades and tints

Shades of #C2AEDE

#C2AEDE
(194,174,222)
#B19FCA
(177,159,202)
#A090B6
(160,144,182)
#8F81A2
(143,129,162)
#7E728E
(126,114,142)
#6D637A
(109,99,122)
#5C5466
(92,84,102)
#4B4552
(75,69,82)
#3A363E
(58,54,62)
#29272A
(41,39,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2AEDE

#C2AEDE
(194,174,222)
#C7B5E1
(199,181,225)
#CCBCE4
(204,188,228)
#D1C3E7
(209,195,231)
#D6CAEA
(214,202,234)
#DBD1ED
(219,209,237)
#E0D8F0
(224,216,240)
#E5DFF3
(229,223,243)
#EAE6F6
(234,230,246)
#EFEDF9
(239,237,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AEDE color. Also use rgb(194,174,222) instead hex code.

Text Font Color

.myTextColor { color: #C2AEDE; }

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

This text font color is #C2AEDE.


Background Color

.myBgColor { background-color: #C2AEDE; }

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

This div background color is #C2AEDE.


Border color

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

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

This div border color is #C2AEDE.


Opacity

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

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

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

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

This text has shadow with #C2AEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AEDE on black background.


Color preview on white background

This text has color #C2AEDE on white background.



Black color preview on #C2AEDE background

This text has black color on #C2AEDE background.


White color preview on #C2AEDE background

This text has white color on #C2AEDE background.