COLOR #07CEBA

HEX: #07CEBA
RGB: (7,206,186)

Color info

#07CEBA contains mainly green and blue colors. Web safe color of #07CEBA is #00CCCC (or #0CC).

RGB color model

#07CEBA color RGB value is (7,206,186).

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

RGB channels and saturation

R 7 of 255 = 3%
G 206 of 255 = 81%
B 186 of 255 = 73%

7
206
186

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

Portions of RGB colors in percentages

R + G + B =
7 + 206 + 186 = 399 (100%)
R 7 of 399 ~ 1.75%
G 206 of 399 ~ 51.63%
B 186 of 399 ~ 46.62%

%51.63
%46.62

CMYK color model

#07CEBA color CMYK value is (97,0,10,19).

  • cyan value is 96.60%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%
CMYK:
(97,0,10,19)
C97M0Y10K19 
(97%,0%,10%,19%)
(0.97/0.00/0.10/0.19)	

CMYK percentages

%96.6
%0
%9.71
%19.22

Codes

Color #07CEBA in popluar color models

07CEBA
RGB7206186
HSL174°93.43%41.76%
HSB/HSV174°96.60%80.78%
CMYK96.60%0.00%9.71%
19.22%

Color #07CEBA in popluar number systems.

HEX07CEBA
Decimal7206186
Binary1111100111010111010
Octal7316272

Shades and tints

Shades of #07CEBA

#07CEBA
(7,206,186)
#07BCAA
(7,188,170)
#07AA9A
(7,170,154)
#07988A
(7,152,138)
#07867A
(7,134,122)
#07746A
(7,116,106)
#07625A
(7,98,90)
#07504A
(7,80,74)
#073E3A
(7,62,58)
#072C2A
(7,44,42)
#071A1A
(7,26,26)
#000000
(0,0,0)

Tints of #07CEBA

#07CEBA
(7,206,186)
#1DD2C0
(29,210,192)
#33D6C6
(51,214,198)
#49DACC
(73,218,204)
#5FDED2
(95,222,210)
#75E2D8
(117,226,216)
#8BE6DE
(139,230,222)
#A1EAE4
(161,234,228)
#B7EEEA
(183,238,234)
#CDF2F0
(205,242,240)
#E3F6F6
(227,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07CEBA; }

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

This text font color is #07CEBA.


Background Color

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

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

This div background color is #07CEBA.


Border color

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

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

This div border color is #07CEBA.


Opacity

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

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

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

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

This text has shadow with #07CEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07CEBA on black background.


Color preview on white background

This text has color #07CEBA on white background.



Black color preview on #07CEBA background

This text has black color on #07CEBA background.


White color preview on #07CEBA background

This text has white color on #07CEBA background.