COLOR #09CED1

HEX: #09CED1
RGB: (9,206,209)

Color info

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

RGB color model

#09CED1 color RGB value is (9,206,209).

  • red value is 9;
  • green value is 206;
  • blue value is 209.
RGB:
(9,206,209)
(4%,81%,82%)

RGB channels and saturation

R 9 of 255 = 4%
G 206 of 255 = 81%
B 209 of 255 = 82%

9
206
209

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

Portions of RGB colors in percentages

R + G + B =
9 + 206 + 209 = 424 (100%)
R 9 of 424 ~ 2.12%
G 206 of 424 ~ 48.58%
B 209 of 424 ~ 49.29%

%48.58
%49.29

CMYK color model

#09CED1 color CMYK value is (96,1,0,18).

  • cyan value is 95.69%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(96,1,0,18)
C96M1Y0K18 
(96%,1%,0%,18%)
(0.96/0.01/0.00/0.18)	

CMYK percentages

%95.69
%1.44
%0
%18.04

Codes

Color #09CED1 in popluar color models

09CED1
RGB9206209
HSL181°91.74%42.75%
HSB/HSV181°95.69%81.96%
CMYK95.69%1.44%0.00%
18.04%

Color #09CED1 in popluar number systems.

HEX09CED1
Decimal9206209
Binary10011100111011010001
Octal11316321

Shades and tints

Shades of #09CED1

#09CED1
(9,206,209)
#09BCBE
(9,188,190)
#09AAAB
(9,170,171)
#099898
(9,152,152)
#098685
(9,134,133)
#097472
(9,116,114)
#09625F
(9,98,95)
#09504C
(9,80,76)
#093E39
(9,62,57)
#092C26
(9,44,38)
#091A13
(9,26,19)
#000000
(0,0,0)

Tints of #09CED1

#09CED1
(9,206,209)
#1FD2D5
(31,210,213)
#35D6D9
(53,214,217)
#4BDADD
(75,218,221)
#61DEE1
(97,222,225)
#77E2E5
(119,226,229)
#8DE6E9
(141,230,233)
#A3EAED
(163,234,237)
#B9EEF1
(185,238,241)
#CFF2F5
(207,242,245)
#E5F6F9
(229,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09CED1 color. Also use rgb(9,206,209) instead hex code.

Text Font Color

.myTextColor { color: #09CED1; }

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

This text font color is #09CED1.


Background Color

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

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

This div background color is #09CED1.


Border color

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

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

This div border color is #09CED1.


Opacity

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

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

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

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

This text has shadow with #09CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09CED1 on black background.


Color preview on white background

This text has color #09CED1 on white background.



Black color preview on #09CED1 background

This text has black color on #09CED1 background.


White color preview on #09CED1 background

This text has white color on #09CED1 background.