COLOR #C1AB9D

HEX: #C1AB9D RGB: (193,171,157)

Color info

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

RGB color model

#C1AB9D color RGB value is (193,171,157).

RGB: (193,171,157) (76%, 67%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 157 of 255 = 62%

193
171
157

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

Portions of RGB colors in percentages

R + G + B = 193 + 171 + 157 = 521 (100%)
R 193 of 521 ~ 37.04%
G 171 of 521 ~ 32.82%
B 157 of 521 ~ 30.13'%

%37.04
%32.82
%30.13

CMYK color model

#C1AB9D color CMYK value is (0,11,19,24).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 18.65%
  • key color value is 24.31%

CMYK: (0,11,19,24)
C0M11Y19K24 (0%, 11%, 19%, 24%)
(0.00 / 0.11 / 0.19 / 0.24)

CMYK percentages

%0
%11.4
%18.65
%24.31

Codes

Color #C1AB9D in popluar color models

C1 AB 9D
RGB 193 171 157
HSL 23° 22.50% 68.63%
HSB/HSV 23° 18.65% 75.69%
CMYK 0.00% 11.40% 18.65%
24.31%

Color #C1AB9D in popluar number systems.

HEX C1 AB 9D
Decimal 193 171 157
Binary 11000001 10101011 10011101
Octal 301 253 235

Shades and tints

Shades of #C1AB9D

#C1AB9D
(193,171,157)
#B09C8F
(176,156,143)
#9F8D81
(159,141,129)
#8E7E73
(142,126,115)
#7D6F65
(125,111,101)
#6C6057
(108,96,87)
#5B5149
(91,81,73)
#4A423B
(74,66,59)
#39332D
(57,51,45)
#28241F
(40,36,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #C1AB9D

#C1AB9D
(193,171,157)
#C6B2A5
(198,178,165)
#CBB9AD
(203,185,173)
#D0C0B5
(208,192,181)
#D5C7BD
(213,199,189)
#DACEC5
(218,206,197)
#DFD5CD
(223,213,205)
#E4DCD5
(228,220,213)
#E9E3DD
(233,227,221)
#EEEAE5
(238,234,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AB9D; }

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

This text font color is #C1AB9D.

Background Color

.myBgColor { background-color: #C1AB9D; }

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

This div background color is #C1AB9D.

Border color

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

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

This div border color is #C1AB9D.

Opacity

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

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

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

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

This text has shadow with #C1AB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AB9D.

Preview

Color preview on black background

This text has color #C1AB9D on black background.


Color preview on white background

This text has color #C1AB9D on white background.


Black color preview on #C1AB9D background

This text has black color on #C1AB9D background.


White color preview on #C1AB9D background

This text has white color on #C1AB9D background.


Related colors

Complementary color

Complementary color for #hex is #3E5462.


I love getcolorcode.com

Triadic colors

1 #9DC1AB and #AB9DC1 with #C1AB9D are triadic colors.

2 #9DABC1 and #ABC19D with #C1AB9D are triadic colors.