COLOR #C1AB9A

HEX: #C1AB9A
RGB: (193,171,154)

Color info

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

RGB color model

#C1AB9A color RGB value is (193,171,154).

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

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 154 of 255 = 60%

193
171
154

R + G + B ~ 68%. #C1AB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 171 + 154 = 518 (100%)
R 193 of 518 ~ 37.26%
G 171 of 518 ~ 33.01%
B 154 of 518 ~ 29.73%

%37.26
%33.01
%29.73

CMYK color model

#C1AB9A color CMYK value is (0,11,20,24).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 20.21%
  • key color value is 24.31%
CMYK:
(0,11,20,24)
C0M11Y20K24 
(0%,11%,20%,24%)
(0.00/0.11/0.20/0.24)	

CMYK percentages

%0
%11.4
%20.21
%24.31

Codes

Color #C1AB9A in popluar color models

C1AB9A
RGB193171154
HSL26°23.93%68.04%
HSB/HSV26°20.21%75.69%
CMYK0.00%11.40%20.21%
24.31%

Color #C1AB9A in popluar number systems.

HEXC1AB9A
Decimal193171154
Binary110000011010101110011010
Octal301253232

Shades and tints

Shades of #C1AB9A

#C1AB9A
(193,171,154)
#B09C8C
(176,156,140)
#9F8D7E
(159,141,126)
#8E7E70
(142,126,112)
#7D6F62
(125,111,98)
#6C6054
(108,96,84)
#5B5146
(91,81,70)
#4A4238
(74,66,56)
#39332A
(57,51,42)
#28241C
(40,36,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #C1AB9A

#C1AB9A
(193,171,154)
#C6B2A3
(198,178,163)
#CBB9AC
(203,185,172)
#D0C0B5
(208,192,181)
#D5C7BE
(213,199,190)
#DACEC7
(218,206,199)
#DFD5D0
(223,213,208)
#E4DCD9
(228,220,217)
#E9E3E2
(233,227,226)
#EEEAEB
(238,234,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AB9A; }

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

This text font color is #C1AB9A.


Background Color

.myBgColor { background-color: #C1AB9A; }

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

This div background color is #C1AB9A.


Border color

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

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

This div border color is #C1AB9A.


Opacity

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

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

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

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

This text has shadow with #C1AB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AB9A on black background.


Color preview on white background

This text has color #C1AB9A on white background.



Black color preview on #C1AB9A background

This text has black color on #C1AB9A background.


White color preview on #C1AB9A background

This text has white color on #C1AB9A background.