COLOR #0AB1CD

HEX: #0AB1CD
RGB: (10,177,205)

Color info

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

RGB color model

#0AB1CD color RGB value is (10,177,205).

  • red value is 10;
  • green value is 177;
  • blue value is 205.
RGB:
(10,177,205)
(4%,69%,80%)

RGB channels and saturation

R 10 of 255 = 4%
G 177 of 255 = 69%
B 205 of 255 = 80%

10
177
205

R + G + B ~ 51%. #0AB1CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 177 + 205 = 392 (100%)
R 10 of 392 ~ 2.55%
G 177 of 392 ~ 45.15%
B 205 of 392 ~ 52.3%

%45.15
%52.3

CMYK color model

#0AB1CD color CMYK value is (95,14,0,20).

  • cyan value is 95.12%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(95,14,0,20)
C95M14Y0K20 
(95%,14%,0%,20%)
(0.95/0.14/0.00/0.20)	

CMYK percentages

%95.12
%13.66
%0
%19.61

Codes

Color #0AB1CD in popluar color models

0AB1CD
RGB10177205
HSL189°90.70%42.16%
HSB/HSV189°95.12%80.39%
CMYK95.12%13.66%0.00%
19.61%

Color #0AB1CD in popluar number systems.

HEX0AB1CD
Decimal10177205
Binary10101011000111001101
Octal12261315

Shades and tints

Shades of #0AB1CD

#0AB1CD
(10,177,205)
#0AA1BB
(10,161,187)
#0A91A9
(10,145,169)
#0A8197
(10,129,151)
#0A7185
(10,113,133)
#0A6173
(10,97,115)
#0A5161
(10,81,97)
#0A414F
(10,65,79)
#0A313D
(10,49,61)
#0A212B
(10,33,43)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #0AB1CD

#0AB1CD
(10,177,205)
#20B8D1
(32,184,209)
#36BFD5
(54,191,213)
#4CC6D9
(76,198,217)
#62CDDD
(98,205,221)
#78D4E1
(120,212,225)
#8EDBE5
(142,219,229)
#A4E2E9
(164,226,233)
#BAE9ED
(186,233,237)
#D0F0F1
(208,240,241)
#E6F7F5
(230,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AB1CD color. Also use rgb(10,177,205) instead hex code.

Text Font Color

.myTextColor { color: #0AB1CD; }

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

This text font color is #0AB1CD.


Background Color

.myBgColor { background-color: #0AB1CD; }

<div style="background-color:#0AB1CD">Inner text</div>

This div background color is #0AB1CD.


Border color

.myBorderColor { border: 1px solid #0AB1CD; }

<div style="border:3px solid #0AB1CD">Div</div>

This div border color is #0AB1CD.


Opacity

.myOpacity80 { color: #0AB1CD; opacity: 0.8; }

<p style="color:#0AB1CD;opacity:0.8;">80%</p>

Text with #0AB1CD 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 #0AB1CD;}

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

This text has shadow with #0AB1CD color.

.textShadow {text-shadow: 3px 3px 1px #0AB1CD, 3px 3px 1px red;}

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

This text has shadow with #0AB1CD primary color and red secondary color.


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

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

This text has shadow with #0AB1CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AB1CD on black background.


Color preview on white background

This text has color #0AB1CD on white background.



Black color preview on #0AB1CD background

This text has black color on #0AB1CD background.


White color preview on #0AB1CD background

This text has white color on #0AB1CD background.