COLOR #06D7D0

HEX: #06D7D0
RGB: (6,215,208)

Color info

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

RGB color model

#06D7D0 color RGB value is (6,215,208).

  • red value is 6;
  • green value is 215;
  • blue value is 208.
RGB:
(6,215,208)
(2%,84%,82%)

RGB channels and saturation

R 6 of 255 = 2%
G 215 of 255 = 84%
B 208 of 255 = 82%

6
215
208

R + G + B ~ 56%. #06D7D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 215 + 208 = 429 (100%)
R 6 of 429 ~ 1.4%
G 215 of 429 ~ 50.12%
B 208 of 429 ~ 48.48%

%50.12
%48.48

CMYK color model

#06D7D0 color CMYK value is (97,0,3,16).

  • cyan value is 97.21%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 15.69%
CMYK:
(97,0,3,16)
C97M0Y3K16 
(97%,0%,3%,16%)
(0.97/0.00/0.03/0.16)	

CMYK percentages

%97.21
%0
%3.26
%15.69

Codes

Color #06D7D0 in popluar color models

06D7D0
RGB6215208
HSL178°94.57%43.33%
HSB/HSV178°97.21%84.31%
CMYK97.21%0.00%3.26%
15.69%

Color #06D7D0 in popluar number systems.

HEX06D7D0
Decimal6215208
Binary1101101011111010000
Octal6327320

Shades and tints

Shades of #06D7D0

#06D7D0
(6,215,208)
#06C4BE
(6,196,190)
#06B1AC
(6,177,172)
#069E9A
(6,158,154)
#068B88
(6,139,136)
#067876
(6,120,118)
#066564
(6,101,100)
#065252
(6,82,82)
#063F40
(6,63,64)
#062C2E
(6,44,46)
#06191C
(6,25,28)
#000000
(0,0,0)

Tints of #06D7D0

#06D7D0
(6,215,208)
#1CDAD4
(28,218,212)
#32DDD8
(50,221,216)
#48E0DC
(72,224,220)
#5EE3E0
(94,227,224)
#74E6E4
(116,230,228)
#8AE9E8
(138,233,232)
#A0ECEC
(160,236,236)
#B6EFF0
(182,239,240)
#CCF2F4
(204,242,244)
#E2F5F8
(226,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D7D0 color. Also use rgb(6,215,208) instead hex code.

Text Font Color

.myTextColor { color: #06D7D0; }

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

This text font color is #06D7D0.


Background Color

.myBgColor { background-color: #06D7D0; }

<div style="background-color:#06D7D0">Inner text</div>

This div background color is #06D7D0.


Border color

.myBorderColor { border: 1px solid #06D7D0; }

<div style="border:3px solid #06D7D0">Div</div>

This div border color is #06D7D0.


Opacity

.myOpacity80 { color: #06D7D0; opacity: 0.8; }

<p style="color:#06D7D0;opacity:0.8;">80%</p>

Text with #06D7D0 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 #06D7D0;}

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

This text has shadow with #06D7D0 color.

.textShadow {text-shadow: 3px 3px 1px #06D7D0, 3px 3px 1px red;}

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

This text has shadow with #06D7D0 primary color and red secondary color.


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

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

This text has shadow with #06D7D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D7D0 on black background.


Color preview on white background

This text has color #06D7D0 on white background.



Black color preview on #06D7D0 background

This text has black color on #06D7D0 background.


White color preview on #06D7D0 background

This text has white color on #06D7D0 background.