COLOR #C7ABAE

HEX: #C7ABAE
RGB: (199,171,174)

Color info

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

RGB color model

#C7ABAE color RGB value is (199,171,174).

  • red value is 199;
  • green value is 171;
  • blue value is 174.
RGB:
(199,171,174)
(78%,67%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 174 of 255 = 68%

199
171
174

R + G + B ~ 71%. #C7ABAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 171 + 174 = 544 (100%)
R 199 of 544 ~ 36.58%
G 171 of 544 ~ 31.43%
B 174 of 544 ~ 31.99%

%36.58
%31.43
%31.99

CMYK color model

#C7ABAE color CMYK value is (0,14,13,22).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,14,13,22)
C0M14Y13K22 
(0%,14%,13%,22%)
(0.00/0.14/0.13/0.22)	

CMYK percentages

%0
%14.07
%12.56
%21.96

Codes

Color #C7ABAE in popluar color models

C7ABAE
RGB199171174
HSL354°20.00%72.55%
HSB/HSV354°14.07%78.04%
CMYK0.00%14.07%12.56%
21.96%

Color #C7ABAE in popluar number systems.

HEXC7ABAE
Decimal199171174
Binary110001111010101110101110
Octal307253256

Shades and tints

Shades of #C7ABAE

#C7ABAE
(199,171,174)
#B59C9F
(181,156,159)
#A38D90
(163,141,144)
#917E81
(145,126,129)
#7F6F72
(127,111,114)
#6D6063
(109,96,99)
#5B5154
(91,81,84)
#494245
(73,66,69)
#373336
(55,51,54)
#252427
(37,36,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7ABAE

#C7ABAE
(199,171,174)
#CCB2B5
(204,178,181)
#D1B9BC
(209,185,188)
#D6C0C3
(214,192,195)
#DBC7CA
(219,199,202)
#E0CED1
(224,206,209)
#E5D5D8
(229,213,216)
#EADCDF
(234,220,223)
#EFE3E6
(239,227,230)
#F4EAED
(244,234,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ABAE; }

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

This text font color is #C7ABAE.


Background Color

.myBgColor { background-color: #C7ABAE; }

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

This div background color is #C7ABAE.


Border color

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

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

This div border color is #C7ABAE.


Opacity

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

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

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

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

This text has shadow with #C7ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABAE on black background.


Color preview on white background

This text has color #C7ABAE on white background.



Black color preview on #C7ABAE background

This text has black color on #C7ABAE background.


White color preview on #C7ABAE background

This text has white color on #C7ABAE background.