COLOR #C7CCEE

HEX: #C7CCEE
RGB: (199,204,238)

Color info

#C7CCEE contains red, green and blue colors in about the same proportion. Web safe color of #C7CCEE is #CCCCFF (or #CCF).

RGB color model

#C7CCEE color RGB value is (199,204,238).

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

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 238 of 255 = 93%

199
204
238

R + G + B ~ 84%. #C7CCEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 238 = 641 (100%)
R 199 of 641 ~ 31.05%
G 204 of 641 ~ 31.83%
B 238 of 641 ~ 37.13%

%31.05
%31.83
%37.13

CMYK color model

#C7CCEE color CMYK value is (16,14,0,7).

  • cyan value is 16.39%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,14,0,7)
C16M14Y0K7 
(16%,14%,0%,7%)
(0.16/0.14/0.00/0.07)	

CMYK percentages

%16.39
%14.29
%0
%6.67

Codes

Color #C7CCEE in popluar color models

C7CCEE
RGB199204238
HSL232°53.42%85.69%
HSB/HSV232°16.39%93.33%
CMYK16.39%14.29%0.00%
6.67%

Color #C7CCEE in popluar number systems.

HEXC7CCEE
Decimal199204238
Binary110001111100110011101110
Octal307314356

Shades and tints

Shades of #C7CCEE

#C7CCEE
(199,204,238)
#B5BAD9
(181,186,217)
#A3A8C4
(163,168,196)
#9196AF
(145,150,175)
#7F849A
(127,132,154)
#6D7285
(109,114,133)
#5B6070
(91,96,112)
#494E5B
(73,78,91)
#373C46
(55,60,70)
#252A31
(37,42,49)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #C7CCEE

#C7CCEE
(199,204,238)
#CCD0EF
(204,208,239)
#D1D4F0
(209,212,240)
#D6D8F1
(214,216,241)
#DBDCF2
(219,220,242)
#E0E0F3
(224,224,243)
#E5E4F4
(229,228,244)
#EAE8F5
(234,232,245)
#EFECF6
(239,236,246)
#F4F0F7
(244,240,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCEE; }

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

This text font color is #C7CCEE.


Background Color

.myBgColor { background-color: #C7CCEE; }

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

This div background color is #C7CCEE.


Border color

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

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

This div border color is #C7CCEE.


Opacity

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

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

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

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

This text has shadow with #C7CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCEE on black background.


Color preview on white background

This text has color #C7CCEE on white background.



Black color preview on #C7CCEE background

This text has black color on #C7CCEE background.


White color preview on #C7CCEE background

This text has white color on #C7CCEE background.