COLOR #06E2D3

HEX: #06E2D3
RGB: (6,226,211)

Color info

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

RGB color model

#06E2D3 color RGB value is (6,226,211).

  • red value is 6;
  • green value is 226;
  • blue value is 211.
RGB:
(6,226,211)
(2%,89%,83%)

RGB channels and saturation

R 6 of 255 = 2%
G 226 of 255 = 89%
B 211 of 255 = 83%

6
226
211

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

Portions of RGB colors in percentages

R + G + B =
6 + 226 + 211 = 443 (100%)
R 6 of 443 ~ 1.35%
G 226 of 443 ~ 51.02%
B 211 of 443 ~ 47.63%

%51.02
%47.63

CMYK color model

#06E2D3 color CMYK value is (97,0,7,11).

  • cyan value is 97.35%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 11.37%
CMYK:
(97,0,7,11)
C97M0Y7K11 
(97%,0%,7%,11%)
(0.97/0.00/0.07/0.11)	

CMYK percentages

%97.35
%0
%6.64
%11.37

Codes

Color #06E2D3 in popluar color models

06E2D3
RGB6226211
HSL176°94.83%45.49%
HSB/HSV176°97.35%88.63%
CMYK97.35%0.00%6.64%
11.37%

Color #06E2D3 in popluar number systems.

HEX06E2D3
Decimal6226211
Binary1101110001011010011
Octal6342323

Shades and tints

Shades of #06E2D3

#06E2D3
(6,226,211)
#06CEC0
(6,206,192)
#06BAAD
(6,186,173)
#06A69A
(6,166,154)
#069287
(6,146,135)
#067E74
(6,126,116)
#066A61
(6,106,97)
#06564E
(6,86,78)
#06423B
(6,66,59)
#062E28
(6,46,40)
#061A15
(6,26,21)
#000000
(0,0,0)

Tints of #06E2D3

#06E2D3
(6,226,211)
#1CE4D7
(28,228,215)
#32E6DB
(50,230,219)
#48E8DF
(72,232,223)
#5EEAE3
(94,234,227)
#74ECE7
(116,236,231)
#8AEEEB
(138,238,235)
#A0F0EF
(160,240,239)
#B6F2F3
(182,242,243)
#CCF4F7
(204,244,247)
#E2F6FB
(226,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E2D3 color. Also use rgb(6,226,211) instead hex code.

Text Font Color

.myTextColor { color: #06E2D3; }

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

This text font color is #06E2D3.


Background Color

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

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

This div background color is #06E2D3.


Border color

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

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

This div border color is #06E2D3.


Opacity

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

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

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

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

This text has shadow with #06E2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E2D3 on black background.


Color preview on white background

This text has color #06E2D3 on white background.



Black color preview on #06E2D3 background

This text has black color on #06E2D3 background.


White color preview on #06E2D3 background

This text has white color on #06E2D3 background.