COLOR #C1AEFD

HEX: #C1AEFD RGB: (193,174,253)

Color info

#C1AEFD contains mainly blue color. Web safe color of #C1AEFD is #CC99FF (or #C9F).

RGB color model

#C1AEFD color RGB value is (193,174,253).

RGB: (193,174,253) (76%, 68%, 99%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 253 of 255 = 99%

193
174
253

R + G + B ~ 81%. #C1AEFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 253 = 620 (100%)
R 193 of 620 ~ 31.13%
G 174 of 620 ~ 28.06%
B 253 of 620 ~ 40.81'%

%31.13
%28.06
%40.81

CMYK color model

#C1AEFD color CMYK value is (24,31,0,1).

  • cyan value is 23.72%
  • magenta value is 31.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (24,31,0,1) C24M31Y0K1 (24%,31%,0%,1%) (0.24/0.31/0.00/0.01) 

CMYK percentages

%23.72
%31.23
%0
%0.78

Codes

Color #C1AEFD in popluar color models

C1 AE FD
RGB 193 174 253
HSL 254° 95.18% 83.73%
HSB/HSV 254° 31.23% 99.22%
CMYK 23.72% 31.23% 0.00%
0.78%

Color #C1AEFD in popluar number systems.

HEX C1 AE FD
Decimal 193 174 253
Binary 11000001 10101110 11111101
Octal 301 256 375

Shades and tints

Shades of #C1AEFD

#C1AEFD
(193,174,253)
#B09FE6
(176,159,230)
#9F90CF
(159,144,207)
#8E81B8
(142,129,184)
#7D72A1
(125,114,161)
#6C638A
(108,99,138)
#5B5473
(91,84,115)
#4A455C
(74,69,92)
#393645
(57,54,69)
#28272E
(40,39,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1AEFD

#C1AEFD
(193,174,253)
#C6B5FD
(198,181,253)
#CBBCFD
(203,188,253)
#D0C3FD
(208,195,253)
#D5CAFD
(213,202,253)
#DAD1FD
(218,209,253)
#DFD8FD
(223,216,253)
#E4DFFD
(228,223,253)
#E9E6FD
(233,230,253)
#EEEDFD
(238,237,253)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AEFD color. Also use rgb(193,174,253) instead hex code.

Text Font Color

.myTextColor { color: #C1AEFD; }

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

This text font color is #C1AEFD.

Background Color

.myBgColor { background-color: #C1AEFD; }

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

This div background color is #C1AEFD.

Border color

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

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

This div border color is #C1AEFD.

Opacity

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

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

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

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

This text has shadow with #C1AEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEFD.

Preview

Color preview on black background

This text has color #C1AEFD on black background.


Color preview on white background

This text has color #C1AEFD on white background.


Black color preview on #C1AEFD background

This text has black color on #C1AEFD background.


White color preview on #C1AEFD background

This text has white color on #C1AEFD background.


Related colors

Complementary color

Complementary color for #hex is #3E5102.


I love getcolorcode.com

Triadic colors

1 #FDC1AE and #AEFDC1 with #C1AEFD are triadic colors.

2 #FDAEC1 and #AEC1FD with #C1AEFD are triadic colors.