COLOR #72A0BD

HEX: #72A0BD RGB: (114,160,189)

Color info

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

RGB color model

#72A0BD color RGB value is (114,160,189).

RGB: (114,160,189) (45%, 63%, 74%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 189 of 255 = 74%

114
160
189

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

Portions of RGB colors in percentages

R + G + B = 114 + 160 + 189 = 463 (100%)
R 114 of 463 ~ 24.62%
G 160 of 463 ~ 34.56%
B 189 of 463 ~ 40.82'%

%24.62
%34.56
%40.82

CMYK color model

#72A0BD color CMYK value is (40,15,0,26).

  • cyan value is 39.68%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (40,15,0,26)
C40M15Y0K26 (40%, 15%, 0%, 26%)
(0.40 / 0.15 / 0.00 / 0.26)

CMYK percentages

%39.68
%15.34
%0
%25.88

Codes

Color #72A0BD in popluar color models

72 A0 BD
RGB 114 160 189
HSL 203° 36.23% 59.41%
HSB/HSV 203° 39.68% 74.12%
CMYK 39.68% 15.34% 0.00%
25.88%

Color #72A0BD in popluar number systems.

HEX 72 A0 BD
Decimal 114 160 189
Binary 1110010 10100000 10111101
Octal 162 240 275

Shades and tints

Shades of #72A0BD

#72A0BD
(114,160,189)
#6892AC
(104,146,172)
#5E849B
(94,132,155)
#54768A
(84,118,138)
#4A6879
(74,104,121)
#405A68
(64,90,104)
#364C57
(54,76,87)
#2C3E46
(44,62,70)
#223035
(34,48,53)
#182224
(24,34,36)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72A0BD

#72A0BD
(114,160,189)
#7EA8C3
(126,168,195)
#8AB0C9
(138,176,201)
#96B8CF
(150,184,207)
#A2C0D5
(162,192,213)
#AEC8DB
(174,200,219)
#BAD0E1
(186,208,225)
#C6D8E7
(198,216,231)
#D2E0ED
(210,224,237)
#DEE8F3
(222,232,243)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A0BD color. Also use rgb(114,160,189) instead hex code.

Text Font Color

.myTextColor { color: #72A0BD; }

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

This text font color is #72A0BD.

Background Color

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

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

This div background color is #72A0BD.

Border color

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

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

This div border color is #72A0BD.

Opacity

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

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

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

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

This text has shadow with #72A0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A0BD.

Preview

Color preview on black background

This text has color #72A0BD on black background.


Color preview on white background

This text has color #72A0BD on white background.


Black color preview on #72A0BD background

This text has black color on #72A0BD background.


White color preview on #72A0BD background

This text has white color on #72A0BD background.


Related colors

Complementary color

Complementary color for #hex is #8D5F42.


I love getcolorcode.com

Triadic colors

1 #BD72A0 and #A0BD72 with #72A0BD are triadic colors.

2 #BDA072 and #A072BD with #72A0BD are triadic colors.