COLOR #72A2CD

HEX: #72A2CD
RGB: (114,162,205)

Color info

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

RGB color model

#72A2CD color RGB value is (114,162,205).

  • red value is 114;
  • green value is 162;
  • blue value is 205.
RGB:
(114,162,205)
(45%,64%,80%)

RGB channels and saturation

R 114 of 255 = 45%
G 162 of 255 = 64%
B 205 of 255 = 80%

114
162
205

R + G + B ~ 63%. #72A2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 162 + 205 = 481 (100%)
R 114 of 481 ~ 23.7%
G 162 of 481 ~ 33.68%
B 205 of 481 ~ 42.62%

%23.7
%33.68
%42.62

CMYK color model

#72A2CD color CMYK value is (44,21,0,20).

  • cyan value is 44.39%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(44,21,0,20)
C44M21Y0K20 
(44%,21%,0%,20%)
(0.44/0.21/0.00/0.20)	

CMYK percentages

%44.39
%20.98
%0
%19.61

Codes

Color #72A2CD in popluar color models

72A2CD
RGB114162205
HSL208°47.64%62.55%
HSB/HSV208°44.39%80.39%
CMYK44.39%20.98%0.00%
19.61%

Color #72A2CD in popluar number systems.

HEX72A2CD
Decimal114162205
Binary11100101010001011001101
Octal162242315

Shades and tints

Shades of #72A2CD

#72A2CD
(114,162,205)
#6894BB
(104,148,187)
#5E86A9
(94,134,169)
#547897
(84,120,151)
#4A6A85
(74,106,133)
#405C73
(64,92,115)
#364E61
(54,78,97)
#2C404F
(44,64,79)
#22323D
(34,50,61)
#18242B
(24,36,43)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #72A2CD

#72A2CD
(114,162,205)
#7EAAD1
(126,170,209)
#8AB2D5
(138,178,213)
#96BAD9
(150,186,217)
#A2C2DD
(162,194,221)
#AECAE1
(174,202,225)
#BAD2E5
(186,210,229)
#C6DAE9
(198,218,233)
#D2E2ED
(210,226,237)
#DEEAF1
(222,234,241)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A2CD color. Also use rgb(114,162,205) instead hex code.

Text Font Color

.myTextColor { color: #72A2CD; }

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

This text font color is #72A2CD.


Background Color

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

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

This div background color is #72A2CD.


Border color

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

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

This div border color is #72A2CD.


Opacity

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

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

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

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

This text has shadow with #72A2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A2CD on black background.


Color preview on white background

This text has color #72A2CD on white background.



Black color preview on #72A2CD background

This text has black color on #72A2CD background.


White color preview on #72A2CD background

This text has white color on #72A2CD background.