COLOR #C7ADA1

HEX: #C7ADA1
RGB: (199,173,161)

Color info

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

RGB color model

#C7ADA1 color RGB value is (199,173,161).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 161 of 255 = 63%

199
173
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 161 = 533 (100%)
R 199 of 533 ~ 37.34%
G 173 of 533 ~ 32.46%
B 161 of 533 ~ 30.21%

%37.34
%32.46
%30.21

CMYK color model

#C7ADA1 color CMYK value is (0,13,19,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,13,19,22)
C0M13Y19K22 
(0%,13%,19%,22%)
(0.00/0.13/0.19/0.22)	

CMYK percentages

%0
%13.07
%19.1
%21.96

Codes

Color #C7ADA1 in popluar color models

C7ADA1
RGB199173161
HSL19°25.33%70.59%
HSB/HSV19°19.10%78.04%
CMYK0.00%13.07%19.10%
21.96%

Color #C7ADA1 in popluar number systems.

HEXC7ADA1
Decimal199173161
Binary110001111010110110100001
Octal307255241

Shades and tints

Shades of #C7ADA1

#C7ADA1
(199,173,161)
#B59E93
(181,158,147)
#A38F85
(163,143,133)
#918077
(145,128,119)
#7F7169
(127,113,105)
#6D625B
(109,98,91)
#5B534D
(91,83,77)
#49443F
(73,68,63)
#373531
(55,53,49)
#252623
(37,38,35)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7ADA1

#C7ADA1
(199,173,161)
#CCB4A9
(204,180,169)
#D1BBB1
(209,187,177)
#D6C2B9
(214,194,185)
#DBC9C1
(219,201,193)
#E0D0C9
(224,208,201)
#E5D7D1
(229,215,209)
#EADED9
(234,222,217)
#EFE5E1
(239,229,225)
#F4ECE9
(244,236,233)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADA1; }

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

This text font color is #C7ADA1.


Background Color

.myBgColor { background-color: #C7ADA1; }

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

This div background color is #C7ADA1.


Border color

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

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

This div border color is #C7ADA1.


Opacity

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

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

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

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

This text has shadow with #C7ADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADA1 on black background.


Color preview on white background

This text has color #C7ADA1 on white background.



Black color preview on #C7ADA1 background

This text has black color on #C7ADA1 background.


White color preview on #C7ADA1 background

This text has white color on #C7ADA1 background.