COLOR #C7AB88

HEX: #C7AB88 RGB: (199,171,136)

Color info

#C7AB88 contains mainly red and green colors. Web safe color of #C7AB88 is #CC9999 (or #C99).

RGB color model

#C7AB88 color RGB value is (199,171,136).

RGB: (199,171,136) (78%, 67%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 136 of 255 = 53%

199
171
136

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

Portions of RGB colors in percentages

R + G + B = 199 + 171 + 136 = 506 (100%)
R 199 of 506 ~ 39.33%
G 171 of 506 ~ 33.79%
B 136 of 506 ~ 26.88'%

%39.33
%33.79
%26.88

CMYK color model

#C7AB88 color CMYK value is (0,14,32,22).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 31.66%
  • key color value is 21.96%

CMYK: (0,14,32,22)
C0M14Y32K22 (0%, 14%, 32%, 22%)
(0.00 / 0.14 / 0.32 / 0.22)

CMYK percentages

%0
%14.07
%31.66
%21.96

Codes

Color #C7AB88 in popluar color models

C7 AB 88
RGB 199 171 136
HSL 33° 36.00% 65.69%
HSB/HSV 33° 31.66% 78.04%
CMYK 0.00% 14.07% 31.66%
21.96%

Color #C7AB88 in popluar number systems.

HEX C7 AB 88
Decimal 199 171 136
Binary 11000111 10101011 10001000
Octal 307 253 210

Shades and tints

Shades of #C7AB88

#C7AB88
(199,171,136)
#B59C7C
(181,156,124)
#A38D70
(163,141,112)
#917E64
(145,126,100)
#7F6F58
(127,111,88)
#6D604C
(109,96,76)
#5B5140
(91,81,64)
#494234
(73,66,52)
#373328
(55,51,40)
#25241C
(37,36,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #C7AB88

#C7AB88
(199,171,136)
#CCB292
(204,178,146)
#D1B99C
(209,185,156)
#D6C0A6
(214,192,166)
#DBC7B0
(219,199,176)
#E0CEBA
(224,206,186)
#E5D5C4
(229,213,196)
#EADCCE
(234,220,206)
#EFE3D8
(239,227,216)
#F4EAE2
(244,234,226)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AB88; }

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

This text font color is #C7AB88.

Background Color

.myBgColor { background-color: #C7AB88; }

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

This div background color is #C7AB88.

Border color

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

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

This div border color is #C7AB88.

Opacity

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

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

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

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

This text has shadow with #C7AB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AB88.

Preview

Color preview on black background

This text has color #C7AB88 on black background.


Color preview on white background

This text has color #C7AB88 on white background.


Black color preview on #C7AB88 background

This text has black color on #C7AB88 background.


White color preview on #C7AB88 background

This text has white color on #C7AB88 background.


Related colors

Complementary color

Complementary color for #hex is #385477.


I love getcolorcode.com

Triadic colors

1 #88C7AB and #AB88C7 with #C7AB88 are triadic colors.

2 #88ABC7 and #ABC788 with #C7AB88 are triadic colors.