COLOR #00FFD7

HEX: #00FFD7
RGB: (0,255,215)

Color info

#00FFD7 contains only green and blue colors. Web safe color of #00FFD7 is #00FFCC (or #0FC).

RGB color model

#00FFD7 color RGB value is (0,255,215).

  • red value is 0;
  • green value is 255;
  • blue value is 215.
RGB:
(0,255,215)
(0%,100%,84%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 215 of 255 = 84%

0
255
215

R + G + B ~ 61%. #00FFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 215 = 470 (100%)
R 0 of 470 ~ 0%
G 255 of 470 ~ 54.26%
B 215 of 470 ~ 45.74%

%54.26
%45.74

CMYK color model

#00FFD7 color CMYK value is (100,0,16,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(100,0,16,0)
C100M0Y16K0 
(100%,0%,16%,0%)
(1.00/0.00/0.16/0.00)	

CMYK percentages

%100
%0
%15.69
%0

Codes

Color #00FFD7 in popluar color models

00FFD7
RGB0255215
HSL171°100.00%50.00%
HSB/HSV171°100.00%100.00%
CMYK100.00%0.00%15.69%
0.00%

Color #00FFD7 in popluar number systems.

HEX00FFD7
Decimal0255215
Binary01111111111010111
Octal0377327

Shades and tints

Shades of #00FFD7

#00FFD7
(0,255,215)
#00E8C4
(0,232,196)
#00D1B1
(0,209,177)
#00BA9E
(0,186,158)
#00A38B
(0,163,139)
#008C78
(0,140,120)
#007565
(0,117,101)
#005E52
(0,94,82)
#00473F
(0,71,63)
#00302C
(0,48,44)
#001919
(0,25,25)
#000000
(0,0,0)

Tints of #00FFD7

#00FFD7
(0,255,215)
#17FFDA
(23,255,218)
#2EFFDD
(46,255,221)
#45FFE0
(69,255,224)
#5CFFE3
(92,255,227)
#73FFE6
(115,255,230)
#8AFFE9
(138,255,233)
#A1FFEC
(161,255,236)
#B8FFEF
(184,255,239)
#CFFFF2
(207,255,242)
#E6FFF5
(230,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FFD7 color. Also use rgb(0,255,215) instead hex code.

Text Font Color

.myTextColor { color: #00FFD7; }

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

This text font color is #00FFD7.


Background Color

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

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

This div background color is #00FFD7.


Border color

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

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

This div border color is #00FFD7.


Opacity

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

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

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

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

This text has shadow with #00FFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FFD7 on black background.


Color preview on white background

This text has color #00FFD7 on white background.



Black color preview on #00FFD7 background

This text has black color on #00FFD7 background.


White color preview on #00FFD7 background

This text has white color on #00FFD7 background.