COLOR #C7E0FE

HEX: #C7E0FE RGB: (199,224,254)

Color info

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

RGB color model

#C7E0FE color RGB value is (199,224,254).

RGB: (199,224,254) (78%, 88%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 224 of 255 = 88%
B 254 of 255 = 100%

199
224
254

R + G + B ~ 89%. #C7E0FE is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 224 + 254 = 677 (100%)
R 199 of 677 ~ 29.39%
G 224 of 677 ~ 33.09%
B 254 of 677 ~ 37.52'%

%29.39
%33.09
%37.52

CMYK color model

#C7E0FE color CMYK value is (22,12,0,0).

  • cyan value is 21.65%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (22,12,0,0)
C22M12Y0K0 (22%, 12%, 0%, 0%)
(0.22 / 0.12 / 0.00 / 0.00)

CMYK percentages

%21.65
%11.81
%0
%0.39

Codes

Color #C7E0FE in popluar color models

C7 E0 FE
RGB 199 224 254
HSL 213° 96.49% 88.82%
HSB/HSV 213° 21.65% 99.61%
CMYK 21.65% 11.81% 0.00%
0.39%

Color #C7E0FE in popluar number systems.

HEX C7 E0 FE
Decimal 199 224 254
Binary 11000111 11100000 11111110
Octal 307 340 376

Shades and tints

Shades of #C7E0FE

#C7E0FE
(199,224,254)
#B5CCE7
(181,204,231)
#A3B8D0
(163,184,208)
#91A4B9
(145,164,185)
#7F90A2
(127,144,162)
#6D7C8B
(109,124,139)
#5B6874
(91,104,116)
#49545D
(73,84,93)
#374046
(55,64,70)
#252C2F
(37,44,47)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7E0FE

#C7E0FE
(199,224,254)
#CCE2FE
(204,226,254)
#D1E4FE
(209,228,254)
#D6E6FE
(214,230,254)
#DBE8FE
(219,232,254)
#E0EAFE
(224,234,254)
#E5ECFE
(229,236,254)
#EAEEFE
(234,238,254)
#EFF0FE
(239,240,254)
#F4F2FE
(244,242,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E0FE color. Also use rgb(199,224,254) instead hex code.

Text Font Color

.myTextColor { color: #C7E0FE; }

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

This text font color is #C7E0FE.

Background Color

.myBgColor { background-color: #C7E0FE; }

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

This div background color is #C7E0FE.

Border color

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

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

This div border color is #C7E0FE.

Opacity

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

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

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

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

This text has shadow with #C7E0FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E0FE.

Preview

Color preview on black background

This text has color #C7E0FE on black background.


Color preview on white background

This text has color #C7E0FE on white background.


Black color preview on #C7E0FE background

This text has black color on #C7E0FE background.


White color preview on #C7E0FE background

This text has white color on #C7E0FE background.


Related colors

Complementary color

Complementary color for #hex is #381F01.


I love getcolorcode.com

Triadic colors

1 #FEC7E0 and #E0FEC7 with #C7E0FE are triadic colors.

2 #FEE0C7 and #E0C7FE with #C7E0FE are triadic colors.