COLOR #C7C8DF

HEX: #C7C8DF
RGB: (199,200,223)

Color info

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

RGB color model

#C7C8DF color RGB value is (199,200,223).

  • red value is 199;
  • green value is 200;
  • blue value is 223.
RGB:
(199,200,223)
(78%,78%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 223 of 255 = 87%

199
200
223

R + G + B ~ 81%. #C7C8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 223 = 622 (100%)
R 199 of 622 ~ 31.99%
G 200 of 622 ~ 32.15%
B 223 of 622 ~ 35.85%

%31.99
%32.15
%35.85

CMYK color model

#C7C8DF color CMYK value is (11,10,0,13).

  • cyan value is 10.76%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,10,0,13)
C11M10Y0K13 
(11%,10%,0%,13%)
(0.11/0.10/0.00/0.13)	

CMYK percentages

%10.76
%10.31
%0
%12.55

Codes

Color #C7C8DF in popluar color models

C7C8DF
RGB199200223
HSL238°27.27%82.75%
HSB/HSV238°10.76%87.45%
CMYK10.76%10.31%0.00%
12.55%

Color #C7C8DF in popluar number systems.

HEXC7C8DF
Decimal199200223
Binary110001111100100011011111
Octal307310337

Shades and tints

Shades of #C7C8DF

#C7C8DF
(199,200,223)
#B5B6CB
(181,182,203)
#A3A4B7
(163,164,183)
#9192A3
(145,146,163)
#7F808F
(127,128,143)
#6D6E7B
(109,110,123)
#5B5C67
(91,92,103)
#494A53
(73,74,83)
#37383F
(55,56,63)
#25262B
(37,38,43)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #C7C8DF

#C7C8DF
(199,200,223)
#CCCDE1
(204,205,225)
#D1D2E3
(209,210,227)
#D6D7E5
(214,215,229)
#DBDCE7
(219,220,231)
#E0E1E9
(224,225,233)
#E5E6EB
(229,230,235)
#EAEBED
(234,235,237)
#EFF0EF
(239,240,239)
#F4F5F1
(244,245,241)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C8DF color. Also use rgb(199,200,223) instead hex code.

Text Font Color

.myTextColor { color: #C7C8DF; }

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

This text font color is #C7C8DF.


Background Color

.myBgColor { background-color: #C7C8DF; }

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

This div background color is #C7C8DF.


Border color

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

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

This div border color is #C7C8DF.


Opacity

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

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

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

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

This text has shadow with #C7C8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8DF on black background.


Color preview on white background

This text has color #C7C8DF on white background.



Black color preview on #C7C8DF background

This text has black color on #C7C8DF background.


White color preview on #C7C8DF background

This text has white color on #C7C8DF background.