COLOR #C2AFE4

HEX: #C2AFE4 RGB: (194,175,228)

Color info

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

RGB color model

#C2AFE4 color RGB value is (194,175,228).

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

RGB channels and saturation

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

194
175
228

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

Portions of RGB colors in percentages

R + G + B = 194 + 175 + 228 = 597 (100%)
R 194 of 597 ~ 32.5%
G 175 of 597 ~ 29.31%
B 228 of 597 ~ 38.19'%

%32.5
%29.31
%38.19

CMYK color model

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

  • cyan value is 14.91%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%

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

CMYK percentages

%14.91
%23.25
%0
%10.59

Codes

Color #C2AFE4 in popluar color models

C2 AF E4
RGB 194 175 228
HSL 262° 49.53% 79.02%
HSB/HSV 262° 23.25% 89.41%
CMYK 14.91% 23.25% 0.00%
10.59%

Color #C2AFE4 in popluar number systems.

HEX C2 AF E4
Decimal 194 175 228
Binary 11000010 10101111 11100100
Octal 302 257 344

Shades and tints

Shades of #C2AFE4

#C2AFE4
(194,175,228)
#B1A0D0
(177,160,208)
#A091BC
(160,145,188)
#8F82A8
(143,130,168)
#7E7394
(126,115,148)
#6D6480
(109,100,128)
#5C556C
(92,85,108)
#4B4658
(75,70,88)
#3A3744
(58,55,68)
#292830
(41,40,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #C2AFE4

#C2AFE4
(194,175,228)
#C7B6E6
(199,182,230)
#CCBDE8
(204,189,232)
#D1C4EA
(209,196,234)
#D6CBEC
(214,203,236)
#DBD2EE
(219,210,238)
#E0D9F0
(224,217,240)
#E5E0F2
(229,224,242)
#EAE7F4
(234,231,244)
#EFEEF6
(239,238,246)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AFE4; }

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

This text font color is #C2AFE4.

Background Color

.myBgColor { background-color: #C2AFE4; }

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

This div background color is #C2AFE4.

Border color

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

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

This div border color is #C2AFE4.

Opacity

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

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

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

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

This text has shadow with #C2AFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AFE4.

Preview

Color preview on black background

This text has color #C2AFE4 on black background.


Color preview on white background

This text has color #C2AFE4 on white background.


Black color preview on #C2AFE4 background

This text has black color on #C2AFE4 background.


White color preview on #C2AFE4 background

This text has white color on #C2AFE4 background.


Related colors

Complementary color

Complementary color for #hex is #3D501B.


I love getcolorcode.com

Triadic colors

1 #E4C2AF and #AFE4C2 with #C2AFE4 are triadic colors.

2 #E4AFC2 and #AFC2E4 with #C2AFE4 are triadic colors.