COLOR #C2AFE3

HEX: #C2AFE3 RGB: (194,175,227)

Color info

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

RGB color model

#C2AFE3 color RGB value is (194,175,227).

RGB: (194,175,227) (76%, 69%, 89%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 227 of 255 = 89%

194
175
227

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

Portions of RGB colors in percentages

R + G + B = 194 + 175 + 227 = 596 (100%)
R 194 of 596 ~ 32.55%
G 175 of 596 ~ 29.36%
B 227 of 596 ~ 38.09'%

%32.55
%29.36
%38.09

CMYK color model

#C2AFE3 color CMYK value is (15,23,0,11).

  • cyan value is 14.54%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (15,23,0,11)
C15M23Y0K11 (15%, 23%, 0%, 11%)
(0.15 / 0.23 / 0.00 / 0.11)

CMYK percentages

%14.54
%22.91
%0
%10.98

Codes

Color #C2AFE3 in popluar color models

C2 AF E3
RGB 194 175 227
HSL 262° 48.15% 78.82%
HSB/HSV 262° 22.91% 89.02%
CMYK 14.54% 22.91% 0.00%
10.98%

Color #C2AFE3 in popluar number systems.

HEX C2 AF E3
Decimal 194 175 227
Binary 11000010 10101111 11100011
Octal 302 257 343

Shades and tints

Shades of #C2AFE3

#C2AFE3
(194,175,227)
#B1A0CF
(177,160,207)
#A091BB
(160,145,187)
#8F82A7
(143,130,167)
#7E7393
(126,115,147)
#6D647F
(109,100,127)
#5C556B
(92,85,107)
#4B4657
(75,70,87)
#3A3743
(58,55,67)
#29282F
(41,40,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #C2AFE3

#C2AFE3
(194,175,227)
#C7B6E5
(199,182,229)
#CCBDE7
(204,189,231)
#D1C4E9
(209,196,233)
#D6CBEB
(214,203,235)
#DBD2ED
(219,210,237)
#E0D9EF
(224,217,239)
#E5E0F1
(229,224,241)
#EAE7F3
(234,231,243)
#EFEEF5
(239,238,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AFE3; }

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

This text font color is #C2AFE3.

Background Color

.myBgColor { background-color: #C2AFE3; }

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

This div background color is #C2AFE3.

Border color

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

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

This div border color is #C2AFE3.

Opacity

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

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

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

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

This text has shadow with #C2AFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AFE3.

Preview

Color preview on black background

This text has color #C2AFE3 on black background.


Color preview on white background

This text has color #C2AFE3 on white background.


Black color preview on #C2AFE3 background

This text has black color on #C2AFE3 background.


White color preview on #C2AFE3 background

This text has white color on #C2AFE3 background.


Related colors

Complementary color

Complementary color for #hex is #3D501C.


I love getcolorcode.com

Triadic colors

1 #E3C2AF and #AFE3C2 with #C2AFE3 are triadic colors.

2 #E3AFC2 and #AFC2E3 with #C2AFE3 are triadic colors.