COLOR #C7CFEC

HEX: #C7CFEC
RGB: (199,207,236)

Color info

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

RGB color model

#C7CFEC color RGB value is (199,207,236).

  • red value is 199;
  • green value is 207;
  • blue value is 236.
RGB:
(199,207,236)
(78%,81%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 236 of 255 = 93%

199
207
236

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

Portions of RGB colors in percentages

R + G + B =
199 + 207 + 236 = 642 (100%)
R 199 of 642 ~ 31%
G 207 of 642 ~ 32.24%
B 236 of 642 ~ 36.76%

%31
%32.24
%36.76

CMYK color model

#C7CFEC color CMYK value is (16,12,0,7).

  • cyan value is 15.68%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(16,12,0,7)
C16M12Y0K7 
(16%,12%,0%,7%)
(0.16/0.12/0.00/0.07)	

CMYK percentages

%15.68
%12.29
%0
%7.45

Codes

Color #C7CFEC in popluar color models

C7CFEC
RGB199207236
HSL227°49.33%85.29%
HSB/HSV227°15.68%92.55%
CMYK15.68%12.29%0.00%
7.45%

Color #C7CFEC in popluar number systems.

HEXC7CFEC
Decimal199207236
Binary110001111100111111101100
Octal307317354

Shades and tints

Shades of #C7CFEC

#C7CFEC
(199,207,236)
#B5BDD7
(181,189,215)
#A3ABC2
(163,171,194)
#9199AD
(145,153,173)
#7F8798
(127,135,152)
#6D7583
(109,117,131)
#5B636E
(91,99,110)
#495159
(73,81,89)
#373F44
(55,63,68)
#252D2F
(37,45,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7CFEC

#C7CFEC
(199,207,236)
#CCD3ED
(204,211,237)
#D1D7EE
(209,215,238)
#D6DBEF
(214,219,239)
#DBDFF0
(219,223,240)
#E0E3F1
(224,227,241)
#E5E7F2
(229,231,242)
#EAEBF3
(234,235,243)
#EFEFF4
(239,239,244)
#F4F3F5
(244,243,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFEC color. Also use rgb(199,207,236) instead hex code.

Text Font Color

.myTextColor { color: #C7CFEC; }

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

This text font color is #C7CFEC.


Background Color

.myBgColor { background-color: #C7CFEC; }

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

This div background color is #C7CFEC.


Border color

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

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

This div border color is #C7CFEC.


Opacity

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

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

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

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

This text has shadow with #C7CFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CFEC on black background.


Color preview on white background

This text has color #C7CFEC on white background.



Black color preview on #C7CFEC background

This text has black color on #C7CFEC background.


White color preview on #C7CFEC background

This text has white color on #C7CFEC background.