COLOR #C7ADB9

HEX: #C7ADB9
RGB: (199,173,185)

Color info

#C7ADB9 contains red, green and blue colors in about the same proportion. Web safe color of #C7ADB9 is #CC99CC (or #C9C).

RGB color model

#C7ADB9 color RGB value is (199,173,185).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 185 of 255 = 73%

199
173
185

R + G + B ~ 73%. #C7ADB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 185 = 557 (100%)
R 199 of 557 ~ 35.73%
G 173 of 557 ~ 31.06%
B 185 of 557 ~ 33.21%

%35.73
%31.06
%33.21

CMYK color model

#C7ADB9 color CMYK value is (0,13,7,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 7.04%
  • key color value is 21.96%
CMYK:
(0,13,7,22)
C0M13Y7K22 
(0%,13%,7%,22%)
(0.00/0.13/0.07/0.22)	

CMYK percentages

%0
%13.07
%7.04
%21.96

Codes

Color #C7ADB9 in popluar color models

C7ADB9
RGB199173185
HSL332°18.84%72.94%
HSB/HSV332°13.07%78.04%
CMYK0.00%13.07%7.04%
21.96%

Color #C7ADB9 in popluar number systems.

HEXC7ADB9
Decimal199173185
Binary110001111010110110111001
Octal307255271

Shades and tints

Shades of #C7ADB9

#C7ADB9
(199,173,185)
#B59EA9
(181,158,169)
#A38F99
(163,143,153)
#918089
(145,128,137)
#7F7179
(127,113,121)
#6D6269
(109,98,105)
#5B5359
(91,83,89)
#494449
(73,68,73)
#373539
(55,53,57)
#252629
(37,38,41)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7ADB9

#C7ADB9
(199,173,185)
#CCB4BF
(204,180,191)
#D1BBC5
(209,187,197)
#D6C2CB
(214,194,203)
#DBC9D1
(219,201,209)
#E0D0D7
(224,208,215)
#E5D7DD
(229,215,221)
#EADEE3
(234,222,227)
#EFE5E9
(239,229,233)
#F4ECEF
(244,236,239)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADB9; }

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

This text font color is #C7ADB9.


Background Color

.myBgColor { background-color: #C7ADB9; }

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

This div background color is #C7ADB9.


Border color

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

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

This div border color is #C7ADB9.


Opacity

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

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

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

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

This text has shadow with #C7ADB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADB9 on black background.


Color preview on white background

This text has color #C7ADB9 on white background.



Black color preview on #C7ADB9 background

This text has black color on #C7ADB9 background.


White color preview on #C7ADB9 background

This text has white color on #C7ADB9 background.