COLOR #C1AEEA

HEX: #C1AEEA RGB: (193,174,234)

Color info

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

RGB color model

#C1AEEA color RGB value is (193,174,234).

RGB: (193,174,234) (76%, 68%, 92%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 234 of 255 = 92%

193
174
234

R + G + B ~ 79%. #C1AEEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 234 = 601 (100%)
R 193 of 601 ~ 32.11%
G 174 of 601 ~ 28.95%
B 234 of 601 ~ 38.94'%

%32.11
%28.95
%38.94

CMYK color model

#C1AEEA color CMYK value is (18,26,0,8).

  • cyan value is 17.52%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (18,26,0,8)
C18M26Y0K8 (18%, 26%, 0%, 8%)
(0.18 / 0.26 / 0.00 / 0.08)

CMYK percentages

%17.52
%25.64
%0
%8.24

Codes

Color #C1AEEA in popluar color models

C1 AE EA
RGB 193 174 234
HSL 259° 58.82% 80.00%
HSB/HSV 259° 25.64% 91.76%
CMYK 17.52% 25.64% 0.00%
8.24%

Color #C1AEEA in popluar number systems.

HEX C1 AE EA
Decimal 193 174 234
Binary 11000001 10101110 11101010
Octal 301 256 352

Shades and tints

Shades of #C1AEEA

#C1AEEA
(193,174,234)
#B09FD5
(176,159,213)
#9F90C0
(159,144,192)
#8E81AB
(142,129,171)
#7D7296
(125,114,150)
#6C6381
(108,99,129)
#5B546C
(91,84,108)
#4A4557
(74,69,87)
#393642
(57,54,66)
#28272D
(40,39,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #C1AEEA

#C1AEEA
(193,174,234)
#C6B5EB
(198,181,235)
#CBBCEC
(203,188,236)
#D0C3ED
(208,195,237)
#D5CAEE
(213,202,238)
#DAD1EF
(218,209,239)
#DFD8F0
(223,216,240)
#E4DFF1
(228,223,241)
#E9E6F2
(233,230,242)
#EEEDF3
(238,237,243)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AEEA; }

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

This text font color is #C1AEEA.

Background Color

.myBgColor { background-color: #C1AEEA; }

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

This div background color is #C1AEEA.

Border color

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

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

This div border color is #C1AEEA.

Opacity

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

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

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

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

This text has shadow with #C1AEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEEA.

Preview

Color preview on black background

This text has color #C1AEEA on black background.


Color preview on white background

This text has color #C1AEEA on white background.


Black color preview on #C1AEEA background

This text has black color on #C1AEEA background.


White color preview on #C1AEEA background

This text has white color on #C1AEEA background.


Related colors

Complementary color

Complementary color for #hex is #3E5115.


I love getcolorcode.com

Triadic colors

1 #EAC1AE and #AEEAC1 with #C1AEEA are triadic colors.

2 #EAAEC1 and #AEC1EA with #C1AEEA are triadic colors.