COLOR #06DB92

HEX: #06DB92
RGB: (6,219,146)

Color info

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

RGB color model

#06DB92 color RGB value is (6,219,146).

  • red value is 6;
  • green value is 219;
  • blue value is 146.
RGB:
(6,219,146)
(2%,86%,57%)

RGB channels and saturation

R 6 of 255 = 2%
G 219 of 255 = 86%
B 146 of 255 = 57%

6
219
146

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

Portions of RGB colors in percentages

R + G + B =
6 + 219 + 146 = 371 (100%)
R 6 of 371 ~ 1.62%
G 219 of 371 ~ 59.03%
B 146 of 371 ~ 39.35%

%59.03
%39.35

CMYK color model

#06DB92 color CMYK value is (97,0,33,14).

  • cyan value is 97.26%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 14.12%
CMYK:
(97,0,33,14)
C97M0Y33K14 
(97%,0%,33%,14%)
(0.97/0.00/0.33/0.14)	

CMYK percentages

%97.26
%0
%33.33
%14.12

Codes

Color #06DB92 in popluar color models

06DB92
RGB6219146
HSL159°94.67%44.12%
HSB/HSV159°97.26%85.88%
CMYK97.26%0.00%33.33%
14.12%

Color #06DB92 in popluar number systems.

HEX06DB92
Decimal6219146
Binary1101101101110010010
Octal6333222

Shades and tints

Shades of #06DB92

#06DB92
(6,219,146)
#06C885
(6,200,133)
#06B578
(6,181,120)
#06A26B
(6,162,107)
#068F5E
(6,143,94)
#067C51
(6,124,81)
#066944
(6,105,68)
#065637
(6,86,55)
#06432A
(6,67,42)
#06301D
(6,48,29)
#061D10
(6,29,16)
#000000
(0,0,0)

Tints of #06DB92

#06DB92
(6,219,146)
#1CDE9B
(28,222,155)
#32E1A4
(50,225,164)
#48E4AD
(72,228,173)
#5EE7B6
(94,231,182)
#74EABF
(116,234,191)
#8AEDC8
(138,237,200)
#A0F0D1
(160,240,209)
#B6F3DA
(182,243,218)
#CCF6E3
(204,246,227)
#E2F9EC
(226,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06DB92 color. Also use rgb(6,219,146) instead hex code.

Text Font Color

.myTextColor { color: #06DB92; }

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

This text font color is #06DB92.


Background Color

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

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

This div background color is #06DB92.


Border color

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

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

This div border color is #06DB92.


Opacity

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

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

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

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

This text has shadow with #06DB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06DB92 on black background.


Color preview on white background

This text has color #06DB92 on white background.



Black color preview on #06DB92 background

This text has black color on #06DB92 background.


White color preview on #06DB92 background

This text has white color on #06DB92 background.