COLOR #C7E9FC

HEX: #C7E9FC RGB: (199,233,252)

Color info

#C7E9FC contains red, green and blue colors in about the same proportion. Web safe color of #C7E9FC is #CCFFFF (or #CFF).

RGB color model

#C7E9FC color RGB value is (199,233,252).

RGB: (199,233,252) (78%, 91%, 99%)

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 252 of 255 = 99%

199
233
252

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

Portions of RGB colors in percentages

R + G + B = 199 + 233 + 252 = 684 (100%)
R 199 of 684 ~ 29.09%
G 233 of 684 ~ 34.06%
B 252 of 684 ~ 36.84'%

%29.09
%34.06
%36.84

CMYK color model

#C7E9FC color CMYK value is (21,8,0,1).

  • cyan value is 21.03%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (21,8,0,1)
C21M8Y0K1 (21%, 8%, 0%, 1%)
(0.21 / 0.08 / 0.00 / 0.01)

CMYK percentages

%21.03
%7.54
%0
%1.18

Codes

Color #C7E9FC in popluar color models

C7 E9 FC
RGB 199 233 252
HSL 202° 89.83% 88.43%
HSB/HSV 202° 21.03% 98.82%
CMYK 21.03% 7.54% 0.00%
1.18%

Color #C7E9FC in popluar number systems.

HEX C7 E9 FC
Decimal 199 233 252
Binary 11000111 11101001 11111100
Octal 307 351 374

Shades and tints

Shades of #C7E9FC

#C7E9FC
(199,233,252)
#B5D4E6
(181,212,230)
#A3BFD0
(163,191,208)
#91AABA
(145,170,186)
#7F95A4
(127,149,164)
#6D808E
(109,128,142)
#5B6B78
(91,107,120)
#495662
(73,86,98)
#37414C
(55,65,76)
#252C36
(37,44,54)
#131720
(19,23,32)
#000000
(0,0,0)

Tints of #C7E9FC

#C7E9FC
(199,233,252)
#CCEBFC
(204,235,252)
#D1EDFC
(209,237,252)
#D6EFFC
(214,239,252)
#DBF1FC
(219,241,252)
#E0F3FC
(224,243,252)
#E5F5FC
(229,245,252)
#EAF7FC
(234,247,252)
#EFF9FC
(239,249,252)
#F4FBFC
(244,251,252)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9FC color. Also use rgb(199,233,252) instead hex code.

Text Font Color

.myTextColor { color: #C7E9FC; }

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

This text font color is #C7E9FC.

Background Color

.myBgColor { background-color: #C7E9FC; }

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

This div background color is #C7E9FC.

Border color

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

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

This div border color is #C7E9FC.

Opacity

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

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

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

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

This text has shadow with #C7E9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E9FC.

Preview

Color preview on black background

This text has color #C7E9FC on black background.


Color preview on white background

This text has color #C7E9FC on white background.


Black color preview on #C7E9FC background

This text has black color on #C7E9FC background.


White color preview on #C7E9FC background

This text has white color on #C7E9FC background.


Related colors

Complementary color

Complementary color for #hex is #381603.


I love getcolorcode.com

Triadic colors

1 #FCC7E9 and #E9FCC7 with #C7E9FC are triadic colors.

2 #FCE9C7 and #E9C7FC with #C7E9FC are triadic colors.