COLOR #C7CCDD

HEX: #C7CCDD
RGB: (199,204,221)

Color info

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

RGB color model

#C7CCDD color RGB value is (199,204,221).

  • red value is 199;
  • green value is 204;
  • blue value is 221.
RGB:
(199,204,221)
(78%,80%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 221 of 255 = 87%

199
204
221

R + G + B ~ 82%. #C7CCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 221 = 624 (100%)
R 199 of 624 ~ 31.89%
G 204 of 624 ~ 32.69%
B 221 of 624 ~ 35.42%

%31.89
%32.69
%35.42

CMYK color model

#C7CCDD color CMYK value is (10,8,0,13).

  • cyan value is 9.95%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,8,0,13)
C10M8Y0K13 
(10%,8%,0%,13%)
(0.10/0.08/0.00/0.13)	

CMYK percentages

%9.95
%7.69
%0
%13.33

Codes

Color #C7CCDD in popluar color models

C7CCDD
RGB199204221
HSL226°24.44%82.35%
HSB/HSV226°9.95%86.67%
CMYK9.95%7.69%0.00%
13.33%

Color #C7CCDD in popluar number systems.

HEXC7CCDD
Decimal199204221
Binary110001111100110011011101
Octal307314335

Shades and tints

Shades of #C7CCDD

#C7CCDD
(199,204,221)
#B5BAC9
(181,186,201)
#A3A8B5
(163,168,181)
#9196A1
(145,150,161)
#7F848D
(127,132,141)
#6D7279
(109,114,121)
#5B6065
(91,96,101)
#494E51
(73,78,81)
#373C3D
(55,60,61)
#252A29
(37,42,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7CCDD

#C7CCDD
(199,204,221)
#CCD0E0
(204,208,224)
#D1D4E3
(209,212,227)
#D6D8E6
(214,216,230)
#DBDCE9
(219,220,233)
#E0E0EC
(224,224,236)
#E5E4EF
(229,228,239)
#EAE8F2
(234,232,242)
#EFECF5
(239,236,245)
#F4F0F8
(244,240,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCDD color. Also use rgb(199,204,221) instead hex code.

Text Font Color

.myTextColor { color: #C7CCDD; }

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

This text font color is #C7CCDD.


Background Color

.myBgColor { background-color: #C7CCDD; }

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

This div background color is #C7CCDD.


Border color

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

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

This div border color is #C7CCDD.


Opacity

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

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

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

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

This text has shadow with #C7CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCDD on black background.


Color preview on white background

This text has color #C7CCDD on white background.



Black color preview on #C7CCDD background

This text has black color on #C7CCDD background.


White color preview on #C7CCDD background

This text has white color on #C7CCDD background.