COLOR #C7CEF7

HEX: #C7CEF7
RGB: (199,206,247)

Color info

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

RGB color model

#C7CEF7 color RGB value is (199,206,247).

  • red value is 199;
  • green value is 206;
  • blue value is 247.
RGB:
(199,206,247)
(78%,81%,97%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 247 of 255 = 97%

199
206
247

R + G + B ~ 85%. #C7CEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 247 = 652 (100%)
R 199 of 652 ~ 30.52%
G 206 of 652 ~ 31.6%
B 247 of 652 ~ 37.88%

%30.52
%31.6
%37.88

CMYK color model

#C7CEF7 color CMYK value is (19,17,0,3).

  • cyan value is 19.43%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,17,0,3)
C19M17Y0K3 
(19%,17%,0%,3%)
(0.19/0.17/0.00/0.03)	

CMYK percentages

%19.43
%16.6
%0
%3.14

Codes

Color #C7CEF7 in popluar color models

C7CEF7
RGB199206247
HSL231°75.00%87.45%
HSB/HSV231°19.43%96.86%
CMYK19.43%16.60%0.00%
3.14%

Color #C7CEF7 in popluar number systems.

HEXC7CEF7
Decimal199206247
Binary110001111100111011110111
Octal307316367

Shades and tints

Shades of #C7CEF7

#C7CEF7
(199,206,247)
#B5BCE1
(181,188,225)
#A3AACB
(163,170,203)
#9198B5
(145,152,181)
#7F869F
(127,134,159)
#6D7489
(109,116,137)
#5B6273
(91,98,115)
#49505D
(73,80,93)
#373E47
(55,62,71)
#252C31
(37,44,49)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #C7CEF7

#C7CEF7
(199,206,247)
#CCD2F7
(204,210,247)
#D1D6F7
(209,214,247)
#D6DAF7
(214,218,247)
#DBDEF7
(219,222,247)
#E0E2F7
(224,226,247)
#E5E6F7
(229,230,247)
#EAEAF7
(234,234,247)
#EFEEF7
(239,238,247)
#F4F2F7
(244,242,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CEF7 color. Also use rgb(199,206,247) instead hex code.

Text Font Color

.myTextColor { color: #C7CEF7; }

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

This text font color is #C7CEF7.


Background Color

.myBgColor { background-color: #C7CEF7; }

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

This div background color is #C7CEF7.


Border color

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

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

This div border color is #C7CEF7.


Opacity

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

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

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

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

This text has shadow with #C7CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CEF7 on black background.


Color preview on white background

This text has color #C7CEF7 on white background.



Black color preview on #C7CEF7 background

This text has black color on #C7CEF7 background.


White color preview on #C7CEF7 background

This text has white color on #C7CEF7 background.