COLOR #2AB0CC

HEX: #2AB0CC
RGB: (42,176,204)

Color info

#2AB0CC contains mainly green and blue colors. Web safe color of #2AB0CC is #3399CC (or #39C).

RGB color model

#2AB0CC color RGB value is (42,176,204).

  • red value is 42;
  • green value is 176;
  • blue value is 204.
RGB:
(42,176,204)
(16%,69%,80%)

RGB channels and saturation

R 42 of 255 = 16%
G 176 of 255 = 69%
B 204 of 255 = 80%

42
176
204

R + G + B ~ 55%. #2AB0CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
42 + 176 + 204 = 422 (100%)
R 42 of 422 ~ 9.95%
G 176 of 422 ~ 41.71%
B 204 of 422 ~ 48.34%

%9.95
%41.71
%48.34

CMYK color model

#2AB0CC color CMYK value is (79,14,0,20).

  • cyan value is 79.41%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(79,14,0,20)
C79M14Y0K20 
(79%,14%,0%,20%)
(0.79/0.14/0.00/0.20)	

CMYK percentages

%79.41
%13.73
%0
%20

Codes

Color #2AB0CC in popluar color models

2AB0CC
RGB42176204
HSL190°65.85%48.24%
HSB/HSV190°79.41%80.00%
CMYK79.41%13.73%0.00%
20.00%

Color #2AB0CC in popluar number systems.

HEX2AB0CC
Decimal42176204
Binary1010101011000011001100
Octal52260314

Shades and tints

Shades of #2AB0CC

#2AB0CC
(42,176,204)
#27A0BA
(39,160,186)
#2490A8
(36,144,168)
#218096
(33,128,150)
#1E7084
(30,112,132)
#1B6072
(27,96,114)
#185060
(24,80,96)
#15404E
(21,64,78)
#12303C
(18,48,60)
#0F202A
(15,32,42)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #2AB0CC

#2AB0CC
(42,176,204)
#3DB7D0
(61,183,208)
#50BED4
(80,190,212)
#63C5D8
(99,197,216)
#76CCDC
(118,204,220)
#89D3E0
(137,211,224)
#9CDAE4
(156,218,228)
#AFE1E8
(175,225,232)
#C2E8EC
(194,232,236)
#D5EFF0
(213,239,240)
#E8F6F4
(232,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AB0CC color. Also use rgb(42,176,204) instead hex code.

Text Font Color

.myTextColor { color: #2AB0CC; }

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

This text font color is #2AB0CC.


Background Color

.myBgColor { background-color: #2AB0CC; }

<div style="background-color:#2AB0CC">Inner text</div>

This div background color is #2AB0CC.


Border color

.myBorderColor { border: 1px solid #2AB0CC; }

<div style="border:3px solid #2AB0CC">Div</div>

This div border color is #2AB0CC.


Opacity

.myOpacity80 { color: #2AB0CC; opacity: 0.8; }

<p style="color:#2AB0CC;opacity:0.8;">80%</p>

Text with #2AB0CC 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 #2AB0CC;}

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

This text has shadow with #2AB0CC color.

.textShadow {text-shadow: 3px 3px 1px #2AB0CC, 3px 3px 1px red;}

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

This text has shadow with #2AB0CC primary color and red secondary color.


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

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

This text has shadow with #2AB0CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB0CC on black background.


Color preview on white background

This text has color #2AB0CC on white background.



Black color preview on #2AB0CC background

This text has black color on #2AB0CC background.


White color preview on #2AB0CC background

This text has white color on #2AB0CC background.