COLOR #72ABBE

HEX: #72ABBE RGB: (114,171,190)

Color info

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

RGB color model

#72ABBE color RGB value is (114,171,190).

RGB: (114,171,190) (45%, 67%, 75%)

RGB channels and saturation

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

114
171
190

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

Portions of RGB colors in percentages

R + G + B = 114 + 171 + 190 = 475 (100%)
R 114 of 475 ~ 24%
G 171 of 475 ~ 36%
B 190 of 475 ~ 40'%

%24
%36
%40

CMYK color model

#72ABBE color CMYK value is (40,10,0,25).

  • cyan value is 40.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (40,10,0,25)
C40M10Y0K25 (40%, 10%, 0%, 25%)
(0.40 / 0.10 / 0.00 / 0.25)

CMYK percentages

%40
%10
%0
%25.49

Codes

Color #72ABBE in popluar color models

72 AB BE
RGB 114 171 190
HSL 195° 36.89% 59.61%
HSB/HSV 195° 40.00% 74.51%
CMYK 40.00% 10.00% 0.00%
25.49%

Color #72ABBE in popluar number systems.

HEX 72 AB BE
Decimal 114 171 190
Binary 1110010 10101011 10111110
Octal 162 253 276

Shades and tints

Shades of #72ABBE

#72ABBE
(114,171,190)
#689CAD
(104,156,173)
#5E8D9C
(94,141,156)
#547E8B
(84,126,139)
#4A6F7A
(74,111,122)
#406069
(64,96,105)
#365158
(54,81,88)
#2C4247
(44,66,71)
#223336
(34,51,54)
#182425
(24,36,37)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #72ABBE

#72ABBE
(114,171,190)
#7EB2C3
(126,178,195)
#8AB9C8
(138,185,200)
#96C0CD
(150,192,205)
#A2C7D2
(162,199,210)
#AECED7
(174,206,215)
#BAD5DC
(186,213,220)
#C6DCE1
(198,220,225)
#D2E3E6
(210,227,230)
#DEEAEB
(222,234,235)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72ABBE; }

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

This text font color is #72ABBE.

Background Color

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

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

This div background color is #72ABBE.

Border color

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

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

This div border color is #72ABBE.

Opacity

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

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

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

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

This text has shadow with #72ABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72ABBE.

Preview

Color preview on black background

This text has color #72ABBE on black background.


Color preview on white background

This text has color #72ABBE on white background.


Black color preview on #72ABBE background

This text has black color on #72ABBE background.


White color preview on #72ABBE background

This text has white color on #72ABBE background.


Related colors

Complementary color

Complementary color for #hex is #8D5441.


I love getcolorcode.com

Triadic colors

1 #BE72AB and #ABBE72 with #72ABBE are triadic colors.

2 #BEAB72 and #AB72BE with #72ABBE are triadic colors.