COLOR #76BDFC

HEX: #76BDFC
RGB: (118,189,252)

Color info

#76BDFC contains mainly blue color. Web safe color of #76BDFC is #66CCFF (or #6CF).

RGB color model

#76BDFC color RGB value is (118,189,252).

  • red value is 118;
  • green value is 189;
  • blue value is 252.
RGB:
(118,189,252)
(46%,74%,99%)

RGB channels and saturation

R 118 of 255 = 46%
G 189 of 255 = 74%
B 252 of 255 = 99%

118
189
252

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

Portions of RGB colors in percentages

R + G + B =
118 + 189 + 252 = 559 (100%)
R 118 of 559 ~ 21.11%
G 189 of 559 ~ 33.81%
B 252 of 559 ~ 45.08%

%21.11
%33.81
%45.08

CMYK color model

#76BDFC color CMYK value is (53,25,0,1).

  • cyan value is 53.17%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(53,25,0,1)
C53M25Y0K1 
(53%,25%,0%,1%)
(0.53/0.25/0.00/0.01)	

CMYK percentages

%53.17
%25
%0
%1.18

Codes

Color #76BDFC in popluar color models

76BDFC
RGB118189252
HSL208°95.71%72.55%
HSB/HSV208°53.17%98.82%
CMYK53.17%25.00%0.00%
1.18%

Color #76BDFC in popluar number systems.

HEX76BDFC
Decimal118189252
Binary11101101011110111111100
Octal166275374

Shades and tints

Shades of #76BDFC

#76BDFC
(118,189,252)
#6CACE6
(108,172,230)
#629BD0
(98,155,208)
#588ABA
(88,138,186)
#4E79A4
(78,121,164)
#44688E
(68,104,142)
#3A5778
(58,87,120)
#304662
(48,70,98)
#26354C
(38,53,76)
#1C2436
(28,36,54)
#121320
(18,19,32)
#000000
(0,0,0)

Tints of #76BDFC

#76BDFC
(118,189,252)
#82C3FC
(130,195,252)
#8EC9FC
(142,201,252)
#9ACFFC
(154,207,252)
#A6D5FC
(166,213,252)
#B2DBFC
(178,219,252)
#BEE1FC
(190,225,252)
#CAE7FC
(202,231,252)
#D6EDFC
(214,237,252)
#E2F3FC
(226,243,252)
#EEF9FC
(238,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BDFC color. Also use rgb(118,189,252) instead hex code.

Text Font Color

.myTextColor { color: #76BDFC; }

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

This text font color is #76BDFC.


Background Color

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

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

This div background color is #76BDFC.


Border color

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

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

This div border color is #76BDFC.


Opacity

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

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

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

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

This text has shadow with #76BDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BDFC on black background.


Color preview on white background

This text has color #76BDFC on white background.



Black color preview on #76BDFC background

This text has black color on #76BDFC background.


White color preview on #76BDFC background

This text has white color on #76BDFC background.