COLOR #09DEB3

HEX: #09DEB3
RGB: (9,222,179)

Color info

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

RGB color model

#09DEB3 color RGB value is (9,222,179).

  • red value is 9;
  • green value is 222;
  • blue value is 179.
RGB:
(9,222,179)
(4%,87%,70%)

RGB channels and saturation

R 9 of 255 = 4%
G 222 of 255 = 87%
B 179 of 255 = 70%

9
222
179

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

Portions of RGB colors in percentages

R + G + B =
9 + 222 + 179 = 410 (100%)
R 9 of 410 ~ 2.2%
G 222 of 410 ~ 54.15%
B 179 of 410 ~ 43.66%

%54.15
%43.66

CMYK color model

#09DEB3 color CMYK value is (96,0,19,13).

  • cyan value is 95.95%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(96,0,19,13)
C96M0Y19K13 
(96%,0%,19%,13%)
(0.96/0.00/0.19/0.13)	

CMYK percentages

%95.95
%0
%19.37
%12.94

Codes

Color #09DEB3 in popluar color models

09DEB3
RGB9222179
HSL168°92.21%45.29%
HSB/HSV168°95.95%87.06%
CMYK95.95%0.00%19.37%
12.94%

Color #09DEB3 in popluar number systems.

HEX09DEB3
Decimal9222179
Binary10011101111010110011
Octal11336263

Shades and tints

Shades of #09DEB3

#09DEB3
(9,222,179)
#09CAA3
(9,202,163)
#09B693
(9,182,147)
#09A283
(9,162,131)
#098E73
(9,142,115)
#097A63
(9,122,99)
#096653
(9,102,83)
#095243
(9,82,67)
#093E33
(9,62,51)
#092A23
(9,42,35)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #09DEB3

#09DEB3
(9,222,179)
#1FE1B9
(31,225,185)
#35E4BF
(53,228,191)
#4BE7C5
(75,231,197)
#61EACB
(97,234,203)
#77EDD1
(119,237,209)
#8DF0D7
(141,240,215)
#A3F3DD
(163,243,221)
#B9F6E3
(185,246,227)
#CFF9E9
(207,249,233)
#E5FCEF
(229,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09DEB3 color. Also use rgb(9,222,179) instead hex code.

Text Font Color

.myTextColor { color: #09DEB3; }

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

This text font color is #09DEB3.


Background Color

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

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

This div background color is #09DEB3.


Border color

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

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

This div border color is #09DEB3.


Opacity

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

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

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

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

This text has shadow with #09DEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09DEB3 on black background.


Color preview on white background

This text has color #09DEB3 on white background.



Black color preview on #09DEB3 background

This text has black color on #09DEB3 background.


White color preview on #09DEB3 background

This text has white color on #09DEB3 background.