COLOR #C7ADC6

HEX: #C7ADC6
RGB: (199,173,198)

Color info

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

RGB color model

#C7ADC6 color RGB value is (199,173,198).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 198 of 255 = 78%

199
173
198

R + G + B ~ 75%. #C7ADC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 198 = 570 (100%)
R 199 of 570 ~ 34.91%
G 173 of 570 ~ 30.35%
B 198 of 570 ~ 34.74%

%34.91
%30.35
%34.74

CMYK color model

#C7ADC6 color CMYK value is (0,13,1,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 0.50%
  • key color value is 21.96%
CMYK:
(0,13,1,22)
C0M13Y1K22 
(0%,13%,1%,22%)
(0.00/0.13/0.01/0.22)	

CMYK percentages

%0
%13.07
%0.5
%21.96

Codes

Color #C7ADC6 in popluar color models

C7ADC6
RGB199173198
HSL302°18.84%72.94%
HSB/HSV302°13.07%78.04%
CMYK0.00%13.07%0.50%
21.96%

Color #C7ADC6 in popluar number systems.

HEXC7ADC6
Decimal199173198
Binary110001111010110111000110
Octal307255306

Shades and tints

Shades of #C7ADC6

#C7ADC6
(199,173,198)
#B59EB4
(181,158,180)
#A38FA2
(163,143,162)
#918090
(145,128,144)
#7F717E
(127,113,126)
#6D626C
(109,98,108)
#5B535A
(91,83,90)
#494448
(73,68,72)
#373536
(55,53,54)
#252624
(37,38,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #C7ADC6

#C7ADC6
(199,173,198)
#CCB4CB
(204,180,203)
#D1BBD0
(209,187,208)
#D6C2D5
(214,194,213)
#DBC9DA
(219,201,218)
#E0D0DF
(224,208,223)
#E5D7E4
(229,215,228)
#EADEE9
(234,222,233)
#EFE5EE
(239,229,238)
#F4ECF3
(244,236,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADC6; }

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

This text font color is #C7ADC6.


Background Color

.myBgColor { background-color: #C7ADC6; }

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

This div background color is #C7ADC6.


Border color

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

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

This div border color is #C7ADC6.


Opacity

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

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

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

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

This text has shadow with #C7ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADC6 on black background.


Color preview on white background

This text has color #C7ADC6 on white background.



Black color preview on #C7ADC6 background

This text has black color on #C7ADC6 background.


White color preview on #C7ADC6 background

This text has white color on #C7ADC6 background.