COLOR #C1AAD7

HEX: #C1AAD7 RGB: (193,170,215)

Color info

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

RGB color model

#C1AAD7 color RGB value is (193,170,215).

RGB: (193,170,215) (76%, 67%, 84%)

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 215 of 255 = 84%

193
170
215

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

Portions of RGB colors in percentages

R + G + B = 193 + 170 + 215 = 578 (100%)
R 193 of 578 ~ 33.39%
G 170 of 578 ~ 29.41%
B 215 of 578 ~ 37.2'%

%33.39
%29.41
%37.2

CMYK color model

#C1AAD7 color CMYK value is (10,21,0,16).

  • cyan value is 10.23%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (10,21,0,16)
C10M21Y0K16 (10%, 21%, 0%, 16%)
(0.10 / 0.21 / 0.00 / 0.16)

CMYK percentages

%10.23
%20.93
%0
%15.69

Codes

Color #C1AAD7 in popluar color models

C1 AA D7
RGB 193 170 215
HSL 271° 36.00% 75.49%
HSB/HSV 271° 20.93% 84.31%
CMYK 10.23% 20.93% 0.00%
15.69%

Color #C1AAD7 in popluar number systems.

HEX C1 AA D7
Decimal 193 170 215
Binary 11000001 10101010 11010111
Octal 301 252 327

Shades and tints

Shades of #C1AAD7

#C1AAD7
(193,170,215)
#B09BC4
(176,155,196)
#9F8CB1
(159,140,177)
#8E7D9E
(142,125,158)
#7D6E8B
(125,110,139)
#6C5F78
(108,95,120)
#5B5065
(91,80,101)
#4A4152
(74,65,82)
#39323F
(57,50,63)
#28232C
(40,35,44)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #C1AAD7

#C1AAD7
(193,170,215)
#C6B1DA
(198,177,218)
#CBB8DD
(203,184,221)
#D0BFE0
(208,191,224)
#D5C6E3
(213,198,227)
#DACDE6
(218,205,230)
#DFD4E9
(223,212,233)
#E4DBEC
(228,219,236)
#E9E2EF
(233,226,239)
#EEE9F2
(238,233,242)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AAD7; }

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

This text font color is #C1AAD7.

Background Color

.myBgColor { background-color: #C1AAD7; }

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

This div background color is #C1AAD7.

Border color

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

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

This div border color is #C1AAD7.

Opacity

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

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

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

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

This text has shadow with #C1AAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AAD7.

Preview

Color preview on black background

This text has color #C1AAD7 on black background.


Color preview on white background

This text has color #C1AAD7 on white background.


Black color preview on #C1AAD7 background

This text has black color on #C1AAD7 background.


White color preview on #C1AAD7 background

This text has white color on #C1AAD7 background.


Related colors

Complementary color

Complementary color for #hex is #3E5528.


I love getcolorcode.com

Triadic colors

1 #D7C1AA and #AAD7C1 with #C1AAD7 are triadic colors.

2 #D7AAC1 and #AAC1D7 with #C1AAD7 are triadic colors.