COLOR #C3AEF3

HEX: #C3AEF3
RGB: (195,174,243)

Color info

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

RGB color model

#C3AEF3 color RGB value is (195,174,243).

  • red value is 195;
  • green value is 174;
  • blue value is 243.
RGB:
(195,174,243)
(76%,68%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 243 of 255 = 95%

195
174
243

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

Portions of RGB colors in percentages

R + G + B =
195 + 174 + 243 = 612 (100%)
R 195 of 612 ~ 31.86%
G 174 of 612 ~ 28.43%
B 243 of 612 ~ 39.71%

%31.86
%28.43
%39.71

CMYK color model

#C3AEF3 color CMYK value is (20,28,0,5).

  • cyan value is 19.75%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,28,0,5)
C20M28Y0K5 
(20%,28%,0%,5%)
(0.20/0.28/0.00/0.05)	

CMYK percentages

%19.75
%28.4
%0
%4.71

Codes

Color #C3AEF3 in popluar color models

C3AEF3
RGB195174243
HSL258°74.19%81.76%
HSB/HSV258°28.40%95.29%
CMYK19.75%28.40%0.00%
4.71%

Color #C3AEF3 in popluar number systems.

HEXC3AEF3
Decimal195174243
Binary110000111010111011110011
Octal303256363

Shades and tints

Shades of #C3AEF3

#C3AEF3
(195,174,243)
#B29FDD
(178,159,221)
#A190C7
(161,144,199)
#9081B1
(144,129,177)
#7F729B
(127,114,155)
#6E6385
(110,99,133)
#5D546F
(93,84,111)
#4C4559
(76,69,89)
#3B3643
(59,54,67)
#2A272D
(42,39,45)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #C3AEF3

#C3AEF3
(195,174,243)
#C8B5F4
(200,181,244)
#CDBCF5
(205,188,245)
#D2C3F6
(210,195,246)
#D7CAF7
(215,202,247)
#DCD1F8
(220,209,248)
#E1D8F9
(225,216,249)
#E6DFFA
(230,223,250)
#EBE6FB
(235,230,251)
#F0EDFC
(240,237,252)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AEF3 color. Also use rgb(195,174,243) instead hex code.

Text Font Color

.myTextColor { color: #C3AEF3; }

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

This text font color is #C3AEF3.


Background Color

.myBgColor { background-color: #C3AEF3; }

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

This div background color is #C3AEF3.


Border color

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

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

This div border color is #C3AEF3.


Opacity

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

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

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

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

This text has shadow with #C3AEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AEF3 on black background.


Color preview on white background

This text has color #C3AEF3 on white background.



Black color preview on #C3AEF3 background

This text has black color on #C3AEF3 background.


White color preview on #C3AEF3 background

This text has white color on #C3AEF3 background.