COLOR #07F5D3

HEX: #07F5D3
RGB: (7,245,211)

Color info

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

RGB color model

#07F5D3 color RGB value is (7,245,211).

  • red value is 7;
  • green value is 245;
  • blue value is 211.
RGB:
(7,245,211)
(3%,96%,83%)

RGB channels and saturation

R 7 of 255 = 3%
G 245 of 255 = 96%
B 211 of 255 = 83%

7
245
211

R + G + B ~ 61%. #07F5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
7 + 245 + 211 = 463 (100%)
R 7 of 463 ~ 1.51%
G 245 of 463 ~ 52.92%
B 211 of 463 ~ 45.57%

%52.92
%45.57

CMYK color model

#07F5D3 color CMYK value is (97,0,14,4).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • key color value is 3.92%
CMYK:
(97,0,14,4)
C97M0Y14K4 
(97%,0%,14%,4%)
(0.97/0.00/0.14/0.04)	

CMYK percentages

%97.14
%0
%13.88
%3.92

Codes

Color #07F5D3 in popluar color models

07F5D3
RGB7245211
HSL171°94.44%49.41%
HSB/HSV171°97.14%96.08%
CMYK97.14%0.00%13.88%
3.92%

Color #07F5D3 in popluar number systems.

HEX07F5D3
Decimal7245211
Binary1111111010111010011
Octal7365323

Shades and tints

Shades of #07F5D3

#07F5D3
(7,245,211)
#07DFC0
(7,223,192)
#07C9AD
(7,201,173)
#07B39A
(7,179,154)
#079D87
(7,157,135)
#078774
(7,135,116)
#077161
(7,113,97)
#075B4E
(7,91,78)
#07453B
(7,69,59)
#072F28
(7,47,40)
#071915
(7,25,21)
#000000
(0,0,0)

Tints of #07F5D3

#07F5D3
(7,245,211)
#1DF5D7
(29,245,215)
#33F5DB
(51,245,219)
#49F5DF
(73,245,223)
#5FF5E3
(95,245,227)
#75F5E7
(117,245,231)
#8BF5EB
(139,245,235)
#A1F5EF
(161,245,239)
#B7F5F3
(183,245,243)
#CDF5F7
(205,245,247)
#E3F5FB
(227,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07F5D3 color. Also use rgb(7,245,211) instead hex code.

Text Font Color

.myTextColor { color: #07F5D3; }

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

This text font color is #07F5D3.


Background Color

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

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

This div background color is #07F5D3.


Border color

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

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

This div border color is #07F5D3.


Opacity

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

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

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

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

This text has shadow with #07F5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07F5D3 on black background.


Color preview on white background

This text has color #07F5D3 on white background.



Black color preview on #07F5D3 background

This text has black color on #07F5D3 background.


White color preview on #07F5D3 background

This text has white color on #07F5D3 background.