COLOR #C3AFE0

HEX: #C3AFE0
RGB: (195,175,224)

Color info

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

RGB color model

#C3AFE0 color RGB value is (195,175,224).

  • red value is 195;
  • green value is 175;
  • blue value is 224.
RGB:
(195,175,224)
(76%,69%,88%)

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 224 of 255 = 88%

195
175
224

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 224 = 594 (100%)
R 195 of 594 ~ 32.83%
G 175 of 594 ~ 29.46%
B 224 of 594 ~ 37.71%

%32.83
%29.46
%37.71

CMYK color model

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

  • cyan value is 12.95%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(13,22,0,12)
C13M22Y0K12 
(13%,22%,0%,12%)
(0.13/0.22/0.00/0.12)	

CMYK percentages

%12.95
%21.88
%0
%12.16

Codes

Color #C3AFE0 in popluar color models

C3AFE0
RGB195175224
HSL264°44.14%78.24%
HSB/HSV264°21.88%87.84%
CMYK12.95%21.88%0.00%
12.16%

Color #C3AFE0 in popluar number systems.

HEXC3AFE0
Decimal195175224
Binary110000111010111111100000
Octal303257340

Shades and tints

Shades of #C3AFE0

#C3AFE0
(195,175,224)
#B2A0CC
(178,160,204)
#A191B8
(161,145,184)
#9082A4
(144,130,164)
#7F7390
(127,115,144)
#6E647C
(110,100,124)
#5D5568
(93,85,104)
#4C4654
(76,70,84)
#3B3740
(59,55,64)
#2A282C
(42,40,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3AFE0

#C3AFE0
(195,175,224)
#C8B6E2
(200,182,226)
#CDBDE4
(205,189,228)
#D2C4E6
(210,196,230)
#D7CBE8
(215,203,232)
#DCD2EA
(220,210,234)
#E1D9EC
(225,217,236)
#E6E0EE
(230,224,238)
#EBE7F0
(235,231,240)
#F0EEF2
(240,238,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AFE0 color. Also use rgb(195,175,224) instead hex code.

Text Font Color

.myTextColor { color: #C3AFE0; }

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

This text font color is #C3AFE0.


Background Color

.myBgColor { background-color: #C3AFE0; }

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

This div background color is #C3AFE0.


Border color

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

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

This div border color is #C3AFE0.


Opacity

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

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

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

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

This text has shadow with #C3AFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFE0 on black background.


Color preview on white background

This text has color #C3AFE0 on white background.



Black color preview on #C3AFE0 background

This text has black color on #C3AFE0 background.


White color preview on #C3AFE0 background

This text has white color on #C3AFE0 background.