COLOR #C1AEE9

HEX: #C1AEE9 RGB: (193,174,233)

Color info

#C1AEE9 contains red, green and blue colors in about the same proportion. Web safe color of #C1AEE9 is #CC99FF (or #C9F).

RGB color model

#C1AEE9 color RGB value is (193,174,233).

RGB: (193,174,233) (76%, 68%, 91%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 233 of 255 = 91%

193
174
233

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

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 233 = 600 (100%)
R 193 of 600 ~ 32.17%
G 174 of 600 ~ 29%
B 233 of 600 ~ 38.83'%

%32.17
%29
%38.83

CMYK color model

#C1AEE9 color CMYK value is (17,25,0,9).

  • cyan value is 17.17%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (17,25,0,9) C17M25Y0K9 (17%,25%,0%,9%) (0.17/0.25/0.00/0.09) 

CMYK percentages

%17.17
%25.32
%0
%8.63

Codes

Color #C1AEE9 in popluar color models

C1 AE E9
RGB 193 174 233
HSL 259° 57.28% 79.80%
HSB/HSV 259° 25.32% 91.37%
CMYK 17.17% 25.32% 0.00%
8.63%

Color #C1AEE9 in popluar number systems.

HEX C1 AE E9
Decimal 193 174 233
Binary 11000001 10101110 11101001
Octal 301 256 351

Shades and tints

Shades of #C1AEE9

#C1AEE9
(193,174,233)
#B09FD4
(176,159,212)
#9F90BF
(159,144,191)
#8E81AA
(142,129,170)
#7D7295
(125,114,149)
#6C6380
(108,99,128)
#5B546B
(91,84,107)
#4A4556
(74,69,86)
#393641
(57,54,65)
#28272C
(40,39,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1AEE9

#C1AEE9
(193,174,233)
#C6B5EB
(198,181,235)
#CBBCED
(203,188,237)
#D0C3EF
(208,195,239)
#D5CAF1
(213,202,241)
#DAD1F3
(218,209,243)
#DFD8F5
(223,216,245)
#E4DFF7
(228,223,247)
#E9E6F9
(233,230,249)
#EEEDFB
(238,237,251)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AEE9; }

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

This text font color is #C1AEE9.

Background Color

.myBgColor { background-color: #C1AEE9; }

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

This div background color is #C1AEE9.

Border color

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

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

This div border color is #C1AEE9.

Opacity

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

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

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

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

This text has shadow with #C1AEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEE9.

Preview

Color preview on black background

This text has color #C1AEE9 on black background.


Color preview on white background

This text has color #C1AEE9 on white background.


Black color preview on #C1AEE9 background

This text has black color on #C1AEE9 background.


White color preview on #C1AEE9 background

This text has white color on #C1AEE9 background.


Related colors

Complementary color

Complementary color for #hex is #3E5116.


I love getcolorcode.com

Triadic colors

1 #E9C1AE and #AEE9C1 with #C1AEE9 are triadic colors.

2 #E9AEC1 and #AEC1E9 with #C1AEE9 are triadic colors.