COLOR #0FDBA8

HEX: #0FDBA8
RGB: (15,219,168)

Color info

#0FDBA8 contains mainly green and blue colors. Web safe color of #0FDBA8 is #00CC99 (or #0C9).

RGB color model

#0FDBA8 color RGB value is (15,219,168).

  • red value is 15;
  • green value is 219;
  • blue value is 168.
RGB:
(15,219,168)
(6%,86%,66%)

RGB channels and saturation

R 15 of 255 = 6%
G 219 of 255 = 86%
B 168 of 255 = 66%

15
219
168

R + G + B ~ 53%. #0FDBA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 219 + 168 = 402 (100%)
R 15 of 402 ~ 3.73%
G 219 of 402 ~ 54.48%
B 168 of 402 ~ 41.79%

%54.48
%41.79

CMYK color model

#0FDBA8 color CMYK value is (93,0,23,14).

  • cyan value is 93.15%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(93,0,23,14)
C93M0Y23K14 
(93%,0%,23%,14%)
(0.93/0.00/0.23/0.14)	

CMYK percentages

%93.15
%0
%23.29
%14.12

Codes

Color #0FDBA8 in popluar color models

0FDBA8
RGB15219168
HSL165°87.18%45.88%
HSB/HSV165°93.15%85.88%
CMYK93.15%0.00%23.29%
14.12%

Color #0FDBA8 in popluar number systems.

HEX0FDBA8
Decimal15219168
Binary11111101101110101000
Octal17333250

Shades and tints

Shades of #0FDBA8

#0FDBA8
(15,219,168)
#0EC899
(14,200,153)
#0DB58A
(13,181,138)
#0CA27B
(12,162,123)
#0B8F6C
(11,143,108)
#0A7C5D
(10,124,93)
#09694E
(9,105,78)
#08563F
(8,86,63)
#074330
(7,67,48)
#063021
(6,48,33)
#051D12
(5,29,18)
#000000
(0,0,0)

Tints of #0FDBA8

#0FDBA8
(15,219,168)
#24DEAF
(36,222,175)
#39E1B6
(57,225,182)
#4EE4BD
(78,228,189)
#63E7C4
(99,231,196)
#78EACB
(120,234,203)
#8DEDD2
(141,237,210)
#A2F0D9
(162,240,217)
#B7F3E0
(183,243,224)
#CCF6E7
(204,246,231)
#E1F9EE
(225,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FDBA8 color. Also use rgb(15,219,168) instead hex code.

Text Font Color

.myTextColor { color: #0FDBA8; }

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

This text font color is #0FDBA8.


Background Color

.myBgColor { background-color: #0FDBA8; }

<div style="background-color:#0FDBA8">Inner text</div>

This div background color is #0FDBA8.


Border color

.myBorderColor { border: 1px solid #0FDBA8; }

<div style="border:3px solid #0FDBA8">Div</div>

This div border color is #0FDBA8.


Opacity

.myOpacity80 { color: #0FDBA8; opacity: 0.8; }

<p style="color:#0FDBA8;opacity:0.8;">80%</p>

Text with #0FDBA8 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 #0FDBA8;}

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

This text has shadow with #0FDBA8 color.

.textShadow {text-shadow: 3px 3px 1px #0FDBA8, 3px 3px 1px red;}

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

This text has shadow with #0FDBA8 primary color and red secondary color.


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

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

This text has shadow with #0FDBA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FDBA8 on black background.


Color preview on white background

This text has color #0FDBA8 on white background.



Black color preview on #0FDBA8 background

This text has black color on #0FDBA8 background.


White color preview on #0FDBA8 background

This text has white color on #0FDBA8 background.