COLOR #C3AFF0

HEX: #C3AFF0
RGB: (195,175,240)

Color info

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

RGB color model

#C3AFF0 color RGB value is (195,175,240).

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

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 240 of 255 = 94%

195
175
240

R + G + B ~ 80%. #C3AFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 240 = 610 (100%)
R 195 of 610 ~ 31.97%
G 175 of 610 ~ 28.69%
B 240 of 610 ~ 39.34%

%31.97
%28.69
%39.34

CMYK color model

#C3AFF0 color CMYK value is (19,27,0,6).

  • cyan value is 18.75%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,27,0,6)
C19M27Y0K6 
(19%,27%,0%,6%)
(0.19/0.27/0.00/0.06)	

CMYK percentages

%18.75
%27.08
%0
%5.88

Codes

Color #C3AFF0 in popluar color models

C3AFF0
RGB195175240
HSL258°68.42%81.37%
HSB/HSV258°27.08%94.12%
CMYK18.75%27.08%0.00%
5.88%

Color #C3AFF0 in popluar number systems.

HEXC3AFF0
Decimal195175240
Binary110000111010111111110000
Octal303257360

Shades and tints

Shades of #C3AFF0

#C3AFF0
(195,175,240)
#B2A0DB
(178,160,219)
#A191C6
(161,145,198)
#9082B1
(144,130,177)
#7F739C
(127,115,156)
#6E6487
(110,100,135)
#5D5572
(93,85,114)
#4C465D
(76,70,93)
#3B3748
(59,55,72)
#2A2833
(42,40,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #C3AFF0

#C3AFF0
(195,175,240)
#C8B6F1
(200,182,241)
#CDBDF2
(205,189,242)
#D2C4F3
(210,196,243)
#D7CBF4
(215,203,244)
#DCD2F5
(220,210,245)
#E1D9F6
(225,217,246)
#E6E0F7
(230,224,247)
#EBE7F8
(235,231,248)
#F0EEF9
(240,238,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AFF0; }

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

This text font color is #C3AFF0.


Background Color

.myBgColor { background-color: #C3AFF0; }

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

This div background color is #C3AFF0.


Border color

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

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

This div border color is #C3AFF0.


Opacity

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

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

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

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

This text has shadow with #C3AFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFF0 on black background.


Color preview on white background

This text has color #C3AFF0 on white background.



Black color preview on #C3AFF0 background

This text has black color on #C3AFF0 background.


White color preview on #C3AFF0 background

This text has white color on #C3AFF0 background.