COLOR #09DAB4

HEX: #09DAB4
RGB: (9,218,180)

Color info

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

RGB color model

#09DAB4 color RGB value is (9,218,180).

  • red value is 9;
  • green value is 218;
  • blue value is 180.
RGB:
(9,218,180)
(4%,85%,71%)

RGB channels and saturation

R 9 of 255 = 4%
G 218 of 255 = 85%
B 180 of 255 = 71%

9
218
180

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

Portions of RGB colors in percentages

R + G + B =
9 + 218 + 180 = 407 (100%)
R 9 of 407 ~ 2.21%
G 218 of 407 ~ 53.56%
B 180 of 407 ~ 44.23%

%53.56
%44.23

CMYK color model

#09DAB4 color CMYK value is (96,0,17,15).

  • cyan value is 95.87%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(96,0,17,15)
C96M0Y17K15 
(96%,0%,17%,15%)
(0.96/0.00/0.17/0.15)	

CMYK percentages

%95.87
%0
%17.43
%14.51

Codes

Color #09DAB4 in popluar color models

09DAB4
RGB9218180
HSL169°92.07%44.51%
HSB/HSV169°95.87%85.49%
CMYK95.87%0.00%17.43%
14.51%

Color #09DAB4 in popluar number systems.

HEX09DAB4
Decimal9218180
Binary10011101101010110100
Octal11332264

Shades and tints

Shades of #09DAB4

#09DAB4
(9,218,180)
#09C7A4
(9,199,164)
#09B494
(9,180,148)
#09A184
(9,161,132)
#098E74
(9,142,116)
#097B64
(9,123,100)
#096854
(9,104,84)
#095544
(9,85,68)
#094234
(9,66,52)
#092F24
(9,47,36)
#091C14
(9,28,20)
#000000
(0,0,0)

Tints of #09DAB4

#09DAB4
(9,218,180)
#1FDDBA
(31,221,186)
#35E0C0
(53,224,192)
#4BE3C6
(75,227,198)
#61E6CC
(97,230,204)
#77E9D2
(119,233,210)
#8DECD8
(141,236,216)
#A3EFDE
(163,239,222)
#B9F2E4
(185,242,228)
#CFF5EA
(207,245,234)
#E5F8F0
(229,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09DAB4 color. Also use rgb(9,218,180) instead hex code.

Text Font Color

.myTextColor { color: #09DAB4; }

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

This text font color is #09DAB4.


Background Color

.myBgColor { background-color: #09DAB4; }

<div style="background-color:#09DAB4">Inner text</div>

This div background color is #09DAB4.


Border color

.myBorderColor { border: 1px solid #09DAB4; }

<div style="border:3px solid #09DAB4">Div</div>

This div border color is #09DAB4.


Opacity

.myOpacity80 { color: #09DAB4; opacity: 0.8; }

<p style="color:#09DAB4;opacity:0.8;">80%</p>

Text with #09DAB4 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 #09DAB4;}

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

This text has shadow with #09DAB4 color.

.textShadow {text-shadow: 3px 3px 1px #09DAB4, 3px 3px 1px red;}

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

This text has shadow with #09DAB4 primary color and red secondary color.


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

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

This text has shadow with #09DAB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09DAB4 on black background.


Color preview on white background

This text has color #09DAB4 on white background.



Black color preview on #09DAB4 background

This text has black color on #09DAB4 background.


White color preview on #09DAB4 background

This text has white color on #09DAB4 background.