COLOR #C1A3AB

HEX: #C1A3AB
RGB: (193,163,171)

Color info

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

RGB color model

#C1A3AB color RGB value is (193,163,171).

  • red value is 193;
  • green value is 163;
  • blue value is 171.
RGB:
(193,163,171)
(76%,64%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 171 of 255 = 67%

193
163
171

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

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 171 = 527 (100%)
R 193 of 527 ~ 36.62%
G 163 of 527 ~ 30.93%
B 171 of 527 ~ 32.45%

%36.62
%30.93
%32.45

CMYK color model

#C1A3AB color CMYK value is (0,16,11,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(0,16,11,24)
C0M16Y11K24 
(0%,16%,11%,24%)
(0.00/0.16/0.11/0.24)	

CMYK percentages

%0
%15.54
%11.4
%24.31

Codes

Color #C1A3AB in popluar color models

C1A3AB
RGB193163171
HSL344°19.48%69.80%
HSB/HSV344°15.54%75.69%
CMYK0.00%15.54%11.40%
24.31%

Color #C1A3AB in popluar number systems.

HEXC1A3AB
Decimal193163171
Binary110000011010001110101011
Octal301243253

Shades and tints

Shades of #C1A3AB

#C1A3AB
(193,163,171)
#B0959C
(176,149,156)
#9F878D
(159,135,141)
#8E797E
(142,121,126)
#7D6B6F
(125,107,111)
#6C5D60
(108,93,96)
#5B4F51
(91,79,81)
#4A4142
(74,65,66)
#393333
(57,51,51)
#282524
(40,37,36)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #C1A3AB

#C1A3AB
(193,163,171)
#C6ABB2
(198,171,178)
#CBB3B9
(203,179,185)
#D0BBC0
(208,187,192)
#D5C3C7
(213,195,199)
#DACBCE
(218,203,206)
#DFD3D5
(223,211,213)
#E4DBDC
(228,219,220)
#E9E3E3
(233,227,227)
#EEEBEA
(238,235,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A3AB color. Also use rgb(193,163,171) instead hex code.

Text Font Color

.myTextColor { color: #C1A3AB; }

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

This text font color is #C1A3AB.


Background Color

.myBgColor { background-color: #C1A3AB; }

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

This div background color is #C1A3AB.


Border color

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

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

This div border color is #C1A3AB.


Opacity

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

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

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

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

This text has shadow with #C1A3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A3AB on black background.


Color preview on white background

This text has color #C1A3AB on white background.



Black color preview on #C1A3AB background

This text has black color on #C1A3AB background.


White color preview on #C1A3AB background

This text has white color on #C1A3AB background.