COLOR #C2AB88

HEX: #C2AB88 RGB: (194,171,136)

Color info

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

RGB color model

#C2AB88 color RGB value is (194,171,136).

RGB: (194,171,136) (76%, 67%, 53%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 136 of 255 = 53%

194
171
136

R + G + B ~ 65%. #C2AB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 136 = 501 (100%)
R 194 of 501 ~ 38.72%
G 171 of 501 ~ 34.13%
B 136 of 501 ~ 27.15'%

%38.72
%34.13
%27.15

CMYK color model

#C2AB88 color CMYK value is (0,12,30,24).

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

CMYK: (0,12,30,24)
C0M12Y30K24 (0%, 12%, 30%, 24%)
(0.00 / 0.12 / 0.30 / 0.24)

CMYK percentages

%0
%11.86
%29.9
%23.92

Codes

Color #C2AB88 in popluar color models

C2 AB 88
RGB 194 171 136
HSL 36° 32.22% 64.71%
HSB/HSV 36° 29.90% 76.08%
CMYK 0.00% 11.86% 29.90%
23.92%

Color #C2AB88 in popluar number systems.

HEX C2 AB 88
Decimal 194 171 136
Binary 11000010 10101011 10001000
Octal 302 253 210

Shades and tints

Shades of #C2AB88

#C2AB88
(194,171,136)
#B19C7C
(177,156,124)
#A08D70
(160,141,112)
#8F7E64
(143,126,100)
#7E6F58
(126,111,88)
#6D604C
(109,96,76)
#5C5140
(92,81,64)
#4B4234
(75,66,52)
#3A3328
(58,51,40)
#29241C
(41,36,28)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #C2AB88

#C2AB88
(194,171,136)
#C7B292
(199,178,146)
#CCB99C
(204,185,156)
#D1C0A6
(209,192,166)
#D6C7B0
(214,199,176)
#DBCEBA
(219,206,186)
#E0D5C4
(224,213,196)
#E5DCCE
(229,220,206)
#EAE3D8
(234,227,216)
#EFEAE2
(239,234,226)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AB88; }

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

This text font color is #C2AB88.

Background Color

.myBgColor { background-color: #C2AB88; }

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

This div background color is #C2AB88.

Border color

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

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

This div border color is #C2AB88.

Opacity

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

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

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

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

This text has shadow with #C2AB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AB88.

Preview

Color preview on black background

This text has color #C2AB88 on black background.


Color preview on white background

This text has color #C2AB88 on white background.


Black color preview on #C2AB88 background

This text has black color on #C2AB88 background.


White color preview on #C2AB88 background

This text has white color on #C2AB88 background.


Related colors

Complementary color

Complementary color for #hex is #3D5477.


I love getcolorcode.com

Triadic colors

1 #88C2AB and #AB88C2 with #C2AB88 are triadic colors.

2 #88ABC2 and #ABC288 with #C2AB88 are triadic colors.