COLOR #C1AB97

HEX: #C1AB97 RGB: (193,171,151)

Color info

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

RGB color model

#C1AB97 color RGB value is (193,171,151).

RGB: (193,171,151) (76%, 67%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 151 of 255 = 59%

193
171
151

R + G + B ~ 67%. #C1AB97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 171 + 151 = 515 (100%)
R 193 of 515 ~ 37.48%
G 171 of 515 ~ 33.2%
B 151 of 515 ~ 29.32'%

%37.48
%33.2
%29.32

CMYK color model

#C1AB97 color CMYK value is (0,11,22,24).

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

CMYK: (0,11,22,24)
C0M11Y22K24 (0%, 11%, 22%, 24%)
(0.00 / 0.11 / 0.22 / 0.24)

CMYK percentages

%0
%11.4
%21.76
%24.31

Codes

Color #C1AB97 in popluar color models

C1 AB 97
RGB 193 171 151
HSL 29° 25.30% 67.45%
HSB/HSV 29° 21.76% 75.69%
CMYK 0.00% 11.40% 21.76%
24.31%

Color #C1AB97 in popluar number systems.

HEX C1 AB 97
Decimal 193 171 151
Binary 11000001 10101011 10010111
Octal 301 253 227

Shades and tints

Shades of #C1AB97

#C1AB97
(193,171,151)
#B09C8A
(176,156,138)
#9F8D7D
(159,141,125)
#8E7E70
(142,126,112)
#7D6F63
(125,111,99)
#6C6056
(108,96,86)
#5B5149
(91,81,73)
#4A423C
(74,66,60)
#39332F
(57,51,47)
#282422
(40,36,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1AB97

#C1AB97
(193,171,151)
#C6B2A0
(198,178,160)
#CBB9A9
(203,185,169)
#D0C0B2
(208,192,178)
#D5C7BB
(213,199,187)
#DACEC4
(218,206,196)
#DFD5CD
(223,213,205)
#E4DCD6
(228,220,214)
#E9E3DF
(233,227,223)
#EEEAE8
(238,234,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AB97; }

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

This text font color is #C1AB97.

Background Color

.myBgColor { background-color: #C1AB97; }

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

This div background color is #C1AB97.

Border color

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

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

This div border color is #C1AB97.

Opacity

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

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

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

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

This text has shadow with #C1AB97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AB97.

Preview

Color preview on black background

This text has color #C1AB97 on black background.


Color preview on white background

This text has color #C1AB97 on white background.


Black color preview on #C1AB97 background

This text has black color on #C1AB97 background.


White color preview on #C1AB97 background

This text has white color on #C1AB97 background.


Related colors

Complementary color

Complementary color for #hex is #3E5468.


I love getcolorcode.com

Triadic colors

1 #97C1AB and #AB97C1 with #C1AB97 are triadic colors.

2 #97ABC1 and #ABC197 with #C1AB97 are triadic colors.