COLOR #00A0C9

HEX: #00A0C9
RGB: (0,160,201)

Color info

#00A0C9 contains only green and blue colors. Web safe color of #00A0C9 is #0099CC (or #09C).

RGB color model

#00A0C9 color RGB value is (0,160,201).

  • red value is 0;
  • green value is 160;
  • blue value is 201.
RGB:
(0,160,201)
(0%,63%,79%)

RGB channels and saturation

R 0 of 255 = 0%
G 160 of 255 = 63%
B 201 of 255 = 79%

0
160
201

R + G + B ~ 47%. #00A0C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 160 + 201 = 361 (100%)
R 0 of 361 ~ 0%
G 160 of 361 ~ 44.32%
B 201 of 361 ~ 55.68%

%44.32
%55.68

CMYK color model

#00A0C9 color CMYK value is (100,20,0,21).

  • cyan value is 100.00%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(100,20,0,21)
C100M20Y0K21 
(100%,20%,0%,21%)
(1.00/0.20/0.00/0.21)	

CMYK percentages

%100
%20.4
%0
%21.18

Codes

Color #00A0C9 in popluar color models

00A0C9
RGB0160201
HSL192°100.00%39.41%
HSB/HSV192°100.00%78.82%
CMYK100.00%20.40%0.00%
21.18%

Color #00A0C9 in popluar number systems.

HEX00A0C9
Decimal0160201
Binary01010000011001001
Octal0240311

Shades and tints

Shades of #00A0C9

#00A0C9
(0,160,201)
#0092B7
(0,146,183)
#0084A5
(0,132,165)
#007693
(0,118,147)
#006881
(0,104,129)
#005A6F
(0,90,111)
#004C5D
(0,76,93)
#003E4B
(0,62,75)
#003039
(0,48,57)
#002227
(0,34,39)
#001415
(0,20,21)
#000000
(0,0,0)

Tints of #00A0C9

#00A0C9
(0,160,201)
#17A8CD
(23,168,205)
#2EB0D1
(46,176,209)
#45B8D5
(69,184,213)
#5CC0D9
(92,192,217)
#73C8DD
(115,200,221)
#8AD0E1
(138,208,225)
#A1D8E5
(161,216,229)
#B8E0E9
(184,224,233)
#CFE8ED
(207,232,237)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A0C9 color. Also use rgb(0,160,201) instead hex code.

Text Font Color

.myTextColor { color: #00A0C9; }

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

This text font color is #00A0C9.


Background Color

.myBgColor { background-color: #00A0C9; }

<div style="background-color:#00A0C9">Inner text</div>

This div background color is #00A0C9.


Border color

.myBorderColor { border: 1px solid #00A0C9; }

<div style="border:3px solid #00A0C9">Div</div>

This div border color is #00A0C9.


Opacity

.myOpacity80 { color: #00A0C9; opacity: 0.8; }

<p style="color:#00A0C9;opacity:0.8;">80%</p>

Text with #00A0C9 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 #00A0C9;}

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

This text has shadow with #00A0C9 color.

.textShadow {text-shadow: 3px 3px 1px #00A0C9, 3px 3px 1px red;}

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

This text has shadow with #00A0C9 primary color and red secondary color.


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

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

This text has shadow with #00A0C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A0C9 on black background.


Color preview on white background

This text has color #00A0C9 on white background.



Black color preview on #00A0C9 background

This text has black color on #00A0C9 background.


White color preview on #00A0C9 background

This text has white color on #00A0C9 background.