COLOR #2AB7E8

HEX: #2AB7E8
RGB: (42,183,232)

Color info

#2AB7E8 contains mainly green and blue colors. Web safe color of #2AB7E8 is #33CCFF (or #3CF).

RGB color model

#2AB7E8 color RGB value is (42,183,232).

  • red value is 42;
  • green value is 183;
  • blue value is 232.
RGB:
(42,183,232)
(16%,72%,91%)

RGB channels and saturation

R 42 of 255 = 16%
G 183 of 255 = 72%
B 232 of 255 = 91%

42
183
232

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

Portions of RGB colors in percentages

R + G + B =
42 + 183 + 232 = 457 (100%)
R 42 of 457 ~ 9.19%
G 183 of 457 ~ 40.04%
B 232 of 457 ~ 50.77%

%40.04
%50.77

CMYK color model

#2AB7E8 color CMYK value is (82,21,0,9).

  • cyan value is 81.90%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(82,21,0,9)
C82M21Y0K9 
(82%,21%,0%,9%)
(0.82/0.21/0.00/0.09)	

CMYK percentages

%81.9
%21.12
%0
%9.02

Codes

Color #2AB7E8 in popluar color models

2AB7E8
RGB42183232
HSL195°80.51%53.73%
HSB/HSV195°81.90%90.98%
CMYK81.90%21.12%0.00%
9.02%

Color #2AB7E8 in popluar number systems.

HEX2AB7E8
Decimal42183232
Binary1010101011011111101000
Octal52267350

Shades and tints

Shades of #2AB7E8

#2AB7E8
(42,183,232)
#27A7D3
(39,167,211)
#2497BE
(36,151,190)
#2187A9
(33,135,169)
#1E7794
(30,119,148)
#1B677F
(27,103,127)
#18576A
(24,87,106)
#154755
(21,71,85)
#123740
(18,55,64)
#0F272B
(15,39,43)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #2AB7E8

#2AB7E8
(42,183,232)
#3DBDEA
(61,189,234)
#50C3EC
(80,195,236)
#63C9EE
(99,201,238)
#76CFF0
(118,207,240)
#89D5F2
(137,213,242)
#9CDBF4
(156,219,244)
#AFE1F6
(175,225,246)
#C2E7F8
(194,231,248)
#D5EDFA
(213,237,250)
#E8F3FC
(232,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AB7E8 color. Also use rgb(42,183,232) instead hex code.

Text Font Color

.myTextColor { color: #2AB7E8; }

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

This text font color is #2AB7E8.


Background Color

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

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

This div background color is #2AB7E8.


Border color

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

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

This div border color is #2AB7E8.


Opacity

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

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

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

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

This text has shadow with #2AB7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB7E8 on black background.


Color preview on white background

This text has color #2AB7E8 on white background.



Black color preview on #2AB7E8 background

This text has black color on #2AB7E8 background.


White color preview on #2AB7E8 background

This text has white color on #2AB7E8 background.