COLOR #C7CEF8

HEX: #C7CEF8
RGB: (199,206,248)

Color info

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

RGB color model

#C7CEF8 color RGB value is (199,206,248).

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

RGB channels and saturation

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

199
206
248

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

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 248 = 653 (100%)
R 199 of 653 ~ 30.47%
G 206 of 653 ~ 31.55%
B 248 of 653 ~ 37.98%

%30.47
%31.55
%37.98

CMYK color model

#C7CEF8 color CMYK value is (20,17,0,3).

  • cyan value is 19.76%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(20,17,0,3)
C20M17Y0K3 
(20%,17%,0%,3%)
(0.20/0.17/0.00/0.03)	

CMYK percentages

%19.76
%16.94
%0
%2.75

Codes

Color #C7CEF8 in popluar color models

C7CEF8
RGB199206248
HSL231°77.78%87.65%
HSB/HSV231°19.76%97.25%
CMYK19.76%16.94%0.00%
2.75%

Color #C7CEF8 in popluar number systems.

HEXC7CEF8
Decimal199206248
Binary110001111100111011111000
Octal307316370

Shades and tints

Shades of #C7CEF8

#C7CEF8
(199,206,248)
#B5BCE2
(181,188,226)
#A3AACC
(163,170,204)
#9198B6
(145,152,182)
#7F86A0
(127,134,160)
#6D748A
(109,116,138)
#5B6274
(91,98,116)
#49505E
(73,80,94)
#373E48
(55,62,72)
#252C32
(37,44,50)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #C7CEF8

#C7CEF8
(199,206,248)
#CCD2F8
(204,210,248)
#D1D6F8
(209,214,248)
#D6DAF8
(214,218,248)
#DBDEF8
(219,222,248)
#E0E2F8
(224,226,248)
#E5E6F8
(229,230,248)
#EAEAF8
(234,234,248)
#EFEEF8
(239,238,248)
#F4F2F8
(244,242,248)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CEF8; }

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

This text font color is #C7CEF8.


Background Color

.myBgColor { background-color: #C7CEF8; }

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

This div background color is #C7CEF8.


Border color

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

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

This div border color is #C7CEF8.


Opacity

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

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

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

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

This text has shadow with #C7CEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CEF8 on black background.


Color preview on white background

This text has color #C7CEF8 on white background.



Black color preview on #C7CEF8 background

This text has black color on #C7CEF8 background.


White color preview on #C7CEF8 background

This text has white color on #C7CEF8 background.