COLOR #76ABB8

HEX: #76ABB8
RGB: (118,171,184)

Color info

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

RGB color model

#76ABB8 color RGB value is (118,171,184).

  • red value is 118;
  • green value is 171;
  • blue value is 184.
RGB:
(118,171,184)
(46%,67%,72%)

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 184 of 255 = 72%

118
171
184

R + G + B ~ 62%. #76ABB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 184 = 473 (100%)
R 118 of 473 ~ 24.95%
G 171 of 473 ~ 36.15%
B 184 of 473 ~ 38.9%

%24.95
%36.15
%38.9

CMYK color model

#76ABB8 color CMYK value is (36,7,0,28).

  • cyan value is 35.87%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(36,7,0,28)
C36M7Y0K28 
(36%,7%,0%,28%)
(0.36/0.07/0.00/0.28)	

CMYK percentages

%35.87
%7.07
%0
%27.84

Codes

Color #76ABB8 in popluar color models

76ABB8
RGB118171184
HSL192°31.73%59.22%
HSB/HSV192°35.87%72.16%
CMYK35.87%7.07%0.00%
27.84%

Color #76ABB8 in popluar number systems.

HEX76ABB8
Decimal118171184
Binary11101101010101110111000
Octal166253270

Shades and tints

Shades of #76ABB8

#76ABB8
(118,171,184)
#6C9CA8
(108,156,168)
#628D98
(98,141,152)
#587E88
(88,126,136)
#4E6F78
(78,111,120)
#446068
(68,96,104)
#3A5158
(58,81,88)
#304248
(48,66,72)
#263338
(38,51,56)
#1C2428
(28,36,40)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #76ABB8

#76ABB8
(118,171,184)
#82B2BE
(130,178,190)
#8EB9C4
(142,185,196)
#9AC0CA
(154,192,202)
#A6C7D0
(166,199,208)
#B2CED6
(178,206,214)
#BED5DC
(190,213,220)
#CADCE2
(202,220,226)
#D6E3E8
(214,227,232)
#E2EAEE
(226,234,238)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ABB8 color. Also use rgb(118,171,184) instead hex code.

Text Font Color

.myTextColor { color: #76ABB8; }

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

This text font color is #76ABB8.


Background Color

.myBgColor { background-color: #76ABB8; }

<div style="background-color:#76ABB8">Inner text</div>

This div background color is #76ABB8.


Border color

.myBorderColor { border: 1px solid #76ABB8; }

<div style="border:3px solid #76ABB8">Div</div>

This div border color is #76ABB8.


Opacity

.myOpacity80 { color: #76ABB8; opacity: 0.8; }

<p style="color:#76ABB8;opacity:0.8;">80%</p>

Text with #76ABB8 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 #76ABB8;}

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

This text has shadow with #76ABB8 color.

.textShadow {text-shadow: 3px 3px 1px #76ABB8, 3px 3px 1px red;}

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

This text has shadow with #76ABB8 primary color and red secondary color.


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

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

This text has shadow with #76ABB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABB8 on black background.


Color preview on white background

This text has color #76ABB8 on white background.



Black color preview on #76ABB8 background

This text has black color on #76ABB8 background.


White color preview on #76ABB8 background

This text has white color on #76ABB8 background.