COLOR #10DB93

HEX: #10DB93
RGB: (16,219,147)

Color info

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

RGB color model

#10DB93 color RGB value is (16,219,147).

  • red value is 16;
  • green value is 219;
  • blue value is 147.
RGB:
(16,219,147)
(6%,86%,58%)

RGB channels and saturation

R 16 of 255 = 6%
G 219 of 255 = 86%
B 147 of 255 = 58%

16
219
147

R + G + B ~ 50%. #10DB93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 219 + 147 = 382 (100%)
R 16 of 382 ~ 4.19%
G 219 of 382 ~ 57.33%
B 147 of 382 ~ 38.48%

%57.33
%38.48

CMYK color model

#10DB93 color CMYK value is (93,0,33,14).

  • cyan value is 92.69%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 14.12%
CMYK:
(93,0,33,14)
C93M0Y33K14 
(93%,0%,33%,14%)
(0.93/0.00/0.33/0.14)	

CMYK percentages

%92.69
%0
%32.88
%14.12

Codes

Color #10DB93 in popluar color models

10DB93
RGB16219147
HSL159°86.38%46.08%
HSB/HSV159°92.69%85.88%
CMYK92.69%0.00%32.88%
14.12%

Color #10DB93 in popluar number systems.

HEX10DB93
Decimal16219147
Binary100001101101110010011
Octal20333223

Shades and tints

Shades of #10DB93

#10DB93
(16,219,147)
#0FC886
(15,200,134)
#0EB579
(14,181,121)
#0DA26C
(13,162,108)
#0C8F5F
(12,143,95)
#0B7C52
(11,124,82)
#0A6945
(10,105,69)
#095638
(9,86,56)
#08432B
(8,67,43)
#07301E
(7,48,30)
#061D11
(6,29,17)
#000000
(0,0,0)

Tints of #10DB93

#10DB93
(16,219,147)
#25DE9C
(37,222,156)
#3AE1A5
(58,225,165)
#4FE4AE
(79,228,174)
#64E7B7
(100,231,183)
#79EAC0
(121,234,192)
#8EEDC9
(142,237,201)
#A3F0D2
(163,240,210)
#B8F3DB
(184,243,219)
#CDF6E4
(205,246,228)
#E2F9ED
(226,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10DB93 color. Also use rgb(16,219,147) instead hex code.

Text Font Color

.myTextColor { color: #10DB93; }

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

This text font color is #10DB93.


Background Color

.myBgColor { background-color: #10DB93; }

<div style="background-color:#10DB93">Inner text</div>

This div background color is #10DB93.


Border color

.myBorderColor { border: 1px solid #10DB93; }

<div style="border:3px solid #10DB93">Div</div>

This div border color is #10DB93.


Opacity

.myOpacity80 { color: #10DB93; opacity: 0.8; }

<p style="color:#10DB93;opacity:0.8;">80%</p>

Text with #10DB93 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 #10DB93;}

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

This text has shadow with #10DB93 color.

.textShadow {text-shadow: 3px 3px 1px #10DB93, 3px 3px 1px red;}

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

This text has shadow with #10DB93 primary color and red secondary color.


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

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

This text has shadow with #10DB93 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10DB93 on black background.


Color preview on white background

This text has color #10DB93 on white background.



Black color preview on #10DB93 background

This text has black color on #10DB93 background.


White color preview on #10DB93 background

This text has white color on #10DB93 background.