COLOR #2AACC6

HEX: #2AACC6
RGB: (42,172,198)

Color info

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

RGB color model

#2AACC6 color RGB value is (42,172,198).

  • red value is 42;
  • green value is 172;
  • blue value is 198.
RGB:
(42,172,198)
(16%,67%,78%)

RGB channels and saturation

R 42 of 255 = 16%
G 172 of 255 = 67%
B 198 of 255 = 78%

42
172
198

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

Portions of RGB colors in percentages

R + G + B =
42 + 172 + 198 = 412 (100%)
R 42 of 412 ~ 10.19%
G 172 of 412 ~ 41.75%
B 198 of 412 ~ 48.06%

%10.19
%41.75
%48.06

CMYK color model

#2AACC6 color CMYK value is (79,13,0,22).

  • cyan value is 78.79%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(79,13,0,22)
C79M13Y0K22 
(79%,13%,0%,22%)
(0.79/0.13/0.00/0.22)	

CMYK percentages

%78.79
%13.13
%0
%22.35

Codes

Color #2AACC6 in popluar color models

2AACC6
RGB42172198
HSL190°65.00%47.06%
HSB/HSV190°78.79%77.65%
CMYK78.79%13.13%0.00%
22.35%

Color #2AACC6 in popluar number systems.

HEX2AACC6
Decimal42172198
Binary1010101010110011000110
Octal52254306

Shades and tints

Shades of #2AACC6

#2AACC6
(42,172,198)
#279DB4
(39,157,180)
#248EA2
(36,142,162)
#217F90
(33,127,144)
#1E707E
(30,112,126)
#1B616C
(27,97,108)
#18525A
(24,82,90)
#154348
(21,67,72)
#123436
(18,52,54)
#0F2524
(15,37,36)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #2AACC6

#2AACC6
(42,172,198)
#3DB3CB
(61,179,203)
#50BAD0
(80,186,208)
#63C1D5
(99,193,213)
#76C8DA
(118,200,218)
#89CFDF
(137,207,223)
#9CD6E4
(156,214,228)
#AFDDE9
(175,221,233)
#C2E4EE
(194,228,238)
#D5EBF3
(213,235,243)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AACC6 color. Also use rgb(42,172,198) instead hex code.

Text Font Color

.myTextColor { color: #2AACC6; }

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

This text font color is #2AACC6.


Background Color

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

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

This div background color is #2AACC6.


Border color

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

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

This div border color is #2AACC6.


Opacity

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

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

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

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

This text has shadow with #2AACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AACC6 on black background.


Color preview on white background

This text has color #2AACC6 on white background.



Black color preview on #2AACC6 background

This text has black color on #2AACC6 background.


White color preview on #2AACC6 background

This text has white color on #2AACC6 background.