COLOR #C1A5A9

HEX: #C1A5A9
RGB: (193,165,169)

Color info

#C1A5A9 contains red, green and blue colors in about the same proportion. Web safe color of #C1A5A9 is #CC9999 (or #C99).

RGB color model

#C1A5A9 color RGB value is (193,165,169).

  • red value is 193;
  • green value is 165;
  • blue value is 169.
RGB:
(193,165,169)
(76%,65%,66%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 169 of 255 = 66%

193
165
169

R + G + B ~ 69%. #C1A5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 169 = 527 (100%)
R 193 of 527 ~ 36.62%
G 165 of 527 ~ 31.31%
B 169 of 527 ~ 32.07%

%36.62
%31.31
%32.07

CMYK color model

#C1A5A9 color CMYK value is (0,15,12,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(0,15,12,24)
C0M15Y12K24 
(0%,15%,12%,24%)
(0.00/0.15/0.12/0.24)	

CMYK percentages

%0
%14.51
%12.44
%24.31

Codes

Color #C1A5A9 in popluar color models

C1A5A9
RGB193165169
HSL351°18.42%70.20%
HSB/HSV351°14.51%75.69%
CMYK0.00%14.51%12.44%
24.31%

Color #C1A5A9 in popluar number systems.

HEXC1A5A9
Decimal193165169
Binary110000011010010110101001
Octal301245251

Shades and tints

Shades of #C1A5A9

#C1A5A9
(193,165,169)
#B0969A
(176,150,154)
#9F878B
(159,135,139)
#8E787C
(142,120,124)
#7D696D
(125,105,109)
#6C5A5E
(108,90,94)
#5B4B4F
(91,75,79)
#4A3C40
(74,60,64)
#392D31
(57,45,49)
#281E22
(40,30,34)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C1A5A9

#C1A5A9
(193,165,169)
#C6ADB0
(198,173,176)
#CBB5B7
(203,181,183)
#D0BDBE
(208,189,190)
#D5C5C5
(213,197,197)
#DACDCC
(218,205,204)
#DFD5D3
(223,213,211)
#E4DDDA
(228,221,218)
#E9E5E1
(233,229,225)
#EEEDE8
(238,237,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A5A9 color. Also use rgb(193,165,169) instead hex code.

Text Font Color

.myTextColor { color: #C1A5A9; }

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

This text font color is #C1A5A9.


Background Color

.myBgColor { background-color: #C1A5A9; }

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

This div background color is #C1A5A9.


Border color

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

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

This div border color is #C1A5A9.


Opacity

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

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

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

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

This text has shadow with #C1A5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A5A9 on black background.


Color preview on white background

This text has color #C1A5A9 on white background.



Black color preview on #C1A5A9 background

This text has black color on #C1A5A9 background.


White color preview on #C1A5A9 background

This text has white color on #C1A5A9 background.