COLOR #07ECCE

HEX: #07ECCE
RGB: (7,236,206)

Color info

#07ECCE contains mainly green and blue colors. Web safe color of #07ECCE is #00FFCC (or #0FC).

RGB color model

#07ECCE color RGB value is (7,236,206).

  • red value is 7;
  • green value is 236;
  • blue value is 206.
RGB:
(7,236,206)
(3%,93%,81%)

RGB channels and saturation

R 7 of 255 = 3%
G 236 of 255 = 93%
B 206 of 255 = 81%

7
236
206

R + G + B ~ 59%. #07ECCE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 236 + 206 = 449 (100%)
R 7 of 449 ~ 1.56%
G 236 of 449 ~ 52.56%
B 206 of 449 ~ 45.88%

%52.56
%45.88

CMYK color model

#07ECCE color CMYK value is (97,0,13,7).

  • cyan value is 97.03%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(97,0,13,7)
C97M0Y13K7 
(97%,0%,13%,7%)
(0.97/0.00/0.13/0.07)	

CMYK percentages

%97.03
%0
%12.71
%7.45

Codes

Color #07ECCE in popluar color models

07ECCE
RGB7236206
HSL172°94.24%47.65%
HSB/HSV172°97.03%92.55%
CMYK97.03%0.00%12.71%
7.45%

Color #07ECCE in popluar number systems.

HEX07ECCE
Decimal7236206
Binary1111110110011001110
Octal7354316

Shades and tints

Shades of #07ECCE

#07ECCE
(7,236,206)
#07D7BC
(7,215,188)
#07C2AA
(7,194,170)
#07AD98
(7,173,152)
#079886
(7,152,134)
#078374
(7,131,116)
#076E62
(7,110,98)
#075950
(7,89,80)
#07443E
(7,68,62)
#072F2C
(7,47,44)
#071A1A
(7,26,26)
#000000
(0,0,0)

Tints of #07ECCE

#07ECCE
(7,236,206)
#1DEDD2
(29,237,210)
#33EED6
(51,238,214)
#49EFDA
(73,239,218)
#5FF0DE
(95,240,222)
#75F1E2
(117,241,226)
#8BF2E6
(139,242,230)
#A1F3EA
(161,243,234)
#B7F4EE
(183,244,238)
#CDF5F2
(205,245,242)
#E3F6F6
(227,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07ECCE color. Also use rgb(7,236,206) instead hex code.

Text Font Color

.myTextColor { color: #07ECCE; }

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

This text font color is #07ECCE.


Background Color

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

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

This div background color is #07ECCE.


Border color

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

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

This div border color is #07ECCE.


Opacity

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

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

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

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

This text has shadow with #07ECCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07ECCE on black background.


Color preview on white background

This text has color #07ECCE on white background.



Black color preview on #07ECCE background

This text has black color on #07ECCE background.


White color preview on #07ECCE background

This text has white color on #07ECCE background.