COLOR #C7F6FE

HEX: #C7F6FE
RGB: (199,246,254)

Color info

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

RGB color model

#C7F6FE color RGB value is (199,246,254).

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

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 254 of 255 = 100%

199
246
254

R + G + B ~ 91%. #C7F6FE is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 246 + 254 = 699 (100%)
R 199 of 699 ~ 28.47%
G 246 of 699 ~ 35.19%
B 254 of 699 ~ 36.34%

%28.47
%35.19
%36.34

CMYK color model

#C7F6FE color CMYK value is (22,3,0,0).

  • cyan value is 21.65%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(22,3,0,0)
C22M3Y0K0 
(22%,3%,0%,0%)
(0.22/0.03/0.00/0.00)	

CMYK percentages

%21.65
%3.15
%0
%0.39

Codes

Color #C7F6FE in popluar color models

C7F6FE
RGB199246254
HSL189°96.49%88.82%
HSB/HSV189°21.65%99.61%
CMYK21.65%3.15%0.00%
0.39%

Color #C7F6FE in popluar number systems.

HEXC7F6FE
Decimal199246254
Binary110001111111011011111110
Octal307366376

Shades and tints

Shades of #C7F6FE

#C7F6FE
(199,246,254)
#B5E0E7
(181,224,231)
#A3CAD0
(163,202,208)
#91B4B9
(145,180,185)
#7F9EA2
(127,158,162)
#6D888B
(109,136,139)
#5B7274
(91,114,116)
#495C5D
(73,92,93)
#374646
(55,70,70)
#25302F
(37,48,47)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7F6FE

#C7F6FE
(199,246,254)
#CCF6FE
(204,246,254)
#D1F6FE
(209,246,254)
#D6F6FE
(214,246,254)
#DBF6FE
(219,246,254)
#E0F6FE
(224,246,254)
#E5F6FE
(229,246,254)
#EAF6FE
(234,246,254)
#EFF6FE
(239,246,254)
#F4F6FE
(244,246,254)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F6FE; }

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

This text font color is #C7F6FE.


Background Color

.myBgColor { background-color: #C7F6FE; }

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

This div background color is #C7F6FE.


Border color

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

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

This div border color is #C7F6FE.


Opacity

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

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

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

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

This text has shadow with #C7F6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F6FE on black background.


Color preview on white background

This text has color #C7F6FE on white background.



Black color preview on #C7F6FE background

This text has black color on #C7F6FE background.


White color preview on #C7F6FE background

This text has white color on #C7F6FE background.