COLOR #06E3A7

HEX: #06E3A7
RGB: (6,227,167)

Color info

#06E3A7 contains mainly green color. Web safe color of #06E3A7 is #00CC99 (or #0C9).

RGB color model

#06E3A7 color RGB value is (6,227,167).

  • red value is 6;
  • green value is 227;
  • blue value is 167.
RGB:
(6,227,167)
(2%,89%,65%)

RGB channels and saturation

R 6 of 255 = 2%
G 227 of 255 = 89%
B 167 of 255 = 65%

6
227
167

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

Portions of RGB colors in percentages

R + G + B =
6 + 227 + 167 = 400 (100%)
R 6 of 400 ~ 1.5%
G 227 of 400 ~ 56.75%
B 167 of 400 ~ 41.75%

%56.75
%41.75

CMYK color model

#06E3A7 color CMYK value is (97,0,26,11).

  • cyan value is 97.36%
  • magenta value is 0.00%
  • yellow value is 26.43%
  • key color value is 10.98%
CMYK:
(97,0,26,11)
C97M0Y26K11 
(97%,0%,26%,11%)
(0.97/0.00/0.26/0.11)	

CMYK percentages

%97.36
%0
%26.43
%10.98

Codes

Color #06E3A7 in popluar color models

06E3A7
RGB6227167
HSL164°94.85%45.69%
HSB/HSV164°97.36%89.02%
CMYK97.36%0.00%26.43%
10.98%

Color #06E3A7 in popluar number systems.

HEX06E3A7
Decimal6227167
Binary1101110001110100111
Octal6343247

Shades and tints

Shades of #06E3A7

#06E3A7
(6,227,167)
#06CF98
(6,207,152)
#06BB89
(6,187,137)
#06A77A
(6,167,122)
#06936B
(6,147,107)
#067F5C
(6,127,92)
#066B4D
(6,107,77)
#06573E
(6,87,62)
#06432F
(6,67,47)
#062F20
(6,47,32)
#061B11
(6,27,17)
#000000
(0,0,0)

Tints of #06E3A7

#06E3A7
(6,227,167)
#1CE5AF
(28,229,175)
#32E7B7
(50,231,183)
#48E9BF
(72,233,191)
#5EEBC7
(94,235,199)
#74EDCF
(116,237,207)
#8AEFD7
(138,239,215)
#A0F1DF
(160,241,223)
#B6F3E7
(182,243,231)
#CCF5EF
(204,245,239)
#E2F7F7
(226,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E3A7 color. Also use rgb(6,227,167) instead hex code.

Text Font Color

.myTextColor { color: #06E3A7; }

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

This text font color is #06E3A7.


Background Color

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

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

This div background color is #06E3A7.


Border color

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

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

This div border color is #06E3A7.


Opacity

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

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

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

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

This text has shadow with #06E3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E3A7 on black background.


Color preview on white background

This text has color #06E3A7 on white background.



Black color preview on #06E3A7 background

This text has black color on #06E3A7 background.


White color preview on #06E3A7 background

This text has white color on #06E3A7 background.