COLOR #07D7BC

HEX: #07D7BC
RGB: (7,215,188)

Color info

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

RGB color model

#07D7BC color RGB value is (7,215,188).

  • red value is 7;
  • green value is 215;
  • blue value is 188.
RGB:
(7,215,188)
(3%,84%,74%)

RGB channels and saturation

R 7 of 255 = 3%
G 215 of 255 = 84%
B 188 of 255 = 74%

7
215
188

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

Portions of RGB colors in percentages

R + G + B =
7 + 215 + 188 = 410 (100%)
R 7 of 410 ~ 1.71%
G 215 of 410 ~ 52.44%
B 188 of 410 ~ 45.85%

%52.44
%45.85

CMYK color model

#07D7BC color CMYK value is (97,0,13,16).

  • cyan value is 96.74%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(97,0,13,16)
C97M0Y13K16 
(97%,0%,13%,16%)
(0.97/0.00/0.13/0.16)	

CMYK percentages

%96.74
%0
%12.56
%15.69

Codes

Color #07D7BC in popluar color models

07D7BC
RGB7215188
HSL172°93.69%43.53%
HSB/HSV172°96.74%84.31%
CMYK96.74%0.00%12.56%
15.69%

Color #07D7BC in popluar number systems.

HEX07D7BC
Decimal7215188
Binary1111101011110111100
Octal7327274

Shades and tints

Shades of #07D7BC

#07D7BC
(7,215,188)
#07C4AB
(7,196,171)
#07B19A
(7,177,154)
#079E89
(7,158,137)
#078B78
(7,139,120)
#077867
(7,120,103)
#076556
(7,101,86)
#075245
(7,82,69)
#073F34
(7,63,52)
#072C23
(7,44,35)
#071912
(7,25,18)
#000000
(0,0,0)

Tints of #07D7BC

#07D7BC
(7,215,188)
#1DDAC2
(29,218,194)
#33DDC8
(51,221,200)
#49E0CE
(73,224,206)
#5FE3D4
(95,227,212)
#75E6DA
(117,230,218)
#8BE9E0
(139,233,224)
#A1ECE6
(161,236,230)
#B7EFEC
(183,239,236)
#CDF2F2
(205,242,242)
#E3F5F8
(227,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07D7BC color. Also use rgb(7,215,188) instead hex code.

Text Font Color

.myTextColor { color: #07D7BC; }

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

This text font color is #07D7BC.


Background Color

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

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

This div background color is #07D7BC.


Border color

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

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

This div border color is #07D7BC.


Opacity

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

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

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

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

This text has shadow with #07D7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07D7BC on black background.


Color preview on white background

This text has color #07D7BC on white background.



Black color preview on #07D7BC background

This text has black color on #07D7BC background.


White color preview on #07D7BC background

This text has white color on #07D7BC background.