COLOR #07E6FE

HEX: #07E6FE
RGB: (7,230,254)

Color info

#07E6FE contains mainly green and blue colors. Web safe color of #07E6FE is #00CCFF (or #0CF).

RGB color model

#07E6FE color RGB value is (7,230,254).

  • red value is 7;
  • green value is 230;
  • blue value is 254.
RGB:
(7,230,254)
(3%,90%,100%)

RGB channels and saturation

R 7 of 255 = 3%
G 230 of 255 = 90%
B 254 of 255 = 100%

7
230
254

R + G + B ~ 64%. #07E6FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
7 + 230 + 254 = 491 (100%)
R 7 of 491 ~ 1.43%
G 230 of 491 ~ 46.84%
B 254 of 491 ~ 51.73%

%46.84
%51.73

CMYK color model

#07E6FE color CMYK value is (97,9,0,0).

  • cyan value is 97.24%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(97,9,0,0)
C97M9Y0K0 
(97%,9%,0%,0%)
(0.97/0.09/0.00/0.00)	

CMYK percentages

%97.24
%9.45
%0
%0.39

Codes

Color #07E6FE in popluar color models

07E6FE
RGB7230254
HSL186°99.20%51.18%
HSB/HSV186°97.24%99.61%
CMYK97.24%9.45%0.00%
0.39%

Color #07E6FE in popluar number systems.

HEX07E6FE
Decimal7230254
Binary1111110011011111110
Octal7346376

Shades and tints

Shades of #07E6FE

#07E6FE
(7,230,254)
#07D2E7
(7,210,231)
#07BED0
(7,190,208)
#07AAB9
(7,170,185)
#0796A2
(7,150,162)
#07828B
(7,130,139)
#076E74
(7,110,116)
#075A5D
(7,90,93)
#074646
(7,70,70)
#07322F
(7,50,47)
#071E18
(7,30,24)
#000000
(0,0,0)

Tints of #07E6FE

#07E6FE
(7,230,254)
#1DE8FE
(29,232,254)
#33EAFE
(51,234,254)
#49ECFE
(73,236,254)
#5FEEFE
(95,238,254)
#75F0FE
(117,240,254)
#8BF2FE
(139,242,254)
#A1F4FE
(161,244,254)
#B7F6FE
(183,246,254)
#CDF8FE
(205,248,254)
#E3FAFE
(227,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07E6FE color. Also use rgb(7,230,254) instead hex code.

Text Font Color

.myTextColor { color: #07E6FE; }

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

This text font color is #07E6FE.


Background Color

.myBgColor { background-color: #07E6FE; }

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

This div background color is #07E6FE.


Border color

.myBorderColor { border: 1px solid #07E6FE; }

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

This div border color is #07E6FE.


Opacity

.myOpacity80 { color: #07E6FE; opacity: 0.8; }

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

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

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

This text has shadow with #07E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07E6FE on black background.


Color preview on white background

This text has color #07E6FE on white background.



Black color preview on #07E6FE background

This text has black color on #07E6FE background.


White color preview on #07E6FE background

This text has white color on #07E6FE background.