COLOR #76ABD8

HEX: #76ABD8
RGB: (118,171,216)

Color info

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

RGB color model

#76ABD8 color RGB value is (118,171,216).

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

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 216 of 255 = 85%

118
171
216

R + G + B ~ 66%. #76ABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 216 = 505 (100%)
R 118 of 505 ~ 23.37%
G 171 of 505 ~ 33.86%
B 216 of 505 ~ 42.77%

%23.37
%33.86
%42.77

CMYK color model

#76ABD8 color CMYK value is (45,21,0,15).

  • cyan value is 45.37%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(45,21,0,15)
C45M21Y0K15 
(45%,21%,0%,15%)
(0.45/0.21/0.00/0.15)	

CMYK percentages

%45.37
%20.83
%0
%15.29

Codes

Color #76ABD8 in popluar color models

76ABD8
RGB118171216
HSL208°55.68%65.49%
HSB/HSV208°45.37%84.71%
CMYK45.37%20.83%0.00%
15.29%

Color #76ABD8 in popluar number systems.

HEX76ABD8
Decimal118171216
Binary11101101010101111011000
Octal166253330

Shades and tints

Shades of #76ABD8

#76ABD8
(118,171,216)
#6C9CC5
(108,156,197)
#628DB2
(98,141,178)
#587E9F
(88,126,159)
#4E6F8C
(78,111,140)
#446079
(68,96,121)
#3A5166
(58,81,102)
#304253
(48,66,83)
#263340
(38,51,64)
#1C242D
(28,36,45)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #76ABD8

#76ABD8
(118,171,216)
#82B2DB
(130,178,219)
#8EB9DE
(142,185,222)
#9AC0E1
(154,192,225)
#A6C7E4
(166,199,228)
#B2CEE7
(178,206,231)
#BED5EA
(190,213,234)
#CADCED
(202,220,237)
#D6E3F0
(214,227,240)
#E2EAF3
(226,234,243)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ABD8; }

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

This text font color is #76ABD8.


Background Color

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

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

This div background color is #76ABD8.


Border color

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

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

This div border color is #76ABD8.


Opacity

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

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

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

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

This text has shadow with #76ABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABD8 on black background.


Color preview on white background

This text has color #76ABD8 on white background.



Black color preview on #76ABD8 background

This text has black color on #76ABD8 background.


White color preview on #76ABD8 background

This text has white color on #76ABD8 background.