COLOR #09DCBA

HEX: #09DCBA
RGB: (9,220,186)

Color info

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

RGB color model

#09DCBA color RGB value is (9,220,186).

  • red value is 9;
  • green value is 220;
  • blue value is 186.
RGB:
(9,220,186)
(4%,86%,73%)

RGB channels and saturation

R 9 of 255 = 4%
G 220 of 255 = 86%
B 186 of 255 = 73%

9
220
186

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

Portions of RGB colors in percentages

R + G + B =
9 + 220 + 186 = 415 (100%)
R 9 of 415 ~ 2.17%
G 220 of 415 ~ 53.01%
B 186 of 415 ~ 44.82%

%53.01
%44.82

CMYK color model

#09DCBA color CMYK value is (96,0,15,14).

  • cyan value is 95.91%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 13.73%
CMYK:
(96,0,15,14)
C96M0Y15K14 
(96%,0%,15%,14%)
(0.96/0.00/0.15/0.14)	

CMYK percentages

%95.91
%0
%15.45
%13.73

Codes

Color #09DCBA in popluar color models

09DCBA
RGB9220186
HSL170°92.14%44.90%
HSB/HSV170°95.91%86.27%
CMYK95.91%0.00%15.45%
13.73%

Color #09DCBA in popluar number systems.

HEX09DCBA
Decimal9220186
Binary10011101110010111010
Octal11334272

Shades and tints

Shades of #09DCBA

#09DCBA
(9,220,186)
#09C8AA
(9,200,170)
#09B49A
(9,180,154)
#09A08A
(9,160,138)
#098C7A
(9,140,122)
#09786A
(9,120,106)
#09645A
(9,100,90)
#09504A
(9,80,74)
#093C3A
(9,60,58)
#09282A
(9,40,42)
#09141A
(9,20,26)
#000000
(0,0,0)

Tints of #09DCBA

#09DCBA
(9,220,186)
#1FDFC0
(31,223,192)
#35E2C6
(53,226,198)
#4BE5CC
(75,229,204)
#61E8D2
(97,232,210)
#77EBD8
(119,235,216)
#8DEEDE
(141,238,222)
#A3F1E4
(163,241,228)
#B9F4EA
(185,244,234)
#CFF7F0
(207,247,240)
#E5FAF6
(229,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09DCBA color. Also use rgb(9,220,186) instead hex code.

Text Font Color

.myTextColor { color: #09DCBA; }

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

This text font color is #09DCBA.


Background Color

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

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

This div background color is #09DCBA.


Border color

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

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

This div border color is #09DCBA.


Opacity

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

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

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

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

This text has shadow with #09DCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09DCBA on black background.


Color preview on white background

This text has color #09DCBA on white background.



Black color preview on #09DCBA background

This text has black color on #09DCBA background.


White color preview on #09DCBA background

This text has white color on #09DCBA background.