COLOR #76DEF2

HEX: #76DEF2
RGB: (118,222,242)

Color info

#76DEF2 contains mainly green and blue colors. Web safe color of #76DEF2 is #66CCFF (or #6CF).

RGB color model

#76DEF2 color RGB value is (118,222,242).

  • red value is 118;
  • green value is 222;
  • blue value is 242.
RGB:
(118,222,242)
(46%,87%,95%)

RGB channels and saturation

R 118 of 255 = 46%
G 222 of 255 = 87%
B 242 of 255 = 95%

118
222
242

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

Portions of RGB colors in percentages

R + G + B =
118 + 222 + 242 = 582 (100%)
R 118 of 582 ~ 20.27%
G 222 of 582 ~ 38.14%
B 242 of 582 ~ 41.58%

%20.27
%38.14
%41.58

CMYK color model

#76DEF2 color CMYK value is (51,8,0,5).

  • cyan value is 51.24%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(51,8,0,5)
C51M8Y0K5 
(51%,8%,0%,5%)
(0.51/0.08/0.00/0.05)	

CMYK percentages

%51.24
%8.26
%0
%5.1

Codes

Color #76DEF2 in popluar color models

76DEF2
RGB118222242
HSL190°82.67%70.59%
HSB/HSV190°51.24%94.90%
CMYK51.24%8.26%0.00%
5.10%

Color #76DEF2 in popluar number systems.

HEX76DEF2
Decimal118222242
Binary11101101101111011110010
Octal166336362

Shades and tints

Shades of #76DEF2

#76DEF2
(118,222,242)
#6CCADC
(108,202,220)
#62B6C6
(98,182,198)
#58A2B0
(88,162,176)
#4E8E9A
(78,142,154)
#447A84
(68,122,132)
#3A666E
(58,102,110)
#305258
(48,82,88)
#263E42
(38,62,66)
#1C2A2C
(28,42,44)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76DEF2

#76DEF2
(118,222,242)
#82E1F3
(130,225,243)
#8EE4F4
(142,228,244)
#9AE7F5
(154,231,245)
#A6EAF6
(166,234,246)
#B2EDF7
(178,237,247)
#BEF0F8
(190,240,248)
#CAF3F9
(202,243,249)
#D6F6FA
(214,246,250)
#E2F9FB
(226,249,251)
#EEFCFC
(238,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DEF2 color. Also use rgb(118,222,242) instead hex code.

Text Font Color

.myTextColor { color: #76DEF2; }

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

This text font color is #76DEF2.


Background Color

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

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

This div background color is #76DEF2.


Border color

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

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

This div border color is #76DEF2.


Opacity

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

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

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

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

This text has shadow with #76DEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DEF2 on black background.


Color preview on white background

This text has color #76DEF2 on white background.



Black color preview on #76DEF2 background

This text has black color on #76DEF2 background.


White color preview on #76DEF2 background

This text has white color on #76DEF2 background.