COLOR #C1AAD8

HEX: #C1AAD8
RGB: (193,170,216)

Color info

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

RGB color model

#C1AAD8 color RGB value is (193,170,216).

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

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 216 of 255 = 85%

193
170
216

R + G + B ~ 76%. #C1AAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 216 = 579 (100%)
R 193 of 579 ~ 33.33%
G 170 of 579 ~ 29.36%
B 216 of 579 ~ 37.31%

%33.33
%29.36
%37.31

CMYK color model

#C1AAD8 color CMYK value is (11,21,0,15).

  • cyan value is 10.65%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(11,21,0,15)
C11M21Y0K15 
(11%,21%,0%,15%)
(0.11/0.21/0.00/0.15)	

CMYK percentages

%10.65
%21.3
%0
%15.29

Codes

Color #C1AAD8 in popluar color models

C1AAD8
RGB193170216
HSL270°37.10%75.69%
HSB/HSV270°21.30%84.71%
CMYK10.65%21.30%0.00%
15.29%

Color #C1AAD8 in popluar number systems.

HEXC1AAD8
Decimal193170216
Binary110000011010101011011000
Octal301252330

Shades and tints

Shades of #C1AAD8

#C1AAD8
(193,170,216)
#B09BC5
(176,155,197)
#9F8CB2
(159,140,178)
#8E7D9F
(142,125,159)
#7D6E8C
(125,110,140)
#6C5F79
(108,95,121)
#5B5066
(91,80,102)
#4A4153
(74,65,83)
#393240
(57,50,64)
#28232D
(40,35,45)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #C1AAD8

#C1AAD8
(193,170,216)
#C6B1DB
(198,177,219)
#CBB8DE
(203,184,222)
#D0BFE1
(208,191,225)
#D5C6E4
(213,198,228)
#DACDE7
(218,205,231)
#DFD4EA
(223,212,234)
#E4DBED
(228,219,237)
#E9E2F0
(233,226,240)
#EEE9F3
(238,233,243)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AAD8; }

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

This text font color is #C1AAD8.


Background Color

.myBgColor { background-color: #C1AAD8; }

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

This div background color is #C1AAD8.


Border color

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

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

This div border color is #C1AAD8.


Opacity

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

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

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

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

This text has shadow with #C1AAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AAD8 on black background.


Color preview on white background

This text has color #C1AAD8 on white background.



Black color preview on #C1AAD8 background

This text has black color on #C1AAD8 background.


White color preview on #C1AAD8 background

This text has white color on #C1AAD8 background.