COLOR #C7A7AD

HEX: #C7A7AD
RGB: (199,167,173)

Color info

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

RGB color model

#C7A7AD color RGB value is (199,167,173).

  • red value is 199;
  • green value is 167;
  • blue value is 173.
RGB:
(199,167,173)
(78%,65%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 167 of 255 = 65%
B 173 of 255 = 68%

199
167
173

R + G + B ~ 70%. #C7A7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 173 = 539 (100%)
R 199 of 539 ~ 36.92%
G 167 of 539 ~ 30.98%
B 173 of 539 ~ 32.1%

%36.92
%30.98
%32.1

CMYK color model

#C7A7AD color CMYK value is (0,16,13,22).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,16,13,22)
C0M16Y13K22 
(0%,16%,13%,22%)
(0.00/0.16/0.13/0.22)	

CMYK percentages

%0
%16.08
%13.07
%21.96

Codes

Color #C7A7AD in popluar color models

C7A7AD
RGB199167173
HSL349°22.22%71.76%
HSB/HSV349°16.08%78.04%
CMYK0.00%16.08%13.07%
21.96%

Color #C7A7AD in popluar number systems.

HEXC7A7AD
Decimal199167173
Binary110001111010011110101101
Octal307247255

Shades and tints

Shades of #C7A7AD

#C7A7AD
(199,167,173)
#B5989E
(181,152,158)
#A3898F
(163,137,143)
#917A80
(145,122,128)
#7F6B71
(127,107,113)
#6D5C62
(109,92,98)
#5B4D53
(91,77,83)
#493E44
(73,62,68)
#372F35
(55,47,53)
#252026
(37,32,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #C7A7AD

#C7A7AD
(199,167,173)
#CCAFB4
(204,175,180)
#D1B7BB
(209,183,187)
#D6BFC2
(214,191,194)
#DBC7C9
(219,199,201)
#E0CFD0
(224,207,208)
#E5D7D7
(229,215,215)
#EADFDE
(234,223,222)
#EFE7E5
(239,231,229)
#F4EFEC
(244,239,236)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A7AD color. Also use rgb(199,167,173) instead hex code.

Text Font Color

.myTextColor { color: #C7A7AD; }

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

This text font color is #C7A7AD.


Background Color

.myBgColor { background-color: #C7A7AD; }

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

This div background color is #C7A7AD.


Border color

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

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

This div border color is #C7A7AD.


Opacity

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

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

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

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

This text has shadow with #C7A7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A7AD on black background.


Color preview on white background

This text has color #C7A7AD on white background.



Black color preview on #C7A7AD background

This text has black color on #C7A7AD background.


White color preview on #C7A7AD background

This text has white color on #C7A7AD background.