COLOR #C7EEFC

HEX: #C7EEFC RGB: (199,238,252)

Color info

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

RGB color model

#C7EEFC color RGB value is (199,238,252).

RGB: (199,238,252) (78%, 93%, 99%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 252 of 255 = 99%

199
238
252

R + G + B ~ 90%. #C7EEFC is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 238 + 252 = 689 (100%)
R 199 of 689 ~ 28.88%
G 238 of 689 ~ 34.54%
B 252 of 689 ~ 36.57'%

%28.88
%34.54
%36.57

CMYK color model

#C7EEFC color CMYK value is (21,6,0,1).

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

CMYK: (21,6,0,1)
C21M6Y0K1 (21%, 6%, 0%, 1%)
(0.21 / 0.06 / 0.00 / 0.01)

CMYK percentages

%21.03
%5.56
%0
%1.18

Codes

Color #C7EEFC in popluar color models

C7 EE FC
RGB 199 238 252
HSL 196° 89.83% 88.43%
HSB/HSV 196° 21.03% 98.82%
CMYK 21.03% 5.56% 0.00%
1.18%

Color #C7EEFC in popluar number systems.

HEX C7 EE FC
Decimal 199 238 252
Binary 11000111 11101110 11111100
Octal 307 356 374

Shades and tints

Shades of #C7EEFC

#C7EEFC
(199,238,252)
#B5D9E6
(181,217,230)
#A3C4D0
(163,196,208)
#91AFBA
(145,175,186)
#7F9AA4
(127,154,164)
#6D858E
(109,133,142)
#5B7078
(91,112,120)
#495B62
(73,91,98)
#37464C
(55,70,76)
#253136
(37,49,54)
#131C20
(19,28,32)
#000000
(0,0,0)

Tints of #C7EEFC

#C7EEFC
(199,238,252)
#CCEFFC
(204,239,252)
#D1F0FC
(209,240,252)
#D6F1FC
(214,241,252)
#DBF2FC
(219,242,252)
#E0F3FC
(224,243,252)
#E5F4FC
(229,244,252)
#EAF5FC
(234,245,252)
#EFF6FC
(239,246,252)
#F4F7FC
(244,247,252)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEFC; }

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

This text font color is #C7EEFC.

Background Color

.myBgColor { background-color: #C7EEFC; }

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

This div background color is #C7EEFC.

Border color

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

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

This div border color is #C7EEFC.

Opacity

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

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

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

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

This text has shadow with #C7EEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EEFC.

Preview

Color preview on black background

This text has color #C7EEFC on black background.


Color preview on white background

This text has color #C7EEFC on white background.


Black color preview on #C7EEFC background

This text has black color on #C7EEFC background.


White color preview on #C7EEFC background

This text has white color on #C7EEFC background.


Related colors

Complementary color

Complementary color for #hex is #381103.


I love getcolorcode.com

Triadic colors

1 #FCC7EE and #EEFCC7 with #C7EEFC are triadic colors.

2 #FCEEC7 and #EEC7FC with #C7EEFC are triadic colors.