COLOR #C7ADCE

HEX: #C7ADCE
RGB: (199,173,206)

Color info

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

RGB color model

#C7ADCE color RGB value is (199,173,206).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 206 of 255 = 81%

199
173
206

R + G + B ~ 76%. #C7ADCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 206 = 578 (100%)
R 199 of 578 ~ 34.43%
G 173 of 578 ~ 29.93%
B 206 of 578 ~ 35.64%

%34.43
%29.93
%35.64

CMYK color model

#C7ADCE color CMYK value is (3,16,0,19).

  • cyan value is 3.40%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,16,0,19)
C3M16Y0K19 
(3%,16%,0%,19%)
(0.03/0.16/0.00/0.19)	

CMYK percentages

%3.4
%16.02
%0
%19.22

Codes

Color #C7ADCE in popluar color models

C7ADCE
RGB199173206
HSL287°25.19%74.31%
HSB/HSV287°16.02%80.78%
CMYK3.40%16.02%0.00%
19.22%

Color #C7ADCE in popluar number systems.

HEXC7ADCE
Decimal199173206
Binary110001111010110111001110
Octal307255316

Shades and tints

Shades of #C7ADCE

#C7ADCE
(199,173,206)
#B59EBC
(181,158,188)
#A38FAA
(163,143,170)
#918098
(145,128,152)
#7F7186
(127,113,134)
#6D6274
(109,98,116)
#5B5362
(91,83,98)
#494450
(73,68,80)
#37353E
(55,53,62)
#25262C
(37,38,44)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7ADCE

#C7ADCE
(199,173,206)
#CCB4D2
(204,180,210)
#D1BBD6
(209,187,214)
#D6C2DA
(214,194,218)
#DBC9DE
(219,201,222)
#E0D0E2
(224,208,226)
#E5D7E6
(229,215,230)
#EADEEA
(234,222,234)
#EFE5EE
(239,229,238)
#F4ECF2
(244,236,242)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADCE; }

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

This text font color is #C7ADCE.


Background Color

.myBgColor { background-color: #C7ADCE; }

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

This div background color is #C7ADCE.


Border color

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

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

This div border color is #C7ADCE.


Opacity

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

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

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

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

This text has shadow with #C7ADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADCE on black background.


Color preview on white background

This text has color #C7ADCE on white background.



Black color preview on #C7ADCE background

This text has black color on #C7ADCE background.


White color preview on #C7ADCE background

This text has white color on #C7ADCE background.