COLOR #76ADE4

HEX: #76ADE4
RGB: (118,173,228)

Color info

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

RGB color model

#76ADE4 color RGB value is (118,173,228).

  • red value is 118;
  • green value is 173;
  • blue value is 228.
RGB:
(118,173,228)
(46%,68%,89%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 228 of 255 = 89%

118
173
228

R + G + B ~ 68%. #76ADE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 173 + 228 = 519 (100%)
R 118 of 519 ~ 22.74%
G 173 of 519 ~ 33.33%
B 228 of 519 ~ 43.93%

%22.74
%33.33
%43.93

CMYK color model

#76ADE4 color CMYK value is (48,24,0,11).

  • cyan value is 48.25%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(48,24,0,11)
C48M24Y0K11 
(48%,24%,0%,11%)
(0.48/0.24/0.00/0.11)	

CMYK percentages

%48.25
%24.12
%0
%10.59

Codes

Color #76ADE4 in popluar color models

76ADE4
RGB118173228
HSL210°67.07%67.84%
HSB/HSV210°48.25%89.41%
CMYK48.25%24.12%0.00%
10.59%

Color #76ADE4 in popluar number systems.

HEX76ADE4
Decimal118173228
Binary11101101010110111100100
Octal166255344

Shades and tints

Shades of #76ADE4

#76ADE4
(118,173,228)
#6C9ED0
(108,158,208)
#628FBC
(98,143,188)
#5880A8
(88,128,168)
#4E7194
(78,113,148)
#446280
(68,98,128)
#3A536C
(58,83,108)
#304458
(48,68,88)
#263544
(38,53,68)
#1C2630
(28,38,48)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #76ADE4

#76ADE4
(118,173,228)
#82B4E6
(130,180,230)
#8EBBE8
(142,187,232)
#9AC2EA
(154,194,234)
#A6C9EC
(166,201,236)
#B2D0EE
(178,208,238)
#BED7F0
(190,215,240)
#CADEF2
(202,222,242)
#D6E5F4
(214,229,244)
#E2ECF6
(226,236,246)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ADE4 color. Also use rgb(118,173,228) instead hex code.

Text Font Color

.myTextColor { color: #76ADE4; }

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

This text font color is #76ADE4.


Background Color

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

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

This div background color is #76ADE4.


Border color

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

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

This div border color is #76ADE4.


Opacity

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

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

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

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

This text has shadow with #76ADE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ADE4 on black background.


Color preview on white background

This text has color #76ADE4 on white background.



Black color preview on #76ADE4 background

This text has black color on #76ADE4 background.


White color preview on #76ADE4 background

This text has white color on #76ADE4 background.