COLOR #C7ADB3

HEX: #C7ADB3
RGB: (199,173,179)

Color info

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

RGB color model

#C7ADB3 color RGB value is (199,173,179).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 179 of 255 = 70%

199
173
179

R + G + B ~ 72%. #C7ADB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 179 = 551 (100%)
R 199 of 551 ~ 36.12%
G 173 of 551 ~ 31.4%
B 179 of 551 ~ 32.49%

%36.12
%31.4
%32.49

CMYK color model

#C7ADB3 color CMYK value is (0,13,10,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK:
(0,13,10,22)
C0M13Y10K22 
(0%,13%,10%,22%)
(0.00/0.13/0.10/0.22)	

CMYK percentages

%0
%13.07
%10.05
%21.96

Codes

Color #C7ADB3 in popluar color models

C7ADB3
RGB199173179
HSL346°18.84%72.94%
HSB/HSV346°13.07%78.04%
CMYK0.00%13.07%10.05%
21.96%

Color #C7ADB3 in popluar number systems.

HEXC7ADB3
Decimal199173179
Binary110001111010110110110011
Octal307255263

Shades and tints

Shades of #C7ADB3

#C7ADB3
(199,173,179)
#B59EA3
(181,158,163)
#A38F93
(163,143,147)
#918083
(145,128,131)
#7F7173
(127,113,115)
#6D6263
(109,98,99)
#5B5353
(91,83,83)
#494443
(73,68,67)
#373533
(55,53,51)
#252623
(37,38,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7ADB3

#C7ADB3
(199,173,179)
#CCB4B9
(204,180,185)
#D1BBBF
(209,187,191)
#D6C2C5
(214,194,197)
#DBC9CB
(219,201,203)
#E0D0D1
(224,208,209)
#E5D7D7
(229,215,215)
#EADEDD
(234,222,221)
#EFE5E3
(239,229,227)
#F4ECE9
(244,236,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADB3; }

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

This text font color is #C7ADB3.


Background Color

.myBgColor { background-color: #C7ADB3; }

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

This div background color is #C7ADB3.


Border color

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

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

This div border color is #C7ADB3.


Opacity

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

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

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

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

This text has shadow with #C7ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADB3 on black background.


Color preview on white background

This text has color #C7ADB3 on white background.



Black color preview on #C7ADB3 background

This text has black color on #C7ADB3 background.


White color preview on #C7ADB3 background

This text has white color on #C7ADB3 background.