COLOR #C1AAF7

HEX: #C1AAF7
RGB: (193,170,247)

Color info

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

RGB color model

#C1AAF7 color RGB value is (193,170,247).

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

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 247 of 255 = 97%

193
170
247

R + G + B ~ 80%. #C1AAF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 247 = 610 (100%)
R 193 of 610 ~ 31.64%
G 170 of 610 ~ 27.87%
B 247 of 610 ~ 40.49%

%31.64
%27.87
%40.49

CMYK color model

#C1AAF7 color CMYK value is (22,31,0,3).

  • cyan value is 21.86%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(22,31,0,3)
C22M31Y0K3 
(22%,31%,0%,3%)
(0.22/0.31/0.00/0.03)	

CMYK percentages

%21.86
%31.17
%0
%3.14

Codes

Color #C1AAF7 in popluar color models

C1AAF7
RGB193170247
HSL258°82.80%81.76%
HSB/HSV258°31.17%96.86%
CMYK21.86%31.17%0.00%
3.14%

Color #C1AAF7 in popluar number systems.

HEXC1AAF7
Decimal193170247
Binary110000011010101011110111
Octal301252367

Shades and tints

Shades of #C1AAF7

#C1AAF7
(193,170,247)
#B09BE1
(176,155,225)
#9F8CCB
(159,140,203)
#8E7DB5
(142,125,181)
#7D6E9F
(125,110,159)
#6C5F89
(108,95,137)
#5B5073
(91,80,115)
#4A415D
(74,65,93)
#393247
(57,50,71)
#282331
(40,35,49)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #C1AAF7

#C1AAF7
(193,170,247)
#C6B1F7
(198,177,247)
#CBB8F7
(203,184,247)
#D0BFF7
(208,191,247)
#D5C6F7
(213,198,247)
#DACDF7
(218,205,247)
#DFD4F7
(223,212,247)
#E4DBF7
(228,219,247)
#E9E2F7
(233,226,247)
#EEE9F7
(238,233,247)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AAF7; }

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

This text font color is #C1AAF7.


Background Color

.myBgColor { background-color: #C1AAF7; }

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

This div background color is #C1AAF7.


Border color

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

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

This div border color is #C1AAF7.


Opacity

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

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

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

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

This text has shadow with #C1AAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AAF7 on black background.


Color preview on white background

This text has color #C1AAF7 on white background.



Black color preview on #C1AAF7 background

This text has black color on #C1AAF7 background.


White color preview on #C1AAF7 background

This text has white color on #C1AAF7 background.