COLOR #76DAF1

HEX: #76DAF1
RGB: (118,218,241)

Color info

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

RGB color model

#76DAF1 color RGB value is (118,218,241).

  • red value is 118;
  • green value is 218;
  • blue value is 241.
RGB:
(118,218,241)
(46%,85%,95%)

RGB channels and saturation

R 118 of 255 = 46%
G 218 of 255 = 85%
B 241 of 255 = 95%

118
218
241

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

Portions of RGB colors in percentages

R + G + B =
118 + 218 + 241 = 577 (100%)
R 118 of 577 ~ 20.45%
G 218 of 577 ~ 37.78%
B 241 of 577 ~ 41.77%

%20.45
%37.78
%41.77

CMYK color model

#76DAF1 color CMYK value is (51,10,0,5).

  • cyan value is 51.04%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(51,10,0,5)
C51M10Y0K5 
(51%,10%,0%,5%)
(0.51/0.10/0.00/0.05)	

CMYK percentages

%51.04
%9.54
%0
%5.49

Codes

Color #76DAF1 in popluar color models

76DAF1
RGB118218241
HSL191°81.46%70.39%
HSB/HSV191°51.04%94.51%
CMYK51.04%9.54%0.00%
5.49%

Color #76DAF1 in popluar number systems.

HEX76DAF1
Decimal118218241
Binary11101101101101011110001
Octal166332361

Shades and tints

Shades of #76DAF1

#76DAF1
(118,218,241)
#6CC7DC
(108,199,220)
#62B4C7
(98,180,199)
#58A1B2
(88,161,178)
#4E8E9D
(78,142,157)
#447B88
(68,123,136)
#3A6873
(58,104,115)
#30555E
(48,85,94)
#264249
(38,66,73)
#1C2F34
(28,47,52)
#121C1F
(18,28,31)
#000000
(0,0,0)

Tints of #76DAF1

#76DAF1
(118,218,241)
#82DDF2
(130,221,242)
#8EE0F3
(142,224,243)
#9AE3F4
(154,227,244)
#A6E6F5
(166,230,245)
#B2E9F6
(178,233,246)
#BEECF7
(190,236,247)
#CAEFF8
(202,239,248)
#D6F2F9
(214,242,249)
#E2F5FA
(226,245,250)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DAF1 color. Also use rgb(118,218,241) instead hex code.

Text Font Color

.myTextColor { color: #76DAF1; }

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

This text font color is #76DAF1.


Background Color

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

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

This div background color is #76DAF1.


Border color

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

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

This div border color is #76DAF1.


Opacity

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

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

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

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

This text has shadow with #76DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DAF1 on black background.


Color preview on white background

This text has color #76DAF1 on white background.



Black color preview on #76DAF1 background

This text has black color on #76DAF1 background.


White color preview on #76DAF1 background

This text has white color on #76DAF1 background.