COLOR #C1AEDC

HEX: #C1AEDC RGB: (193,174,220)

Color info

#C1AEDC contains red, green and blue colors in about the same proportion. Web safe color of #C1AEDC is #CC99CC (or #C9C).

RGB color model

#C1AEDC color RGB value is (193,174,220).

RGB: (193,174,220) (76%, 68%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 220 of 255 = 86%

193
174
220

R + G + B ~ 77%. #C1AEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 220 = 587 (100%)
R 193 of 587 ~ 32.88%
G 174 of 587 ~ 29.64%
B 220 of 587 ~ 37.48'%

%32.88
%29.64
%37.48

CMYK color model

#C1AEDC color CMYK value is (12,21,0,14).

  • cyan value is 12.27%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (12,21,0,14)
C12M21Y0K14 (12%, 21%, 0%, 14%)
(0.12 / 0.21 / 0.00 / 0.14)

CMYK percentages

%12.27
%20.91
%0
%13.73

Codes

Color #C1AEDC in popluar color models

C1 AE DC
RGB 193 174 220
HSL 265° 39.66% 77.25%
HSB/HSV 265° 20.91% 86.27%
CMYK 12.27% 20.91% 0.00%
13.73%

Color #C1AEDC in popluar number systems.

HEX C1 AE DC
Decimal 193 174 220
Binary 11000001 10101110 11011100
Octal 301 256 334

Shades and tints

Shades of #C1AEDC

#C1AEDC
(193,174,220)
#B09FC8
(176,159,200)
#9F90B4
(159,144,180)
#8E81A0
(142,129,160)
#7D728C
(125,114,140)
#6C6378
(108,99,120)
#5B5464
(91,84,100)
#4A4550
(74,69,80)
#39363C
(57,54,60)
#282728
(40,39,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1AEDC

#C1AEDC
(193,174,220)
#C6B5DF
(198,181,223)
#CBBCE2
(203,188,226)
#D0C3E5
(208,195,229)
#D5CAE8
(213,202,232)
#DAD1EB
(218,209,235)
#DFD8EE
(223,216,238)
#E4DFF1
(228,223,241)
#E9E6F4
(233,230,244)
#EEEDF7
(238,237,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AEDC; }

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

This text font color is #C1AEDC.

Background Color

.myBgColor { background-color: #C1AEDC; }

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

This div background color is #C1AEDC.

Border color

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

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

This div border color is #C1AEDC.

Opacity

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

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

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

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

This text has shadow with #C1AEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEDC.

Preview

Color preview on black background

This text has color #C1AEDC on black background.


Color preview on white background

This text has color #C1AEDC on white background.


Black color preview on #C1AEDC background

This text has black color on #C1AEDC background.


White color preview on #C1AEDC background

This text has white color on #C1AEDC background.


Related colors

Complementary color

Complementary color for #hex is #3E5123.


I love getcolorcode.com

Triadic colors

1 #DCC1AE and #AEDCC1 with #C1AEDC are triadic colors.

2 #DCAEC1 and #AEC1DC with #C1AEDC are triadic colors.