COLOR #C1AADF

HEX: #C1AADF
RGB: (193,170,223)

Color info

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

RGB color model

#C1AADF color RGB value is (193,170,223).

  • red value is 193;
  • green value is 170;
  • blue value is 223.
RGB:
(193,170,223)
(76%,67%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 223 of 255 = 87%

193
170
223

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

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 223 = 586 (100%)
R 193 of 586 ~ 32.94%
G 170 of 586 ~ 29.01%
B 223 of 586 ~ 38.05%

%32.94
%29.01
%38.05

CMYK color model

#C1AADF color CMYK value is (13,24,0,13).

  • cyan value is 13.45%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,24,0,13)
C13M24Y0K13 
(13%,24%,0%,13%)
(0.13/0.24/0.00/0.13)	

CMYK percentages

%13.45
%23.77
%0
%12.55

Codes

Color #C1AADF in popluar color models

C1AADF
RGB193170223
HSL266°45.30%77.06%
HSB/HSV266°23.77%87.45%
CMYK13.45%23.77%0.00%
12.55%

Color #C1AADF in popluar number systems.

HEXC1AADF
Decimal193170223
Binary110000011010101011011111
Octal301252337

Shades and tints

Shades of #C1AADF

#C1AADF
(193,170,223)
#B09BCB
(176,155,203)
#9F8CB7
(159,140,183)
#8E7DA3
(142,125,163)
#7D6E8F
(125,110,143)
#6C5F7B
(108,95,123)
#5B5067
(91,80,103)
#4A4153
(74,65,83)
#39323F
(57,50,63)
#28232B
(40,35,43)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1AADF

#C1AADF
(193,170,223)
#C6B1E1
(198,177,225)
#CBB8E3
(203,184,227)
#D0BFE5
(208,191,229)
#D5C6E7
(213,198,231)
#DACDE9
(218,205,233)
#DFD4EB
(223,212,235)
#E4DBED
(228,219,237)
#E9E2EF
(233,226,239)
#EEE9F1
(238,233,241)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AADF color. Also use rgb(193,170,223) instead hex code.

Text Font Color

.myTextColor { color: #C1AADF; }

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

This text font color is #C1AADF.


Background Color

.myBgColor { background-color: #C1AADF; }

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

This div background color is #C1AADF.


Border color

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

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

This div border color is #C1AADF.


Opacity

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

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

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

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

This text has shadow with #C1AADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AADF on black background.


Color preview on white background

This text has color #C1AADF on white background.



Black color preview on #C1AADF background

This text has black color on #C1AADF background.


White color preview on #C1AADF background

This text has white color on #C1AADF background.