COLOR #09E2E5

HEX: #09E2E5
RGB: (9,226,229)

Color info

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

RGB color model

#09E2E5 color RGB value is (9,226,229).

  • red value is 9;
  • green value is 226;
  • blue value is 229.
RGB:
(9,226,229)
(4%,89%,90%)

RGB channels and saturation

R 9 of 255 = 4%
G 226 of 255 = 89%
B 229 of 255 = 90%

9
226
229

R + G + B ~ 61%. #09E2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 226 + 229 = 464 (100%)
R 9 of 464 ~ 1.94%
G 226 of 464 ~ 48.71%
B 229 of 464 ~ 49.35%

%48.71
%49.35

CMYK color model

#09E2E5 color CMYK value is (96,1,0,10).

  • cyan value is 96.07%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(96,1,0,10)
C96M1Y0K10 
(96%,1%,0%,10%)
(0.96/0.01/0.00/0.10)	

CMYK percentages

%96.07
%1.31
%0
%10.2

Codes

Color #09E2E5 in popluar color models

09E2E5
RGB9226229
HSL181°92.44%46.67%
HSB/HSV181°96.07%89.80%
CMYK96.07%1.31%0.00%
10.20%

Color #09E2E5 in popluar number systems.

HEX09E2E5
Decimal9226229
Binary10011110001011100101
Octal11342345

Shades and tints

Shades of #09E2E5

#09E2E5
(9,226,229)
#09CED1
(9,206,209)
#09BABD
(9,186,189)
#09A6A9
(9,166,169)
#099295
(9,146,149)
#097E81
(9,126,129)
#096A6D
(9,106,109)
#095659
(9,86,89)
#094245
(9,66,69)
#092E31
(9,46,49)
#091A1D
(9,26,29)
#000000
(0,0,0)

Tints of #09E2E5

#09E2E5
(9,226,229)
#1FE4E7
(31,228,231)
#35E6E9
(53,230,233)
#4BE8EB
(75,232,235)
#61EAED
(97,234,237)
#77ECEF
(119,236,239)
#8DEEF1
(141,238,241)
#A3F0F3
(163,240,243)
#B9F2F5
(185,242,245)
#CFF4F7
(207,244,247)
#E5F6F9
(229,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E2E5 color. Also use rgb(9,226,229) instead hex code.

Text Font Color

.myTextColor { color: #09E2E5; }

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

This text font color is #09E2E5.


Background Color

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

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

This div background color is #09E2E5.


Border color

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

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

This div border color is #09E2E5.


Opacity

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

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

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

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

This text has shadow with #09E2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E2E5 on black background.


Color preview on white background

This text has color #09E2E5 on white background.



Black color preview on #09E2E5 background

This text has black color on #09E2E5 background.


White color preview on #09E2E5 background

This text has white color on #09E2E5 background.