COLOR #09AAC2

HEX: #09AAC2
RGB: (9,170,194)

Color info

#09AAC2 contains mainly green and blue colors. Web safe color of #09AAC2 is #0099CC (or #09C).

RGB color model

#09AAC2 color RGB value is (9,170,194).

  • red value is 9;
  • green value is 170;
  • blue value is 194.
RGB:
(9,170,194)
(4%,67%,76%)

RGB channels and saturation

R 9 of 255 = 4%
G 170 of 255 = 67%
B 194 of 255 = 76%

9
170
194

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

Portions of RGB colors in percentages

R + G + B =
9 + 170 + 194 = 373 (100%)
R 9 of 373 ~ 2.41%
G 170 of 373 ~ 45.58%
B 194 of 373 ~ 52.01%

%45.58
%52.01

CMYK color model

#09AAC2 color CMYK value is (95,12,0,24).

  • cyan value is 95.36%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(95,12,0,24)
C95M12Y0K24 
(95%,12%,0%,24%)
(0.95/0.12/0.00/0.24)	

CMYK percentages

%95.36
%12.37
%0
%23.92

Codes

Color #09AAC2 in popluar color models

09AAC2
RGB9170194
HSL188°91.13%39.80%
HSB/HSV188°95.36%76.08%
CMYK95.36%12.37%0.00%
23.92%

Color #09AAC2 in popluar number systems.

HEX09AAC2
Decimal9170194
Binary10011010101011000010
Octal11252302

Shades and tints

Shades of #09AAC2

#09AAC2
(9,170,194)
#099BB1
(9,155,177)
#098CA0
(9,140,160)
#097D8F
(9,125,143)
#096E7E
(9,110,126)
#095F6D
(9,95,109)
#09505C
(9,80,92)
#09414B
(9,65,75)
#09323A
(9,50,58)
#092329
(9,35,41)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #09AAC2

#09AAC2
(9,170,194)
#1FB1C7
(31,177,199)
#35B8CC
(53,184,204)
#4BBFD1
(75,191,209)
#61C6D6
(97,198,214)
#77CDDB
(119,205,219)
#8DD4E0
(141,212,224)
#A3DBE5
(163,219,229)
#B9E2EA
(185,226,234)
#CFE9EF
(207,233,239)
#E5F0F4
(229,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09AAC2 color. Also use rgb(9,170,194) instead hex code.

Text Font Color

.myTextColor { color: #09AAC2; }

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

This text font color is #09AAC2.


Background Color

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

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

This div background color is #09AAC2.


Border color

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

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

This div border color is #09AAC2.


Opacity

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

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

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

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

This text has shadow with #09AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09AAC2 on black background.


Color preview on white background

This text has color #09AAC2 on white background.



Black color preview on #09AAC2 background

This text has black color on #09AAC2 background.


White color preview on #09AAC2 background

This text has white color on #09AAC2 background.