COLOR #07D7AB

HEX: #07D7AB RGB: (7,215,171)

Color info

#07D7AB contains mainly green and blue colors. Web safe color of #07D7AB is #00CC99 (or #0C9).

RGB color model

#07D7AB color RGB value is (7,215,171).

RGB: (7,215,171) (3%, 84%, 67%)

RGB channels and saturation

R 7 of 255 = 3%
G 215 of 255 = 84%
B 171 of 255 = 67%

7
215
171

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

Portions of RGB colors in percentages

R + G + B = 7 + 215 + 171 = 393 (100%)
R 7 of 393 ~ 1.78%
G 215 of 393 ~ 54.71%
B 171 of 393 ~ 43.51'%

%54.71
%43.51

CMYK color model

#07D7AB color CMYK value is (97,0,20,16).

  • cyan value is 96.74%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%

CMYK: (97,0,20,16)
C97M0Y20K16 (97%, 0%, 20%, 16%)
(0.97 / 0.00 / 0.20 / 0.16)

CMYK percentages

%96.74
%0
%20.47
%15.69

Codes

Color #07D7AB in popluar color models

07 D7 AB
RGB 7 215 171
HSL 167° 93.69% 43.53%
HSB/HSV 167° 96.74% 84.31%
CMYK 96.74% 0.00% 20.47%
15.69%

Color #07D7AB in popluar number systems.

HEX 07 D7 AB
Decimal 7 215 171
Binary 111 11010111 10101011
Octal 7 327 253

Shades and tints

Shades of #07D7AB

#07D7AB
(7,215,171)
#07C49C
(7,196,156)
#07B18D
(7,177,141)
#079E7E
(7,158,126)
#078B6F
(7,139,111)
#077860
(7,120,96)
#076551
(7,101,81)
#075242
(7,82,66)
#073F33
(7,63,51)
#072C24
(7,44,36)
#071915
(7,25,21)
#000000
(0,0,0)

Tints of #07D7AB

#07D7AB
(7,215,171)
#1DDAB2
(29,218,178)
#33DDB9
(51,221,185)
#49E0C0
(73,224,192)
#5FE3C7
(95,227,199)
#75E6CE
(117,230,206)
#8BE9D5
(139,233,213)
#A1ECDC
(161,236,220)
#B7EFE3
(183,239,227)
#CDF2EA
(205,242,234)
#E3F5F1
(227,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07D7AB; }

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

This text font color is #07D7AB.

Background Color

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

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

This div background color is #07D7AB.

Border color

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

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

This div border color is #07D7AB.

Opacity

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

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

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

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

This text has shadow with #07D7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07D7AB.

Preview

Color preview on black background

This text has color #07D7AB on black background.


Color preview on white background

This text has color #07D7AB on white background.


Black color preview on #07D7AB background

This text has black color on #07D7AB background.


White color preview on #07D7AB background

This text has white color on #07D7AB background.


Related colors

Complementary color

Complementary color for #hex is #F82854.


I love getcolorcode.com

Triadic colors

1 #AB07D7 and #D7AB07 with #07D7AB are triadic colors.

2 #ABD707 and #D707AB with #07D7AB are triadic colors.