COLOR #C1AAB7

HEX: #C1AAB7
RGB: (193,170,183)

Color info

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

RGB color model

#C1AAB7 color RGB value is (193,170,183).

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

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 183 of 255 = 72%

193
170
183

R + G + B ~ 72%. #C1AAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 183 = 546 (100%)
R 193 of 546 ~ 35.35%
G 170 of 546 ~ 31.14%
B 183 of 546 ~ 33.52%

%35.35
%31.14
%33.52

CMYK color model

#C1AAB7 color CMYK value is (0,12,5,24).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 5.18%
  • key color value is 24.31%
CMYK:
(0,12,5,24)
C0M12Y5K24 
(0%,12%,5%,24%)
(0.00/0.12/0.05/0.24)	

CMYK percentages

%0
%11.92
%5.18
%24.31

Codes

Color #C1AAB7 in popluar color models

C1AAB7
RGB193170183
HSL326°15.65%71.18%
HSB/HSV326°11.92%75.69%
CMYK0.00%11.92%5.18%
24.31%

Color #C1AAB7 in popluar number systems.

HEXC1AAB7
Decimal193170183
Binary110000011010101010110111
Octal301252267

Shades and tints

Shades of #C1AAB7

#C1AAB7
(193,170,183)
#B09BA7
(176,155,167)
#9F8C97
(159,140,151)
#8E7D87
(142,125,135)
#7D6E77
(125,110,119)
#6C5F67
(108,95,103)
#5B5057
(91,80,87)
#4A4147
(74,65,71)
#393237
(57,50,55)
#282327
(40,35,39)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1AAB7

#C1AAB7
(193,170,183)
#C6B1BD
(198,177,189)
#CBB8C3
(203,184,195)
#D0BFC9
(208,191,201)
#D5C6CF
(213,198,207)
#DACDD5
(218,205,213)
#DFD4DB
(223,212,219)
#E4DBE1
(228,219,225)
#E9E2E7
(233,226,231)
#EEE9ED
(238,233,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AAB7; }

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

This text font color is #C1AAB7.


Background Color

.myBgColor { background-color: #C1AAB7; }

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

This div background color is #C1AAB7.


Border color

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

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

This div border color is #C1AAB7.


Opacity

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

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

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

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

This text has shadow with #C1AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AAB7 on black background.


Color preview on white background

This text has color #C1AAB7 on white background.



Black color preview on #C1AAB7 background

This text has black color on #C1AAB7 background.


White color preview on #C1AAB7 background

This text has white color on #C1AAB7 background.