COLOR #C2AB99

HEX: #C2AB99 RGB: (194,171,153)

Color info

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

RGB color model

#C2AB99 color RGB value is (194,171,153).

RGB: (194,171,153) (76%, 67%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 153 of 255 = 60%

194
171
153

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

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 153 = 518 (100%)
R 194 of 518 ~ 37.45%
G 171 of 518 ~ 33.01%
B 153 of 518 ~ 29.54'%

%37.45
%33.01
%29.54

CMYK color model

#C2AB99 color CMYK value is (0,12,21,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 21.13%
  • key color value is 23.92%

CMYK: (0,12,21,24)
C0M12Y21K24 (0%, 12%, 21%, 24%)
(0.00 / 0.12 / 0.21 / 0.24)

CMYK percentages

%0
%11.86
%21.13
%23.92

Codes

Color #C2AB99 in popluar color models

C2 AB 99
RGB 194 171 153
HSL 26° 25.15% 68.04%
HSB/HSV 26° 21.13% 76.08%
CMYK 0.00% 11.86% 21.13%
23.92%

Color #C2AB99 in popluar number systems.

HEX C2 AB 99
Decimal 194 171 153
Binary 11000010 10101011 10011001
Octal 302 253 231

Shades and tints

Shades of #C2AB99

#C2AB99
(194,171,153)
#B19C8C
(177,156,140)
#A08D7F
(160,141,127)
#8F7E72
(143,126,114)
#7E6F65
(126,111,101)
#6D6058
(109,96,88)
#5C514B
(92,81,75)
#4B423E
(75,66,62)
#3A3331
(58,51,49)
#292424
(41,36,36)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #C2AB99

#C2AB99
(194,171,153)
#C7B2A2
(199,178,162)
#CCB9AB
(204,185,171)
#D1C0B4
(209,192,180)
#D6C7BD
(214,199,189)
#DBCEC6
(219,206,198)
#E0D5CF
(224,213,207)
#E5DCD8
(229,220,216)
#EAE3E1
(234,227,225)
#EFEAEA
(239,234,234)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AB99 color. Also use rgb(194,171,153) instead hex code.

Text Font Color

.myTextColor { color: #C2AB99; }

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

This text font color is #C2AB99.

Background Color

.myBgColor { background-color: #C2AB99; }

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

This div background color is #C2AB99.

Border color

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

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

This div border color is #C2AB99.

Opacity

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

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

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

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

This text has shadow with #C2AB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AB99.

Preview

Color preview on black background

This text has color #C2AB99 on black background.


Color preview on white background

This text has color #C2AB99 on white background.


Black color preview on #C2AB99 background

This text has black color on #C2AB99 background.


White color preview on #C2AB99 background

This text has white color on #C2AB99 background.


Related colors

Complementary color

Complementary color for #hex is #3D5466.


I love getcolorcode.com

Triadic colors

1 #99C2AB and #AB99C2 with #C2AB99 are triadic colors.

2 #99ABC2 and #ABC299 with #C2AB99 are triadic colors.