COLOR #00CE7E

HEX: #00CE7E
RGB: (0,206,126)

Color info

#00CE7E contains mainly green color. Web safe color of #00CE7E is #00CC66 (or #0C6).

RGB color model

#00CE7E color RGB value is (0,206,126).

  • red value is 0;
  • green value is 206;
  • blue value is 126.
RGB:
(0,206,126)
(0%,81%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 206 of 255 = 81%
B 126 of 255 = 49%

0
206
126

R + G + B ~ 43%. #00CE7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 206 + 126 = 332 (100%)
R 0 of 332 ~ 0%
G 206 of 332 ~ 62.05%
B 126 of 332 ~ 37.95%

%62.05
%37.95

CMYK color model

#00CE7E color CMYK value is (100,0,39,19).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 19.22%
CMYK:
(100,0,39,19)
C100M0Y39K19 
(100%,0%,39%,19%)
(1.00/0.00/0.39/0.19)	

CMYK percentages

%100
%0
%38.83
%19.22

Codes

Color #00CE7E in popluar color models

00CE7E
RGB0206126
HSL157°100.00%40.39%
HSB/HSV157°100.00%80.78%
CMYK100.00%0.00%38.83%
19.22%

Color #00CE7E in popluar number systems.

HEX00CE7E
Decimal0206126
Binary0110011101111110
Octal0316176

Shades and tints

Shades of #00CE7E

#00CE7E
(0,206,126)
#00BC73
(0,188,115)
#00AA68
(0,170,104)
#00985D
(0,152,93)
#008652
(0,134,82)
#007447
(0,116,71)
#00623C
(0,98,60)
#005031
(0,80,49)
#003E26
(0,62,38)
#002C1B
(0,44,27)
#001A10
(0,26,16)
#000000
(0,0,0)

Tints of #00CE7E

#00CE7E
(0,206,126)
#17D289
(23,210,137)
#2ED694
(46,214,148)
#45DA9F
(69,218,159)
#5CDEAA
(92,222,170)
#73E2B5
(115,226,181)
#8AE6C0
(138,230,192)
#A1EACB
(161,234,203)
#B8EED6
(184,238,214)
#CFF2E1
(207,242,225)
#E6F6EC
(230,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CE7E color. Also use rgb(0,206,126) instead hex code.

Text Font Color

.myTextColor { color: #00CE7E; }

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

This text font color is #00CE7E.


Background Color

.myBgColor { background-color: #00CE7E; }

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

This div background color is #00CE7E.


Border color

.myBorderColor { border: 1px solid #00CE7E; }

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

This div border color is #00CE7E.


Opacity

.myOpacity80 { color: #00CE7E; opacity: 0.8; }

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

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

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

This text has shadow with #00CE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CE7E on black background.


Color preview on white background

This text has color #00CE7E on white background.



Black color preview on #00CE7E background

This text has black color on #00CE7E background.


White color preview on #00CE7E background

This text has white color on #00CE7E background.