COLOR #C7ADC3

HEX: #C7ADC3
RGB: (199,173,195)

Color info

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

RGB color model

#C7ADC3 color RGB value is (199,173,195).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 195 of 255 = 76%

199
173
195

R + G + B ~ 74%. #C7ADC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 195 = 567 (100%)
R 199 of 567 ~ 35.1%
G 173 of 567 ~ 30.51%
B 195 of 567 ~ 34.39%

%35.1
%30.51
%34.39

CMYK color model

#C7ADC3 color CMYK value is (0,13,2,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 2.01%
  • key color value is 21.96%
CMYK:
(0,13,2,22)
C0M13Y2K22 
(0%,13%,2%,22%)
(0.00/0.13/0.02/0.22)	

CMYK percentages

%0
%13.07
%2.01
%21.96

Codes

Color #C7ADC3 in popluar color models

C7ADC3
RGB199173195
HSL309°18.84%72.94%
HSB/HSV309°13.07%78.04%
CMYK0.00%13.07%2.01%
21.96%

Color #C7ADC3 in popluar number systems.

HEXC7ADC3
Decimal199173195
Binary110001111010110111000011
Octal307255303

Shades and tints

Shades of #C7ADC3

#C7ADC3
(199,173,195)
#B59EB2
(181,158,178)
#A38FA1
(163,143,161)
#918090
(145,128,144)
#7F717F
(127,113,127)
#6D626E
(109,98,110)
#5B535D
(91,83,93)
#49444C
(73,68,76)
#37353B
(55,53,59)
#25262A
(37,38,42)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7ADC3

#C7ADC3
(199,173,195)
#CCB4C8
(204,180,200)
#D1BBCD
(209,187,205)
#D6C2D2
(214,194,210)
#DBC9D7
(219,201,215)
#E0D0DC
(224,208,220)
#E5D7E1
(229,215,225)
#EADEE6
(234,222,230)
#EFE5EB
(239,229,235)
#F4ECF0
(244,236,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADC3; }

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

This text font color is #C7ADC3.


Background Color

.myBgColor { background-color: #C7ADC3; }

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

This div background color is #C7ADC3.


Border color

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

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

This div border color is #C7ADC3.


Opacity

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

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

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

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

This text has shadow with #C7ADC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADC3 on black background.


Color preview on white background

This text has color #C7ADC3 on white background.



Black color preview on #C7ADC3 background

This text has black color on #C7ADC3 background.


White color preview on #C7ADC3 background

This text has white color on #C7ADC3 background.