COLOR #C7AD98

HEX: #C7AD98
RGB: (199,173,152)

Color info

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

RGB color model

#C7AD98 color RGB value is (199,173,152).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 152 of 255 = 60%

199
173
152

R + G + B ~ 69%. #C7AD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 152 = 524 (100%)
R 199 of 524 ~ 37.98%
G 173 of 524 ~ 33.02%
B 152 of 524 ~ 29.01%

%37.98
%33.02
%29.01

CMYK color model

#C7AD98 color CMYK value is (0,13,24,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 23.62%
  • key color value is 21.96%
CMYK:
(0,13,24,22)
C0M13Y24K22 
(0%,13%,24%,22%)
(0.00/0.13/0.24/0.22)	

CMYK percentages

%0
%13.07
%23.62
%21.96

Codes

Color #C7AD98 in popluar color models

C7AD98
RGB199173152
HSL27°29.56%68.82%
HSB/HSV27°23.62%78.04%
CMYK0.00%13.07%23.62%
21.96%

Color #C7AD98 in popluar number systems.

HEXC7AD98
Decimal199173152
Binary110001111010110110011000
Octal307255230

Shades and tints

Shades of #C7AD98

#C7AD98
(199,173,152)
#B59E8B
(181,158,139)
#A38F7E
(163,143,126)
#918071
(145,128,113)
#7F7164
(127,113,100)
#6D6257
(109,98,87)
#5B534A
(91,83,74)
#49443D
(73,68,61)
#373530
(55,53,48)
#252623
(37,38,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7AD98

#C7AD98
(199,173,152)
#CCB4A1
(204,180,161)
#D1BBAA
(209,187,170)
#D6C2B3
(214,194,179)
#DBC9BC
(219,201,188)
#E0D0C5
(224,208,197)
#E5D7CE
(229,215,206)
#EADED7
(234,222,215)
#EFE5E0
(239,229,224)
#F4ECE9
(244,236,233)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AD98; }

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

This text font color is #C7AD98.


Background Color

.myBgColor { background-color: #C7AD98; }

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

This div background color is #C7AD98.


Border color

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

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

This div border color is #C7AD98.


Opacity

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

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

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

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

This text has shadow with #C7AD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AD98 on black background.


Color preview on white background

This text has color #C7AD98 on white background.



Black color preview on #C7AD98 background

This text has black color on #C7AD98 background.


White color preview on #C7AD98 background

This text has white color on #C7AD98 background.