COLOR #C2AB8F

HEX: #C2AB8F
RGB: (194,171,143)

Color info

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

RGB color model

#C2AB8F color RGB value is (194,171,143).

  • red value is 194;
  • green value is 171;
  • blue value is 143.
RGB:
(194,171,143)
(76%,67%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 143 of 255 = 56%

194
171
143

R + G + B ~ 66%. #C2AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 143 = 508 (100%)
R 194 of 508 ~ 38.19%
G 171 of 508 ~ 33.66%
B 143 of 508 ~ 28.15%

%38.19
%33.66
%28.15

CMYK color model

#C2AB8F color CMYK value is (0,12,26,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 26.29%
  • key color value is 23.92%
CMYK:
(0,12,26,24)
C0M12Y26K24 
(0%,12%,26%,24%)
(0.00/0.12/0.26/0.24)	

CMYK percentages

%0
%11.86
%26.29
%23.92

Codes

Color #C2AB8F in popluar color models

C2AB8F
RGB194171143
HSL33°29.48%66.08%
HSB/HSV33°26.29%76.08%
CMYK0.00%11.86%26.29%
23.92%

Color #C2AB8F in popluar number systems.

HEXC2AB8F
Decimal194171143
Binary110000101010101110001111
Octal302253217

Shades and tints

Shades of #C2AB8F

#C2AB8F
(194,171,143)
#B19C82
(177,156,130)
#A08D75
(160,141,117)
#8F7E68
(143,126,104)
#7E6F5B
(126,111,91)
#6D604E
(109,96,78)
#5C5141
(92,81,65)
#4B4234
(75,66,52)
#3A3327
(58,51,39)
#29241A
(41,36,26)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #C2AB8F

#C2AB8F
(194,171,143)
#C7B299
(199,178,153)
#CCB9A3
(204,185,163)
#D1C0AD
(209,192,173)
#D6C7B7
(214,199,183)
#DBCEC1
(219,206,193)
#E0D5CB
(224,213,203)
#E5DCD5
(229,220,213)
#EAE3DF
(234,227,223)
#EFEAE9
(239,234,233)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AB8F; }

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

This text font color is #C2AB8F.


Background Color

.myBgColor { background-color: #C2AB8F; }

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

This div background color is #C2AB8F.


Border color

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

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

This div border color is #C2AB8F.


Opacity

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

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

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

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

This text has shadow with #C2AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AB8F on black background.


Color preview on white background

This text has color #C2AB8F on white background.



Black color preview on #C2AB8F background

This text has black color on #C2AB8F background.


White color preview on #C2AB8F background

This text has white color on #C2AB8F background.