COLOR #C7FEFC

HEX: #C7FEFC
RGB: (199,254,252)

Color info

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

RGB color model

#C7FEFC color RGB value is (199,254,252).

  • red value is 199;
  • green value is 254;
  • blue value is 252.
RGB:
(199,254,252)
(78%,100%,99%)

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 252 of 255 = 99%

199
254
252

R + G + B ~ 92%. #C7FEFC is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 254 + 252 = 705 (100%)
R 199 of 705 ~ 28.23%
G 254 of 705 ~ 36.03%
B 252 of 705 ~ 35.74%

%28.23
%36.03
%35.74

CMYK color model

#C7FEFC color CMYK value is (22,0,1,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 0.39%
CMYK:
(22,0,1,0)
C22M0Y1K0 
(22%,0%,1%,0%)
(0.22/0.00/0.01/0.00)	

CMYK percentages

%21.65
%0
%0.79
%0.39

Codes

Color #C7FEFC in popluar color models

C7FEFC
RGB199254252
HSL178°96.49%88.82%
HSB/HSV178°21.65%99.61%
CMYK21.65%0.00%0.79%
0.39%

Color #C7FEFC in popluar number systems.

HEXC7FEFC
Decimal199254252
Binary110001111111111011111100
Octal307376374

Shades and tints

Shades of #C7FEFC

#C7FEFC
(199,254,252)
#B5E7E6
(181,231,230)
#A3D0D0
(163,208,208)
#91B9BA
(145,185,186)
#7FA2A4
(127,162,164)
#6D8B8E
(109,139,142)
#5B7478
(91,116,120)
#495D62
(73,93,98)
#37464C
(55,70,76)
#252F36
(37,47,54)
#131820
(19,24,32)
#000000
(0,0,0)

Tints of #C7FEFC

#C7FEFC
(199,254,252)
#CCFEFC
(204,254,252)
#D1FEFC
(209,254,252)
#D6FEFC
(214,254,252)
#DBFEFC
(219,254,252)
#E0FEFC
(224,254,252)
#E5FEFC
(229,254,252)
#EAFEFC
(234,254,252)
#EFFEFC
(239,254,252)
#F4FEFC
(244,254,252)
#F9FEFC
(249,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FEFC; }

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

This text font color is #C7FEFC.


Background Color

.myBgColor { background-color: #C7FEFC; }

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

This div background color is #C7FEFC.


Border color

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

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

This div border color is #C7FEFC.


Opacity

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

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

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

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

This text has shadow with #C7FEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FEFC on black background.


Color preview on white background

This text has color #C7FEFC on white background.



Black color preview on #C7FEFC background

This text has black color on #C7FEFC background.


White color preview on #C7FEFC background

This text has white color on #C7FEFC background.