COLOR #72AABE

HEX: #72AABE
RGB: (114,170,190)

Color info

#72AABE contains mainly green and blue colors. Web safe color of #72AABE is #6699CC (or #69C).

RGB color model

#72AABE color RGB value is (114,170,190).

  • red value is 114;
  • green value is 170;
  • blue value is 190.
RGB:
(114,170,190)
(45%,67%,75%)

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 190 of 255 = 75%

114
170
190

R + G + B ~ 62%. #72AABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 190 = 474 (100%)
R 114 of 474 ~ 24.05%
G 170 of 474 ~ 35.86%
B 190 of 474 ~ 40.08%

%24.05
%35.86
%40.08

CMYK color model

#72AABE color CMYK value is (40,11,0,25).

  • cyan value is 40.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(40,11,0,25)
C40M11Y0K25 
(40%,11%,0%,25%)
(0.40/0.11/0.00/0.25)	

CMYK percentages

%40
%10.53
%0
%25.49

Codes

Color #72AABE in popluar color models

72AABE
RGB114170190
HSL196°36.89%59.61%
HSB/HSV196°40.00%74.51%
CMYK40.00%10.53%0.00%
25.49%

Color #72AABE in popluar number systems.

HEX72AABE
Decimal114170190
Binary11100101010101010111110
Octal162252276

Shades and tints

Shades of #72AABE

#72AABE
(114,170,190)
#689BAD
(104,155,173)
#5E8C9C
(94,140,156)
#547D8B
(84,125,139)
#4A6E7A
(74,110,122)
#405F69
(64,95,105)
#365058
(54,80,88)
#2C4147
(44,65,71)
#223236
(34,50,54)
#182325
(24,35,37)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #72AABE

#72AABE
(114,170,190)
#7EB1C3
(126,177,195)
#8AB8C8
(138,184,200)
#96BFCD
(150,191,205)
#A2C6D2
(162,198,210)
#AECDD7
(174,205,215)
#BAD4DC
(186,212,220)
#C6DBE1
(198,219,225)
#D2E2E6
(210,226,230)
#DEE9EB
(222,233,235)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AABE color. Also use rgb(114,170,190) instead hex code.

Text Font Color

.myTextColor { color: #72AABE; }

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

This text font color is #72AABE.


Background Color

.myBgColor { background-color: #72AABE; }

<div style="background-color:#72AABE">Inner text</div>

This div background color is #72AABE.


Border color

.myBorderColor { border: 1px solid #72AABE; }

<div style="border:3px solid #72AABE">Div</div>

This div border color is #72AABE.


Opacity

.myOpacity80 { color: #72AABE; opacity: 0.8; }

<p style="color:#72AABE;opacity:0.8;">80%</p>

Text with #72AABE 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 #72AABE;}

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

This text has shadow with #72AABE color.

.textShadow {text-shadow: 3px 3px 1px #72AABE, 3px 3px 1px red;}

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

This text has shadow with #72AABE primary color and red secondary color.


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

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

This text has shadow with #72AABE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AABE on black background.


Color preview on white background

This text has color #72AABE on white background.



Black color preview on #72AABE background

This text has black color on #72AABE background.


White color preview on #72AABE background

This text has white color on #72AABE background.