COLOR #C7C0D1

HEX: #C7C0D1
RGB: (199,192,209)

Color info

#C7C0D1 contains red, green and blue colors in about the same proportion. Web safe color of #C7C0D1 is #CCCCCC (or #CCC).

RGB color model

#C7C0D1 color RGB value is (199,192,209).

  • red value is 199;
  • green value is 192;
  • blue value is 209.
RGB:
(199,192,209)
(78%,75%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 209 of 255 = 82%

199
192
209

R + G + B ~ 78%. #C7C0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 209 = 600 (100%)
R 199 of 600 ~ 33.17%
G 192 of 600 ~ 32%
B 209 of 600 ~ 34.83%

%33.17
%32
%34.83

CMYK color model

#C7C0D1 color CMYK value is (5,8,0,18).

  • cyan value is 4.78%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,8,0,18)
C5M8Y0K18 
(5%,8%,0%,18%)
(0.05/0.08/0.00/0.18)	

CMYK percentages

%4.78
%8.13
%0
%18.04

Codes

Color #C7C0D1 in popluar color models

C7C0D1
RGB199192209
HSL265°15.60%78.63%
HSB/HSV265°8.13%81.96%
CMYK4.78%8.13%0.00%
18.04%

Color #C7C0D1 in popluar number systems.

HEXC7C0D1
Decimal199192209
Binary110001111100000011010001
Octal307300321

Shades and tints

Shades of #C7C0D1

#C7C0D1
(199,192,209)
#B5AFBE
(181,175,190)
#A39EAB
(163,158,171)
#918D98
(145,141,152)
#7F7C85
(127,124,133)
#6D6B72
(109,107,114)
#5B5A5F
(91,90,95)
#49494C
(73,73,76)
#373839
(55,56,57)
#252726
(37,39,38)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7C0D1

#C7C0D1
(199,192,209)
#CCC5D5
(204,197,213)
#D1CAD9
(209,202,217)
#D6CFDD
(214,207,221)
#DBD4E1
(219,212,225)
#E0D9E5
(224,217,229)
#E5DEE9
(229,222,233)
#EAE3ED
(234,227,237)
#EFE8F1
(239,232,241)
#F4EDF5
(244,237,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C0D1 color. Also use rgb(199,192,209) instead hex code.

Text Font Color

.myTextColor { color: #C7C0D1; }

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

This text font color is #C7C0D1.


Background Color

.myBgColor { background-color: #C7C0D1; }

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

This div background color is #C7C0D1.


Border color

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

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

This div border color is #C7C0D1.


Opacity

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

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

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

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

This text has shadow with #C7C0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C0D1 on black background.


Color preview on white background

This text has color #C7C0D1 on white background.



Black color preview on #C7C0D1 background

This text has black color on #C7C0D1 background.


White color preview on #C7C0D1 background

This text has white color on #C7C0D1 background.