COLOR #72AAB8

HEX: #72AAB8
RGB: (114,170,184)

Color info

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

RGB color model

#72AAB8 color RGB value is (114,170,184).

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

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 184 of 255 = 72%

114
170
184

R + G + B ~ 61%. #72AAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 184 = 468 (100%)
R 114 of 468 ~ 24.36%
G 170 of 468 ~ 36.32%
B 184 of 468 ~ 39.32%

%24.36
%36.32
%39.32

CMYK color model

#72AAB8 color CMYK value is (38,8,0,28).

  • cyan value is 38.04%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(38,8,0,28)
C38M8Y0K28 
(38%,8%,0%,28%)
(0.38/0.08/0.00/0.28)	

CMYK percentages

%38.04
%7.61
%0
%27.84

Codes

Color #72AAB8 in popluar color models

72AAB8
RGB114170184
HSL192°33.02%58.43%
HSB/HSV192°38.04%72.16%
CMYK38.04%7.61%0.00%
27.84%

Color #72AAB8 in popluar number systems.

HEX72AAB8
Decimal114170184
Binary11100101010101010111000
Octal162252270

Shades and tints

Shades of #72AAB8

#72AAB8
(114,170,184)
#689BA8
(104,155,168)
#5E8C98
(94,140,152)
#547D88
(84,125,136)
#4A6E78
(74,110,120)
#405F68
(64,95,104)
#365058
(54,80,88)
#2C4148
(44,65,72)
#223238
(34,50,56)
#182328
(24,35,40)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #72AAB8

#72AAB8
(114,170,184)
#7EB1BE
(126,177,190)
#8AB8C4
(138,184,196)
#96BFCA
(150,191,202)
#A2C6D0
(162,198,208)
#AECDD6
(174,205,214)
#BAD4DC
(186,212,220)
#C6DBE2
(198,219,226)
#D2E2E8
(210,226,232)
#DEE9EE
(222,233,238)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AAB8; }

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

This text font color is #72AAB8.


Background Color

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

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

This div background color is #72AAB8.


Border color

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

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

This div border color is #72AAB8.


Opacity

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

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

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

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

This text has shadow with #72AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AAB8 on black background.


Color preview on white background

This text has color #72AAB8 on white background.



Black color preview on #72AAB8 background

This text has black color on #72AAB8 background.


White color preview on #72AAB8 background

This text has white color on #72AAB8 background.