COLOR #C1AAC9

HEX: #C1AAC9
RGB: (193,170,201)

Color info

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

RGB color model

#C1AAC9 color RGB value is (193,170,201).

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

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 201 of 255 = 79%

193
170
201

R + G + B ~ 74%. #C1AAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 201 = 564 (100%)
R 193 of 564 ~ 34.22%
G 170 of 564 ~ 30.14%
B 201 of 564 ~ 35.64%

%34.22
%30.14
%35.64

CMYK color model

#C1AAC9 color CMYK value is (4,15,0,21).

  • cyan value is 3.98%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(4,15,0,21)
C4M15Y0K21 
(4%,15%,0%,21%)
(0.04/0.15/0.00/0.21)	

CMYK percentages

%3.98
%15.42
%0
%21.18

Codes

Color #C1AAC9 in popluar color models

C1AAC9
RGB193170201
HSL285°22.30%72.75%
HSB/HSV285°15.42%78.82%
CMYK3.98%15.42%0.00%
21.18%

Color #C1AAC9 in popluar number systems.

HEXC1AAC9
Decimal193170201
Binary110000011010101011001001
Octal301252311

Shades and tints

Shades of #C1AAC9

#C1AAC9
(193,170,201)
#B09BB7
(176,155,183)
#9F8CA5
(159,140,165)
#8E7D93
(142,125,147)
#7D6E81
(125,110,129)
#6C5F6F
(108,95,111)
#5B505D
(91,80,93)
#4A414B
(74,65,75)
#393239
(57,50,57)
#282327
(40,35,39)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #C1AAC9

#C1AAC9
(193,170,201)
#C6B1CD
(198,177,205)
#CBB8D1
(203,184,209)
#D0BFD5
(208,191,213)
#D5C6D9
(213,198,217)
#DACDDD
(218,205,221)
#DFD4E1
(223,212,225)
#E4DBE5
(228,219,229)
#E9E2E9
(233,226,233)
#EEE9ED
(238,233,237)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AAC9; }

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

This text font color is #C1AAC9.


Background Color

.myBgColor { background-color: #C1AAC9; }

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

This div background color is #C1AAC9.


Border color

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

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

This div border color is #C1AAC9.


Opacity

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

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

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

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

This text has shadow with #C1AAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AAC9 on black background.


Color preview on white background

This text has color #C1AAC9 on white background.



Black color preview on #C1AAC9 background

This text has black color on #C1AAC9 background.


White color preview on #C1AAC9 background

This text has white color on #C1AAC9 background.