COLOR #C2AEF0

HEX: #C2AEF0 RGB: (194,174,240)

Color info

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

RGB color model

#C2AEF0 color RGB value is (194,174,240).

RGB: (194,174,240) (76%, 68%, 94%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 240 of 255 = 94%

194
174
240

R + G + B ~ 79%. #C2AEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 174 + 240 = 608 (100%)
R 194 of 608 ~ 31.91%
G 174 of 608 ~ 28.62%
B 240 of 608 ~ 39.47'%

%31.91
%28.62
%39.47

CMYK color model

#C2AEF0 color CMYK value is (19,28,0,6).

  • cyan value is 19.17%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (19,28,0,6) C19M28Y0K6 (19%,28%,0%,6%) (0.19/0.28/0.00/0.06) 

CMYK percentages

%19.17
%27.5
%0
%5.88

Codes

Color #C2AEF0 in popluar color models

C2 AE F0
RGB 194 174 240
HSL 258° 68.75% 81.18%
HSB/HSV 258° 27.50% 94.12%
CMYK 19.17% 27.50% 0.00%
5.88%

Color #C2AEF0 in popluar number systems.

HEX C2 AE F0
Decimal 194 174 240
Binary 11000010 10101110 11110000
Octal 302 256 360

Shades and tints

Shades of #C2AEF0

#C2AEF0
(194,174,240)
#B19FDB
(177,159,219)
#A090C6
(160,144,198)
#8F81B1
(143,129,177)
#7E729C
(126,114,156)
#6D6387
(109,99,135)
#5C5472
(92,84,114)
#4B455D
(75,69,93)
#3A3648
(58,54,72)
#292733
(41,39,51)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #C2AEF0

#C2AEF0
(194,174,240)
#C7B5F1
(199,181,241)
#CCBCF2
(204,188,242)
#D1C3F3
(209,195,243)
#D6CAF4
(214,202,244)
#DBD1F5
(219,209,245)
#E0D8F6
(224,216,246)
#E5DFF7
(229,223,247)
#EAE6F8
(234,230,248)
#EFEDF9
(239,237,249)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEF0; }

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

This text font color is #C2AEF0.

Background Color

.myBgColor { background-color: #C2AEF0; }

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

This div background color is #C2AEF0.

Border color

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

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

This div border color is #C2AEF0.

Opacity

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

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

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

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

This text has shadow with #C2AEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AEF0.

Preview

Color preview on black background

This text has color #C2AEF0 on black background.


Color preview on white background

This text has color #C2AEF0 on white background.


Black color preview on #C2AEF0 background

This text has black color on #C2AEF0 background.


White color preview on #C2AEF0 background

This text has white color on #C2AEF0 background.


Related colors

Complementary color

Complementary color for #hex is #3D510F.


I love getcolorcode.com

Triadic colors

1 #F0C2AE and #AEF0C2 with #C2AEF0 are triadic colors.

2 #F0AEC2 and #AEC2F0 with #C2AEF0 are triadic colors.