COLOR #C7ADAB

HEX: #C7ADAB
RGB: (199,173,171)

Color info

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

RGB color model

#C7ADAB color RGB value is (199,173,171).

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

RGB channels and saturation

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

199
173
171

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

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 171 = 543 (100%)
R 199 of 543 ~ 36.65%
G 173 of 543 ~ 31.86%
B 171 of 543 ~ 31.49%

%36.65
%31.86
%31.49

CMYK color model

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

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

CMYK percentages

%0
%13.07
%14.07
%21.96

Codes

Color #C7ADAB in popluar color models

C7ADAB
RGB199173171
HSL20.00%72.55%
HSB/HSV14.07%78.04%
CMYK0.00%13.07%14.07%
21.96%

Color #C7ADAB in popluar number systems.

HEXC7ADAB
Decimal199173171
Binary110001111010110110101011
Octal307255253

Shades and tints

Shades of #C7ADAB

#C7ADAB
(199,173,171)
#B59E9C
(181,158,156)
#A38F8D
(163,143,141)
#91807E
(145,128,126)
#7F716F
(127,113,111)
#6D6260
(109,98,96)
#5B5351
(91,83,81)
#494442
(73,68,66)
#373533
(55,53,51)
#252624
(37,38,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7ADAB

#C7ADAB
(199,173,171)
#CCB4B2
(204,180,178)
#D1BBB9
(209,187,185)
#D6C2C0
(214,194,192)
#DBC9C7
(219,201,199)
#E0D0CE
(224,208,206)
#E5D7D5
(229,215,213)
#EADEDC
(234,222,220)
#EFE5E3
(239,229,227)
#F4ECEA
(244,236,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADAB; }

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

This text font color is #C7ADAB.


Background Color

.myBgColor { background-color: #C7ADAB; }

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

This div background color is #C7ADAB.


Border color

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

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

This div border color is #C7ADAB.


Opacity

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

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

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

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

This text has shadow with #C7ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADAB on black background.


Color preview on white background

This text has color #C7ADAB on white background.



Black color preview on #C7ADAB background

This text has black color on #C7ADAB background.


White color preview on #C7ADAB background

This text has white color on #C7ADAB background.