COLOR #76BDEA

HEX: #76BDEA
RGB: (118,189,234)

Color info

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

RGB color model

#76BDEA color RGB value is (118,189,234).

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

RGB channels and saturation

R 118 of 255 = 46%
G 189 of 255 = 74%
B 234 of 255 = 92%

118
189
234

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

Portions of RGB colors in percentages

R + G + B =
118 + 189 + 234 = 541 (100%)
R 118 of 541 ~ 21.81%
G 189 of 541 ~ 34.94%
B 234 of 541 ~ 43.25%

%21.81
%34.94
%43.25

CMYK color model

#76BDEA color CMYK value is (50,19,0,8).

  • cyan value is 49.57%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(50,19,0,8)
C50M19Y0K8 
(50%,19%,0%,8%)
(0.50/0.19/0.00/0.08)	

CMYK percentages

%49.57
%19.23
%0
%8.24

Codes

Color #76BDEA in popluar color models

76BDEA
RGB118189234
HSL203°73.42%69.02%
HSB/HSV203°49.57%91.76%
CMYK49.57%19.23%0.00%
8.24%

Color #76BDEA in popluar number systems.

HEX76BDEA
Decimal118189234
Binary11101101011110111101010
Octal166275352

Shades and tints

Shades of #76BDEA

#76BDEA
(118,189,234)
#6CACD5
(108,172,213)
#629BC0
(98,155,192)
#588AAB
(88,138,171)
#4E7996
(78,121,150)
#446881
(68,104,129)
#3A576C
(58,87,108)
#304657
(48,70,87)
#263542
(38,53,66)
#1C242D
(28,36,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #76BDEA

#76BDEA
(118,189,234)
#82C3EB
(130,195,235)
#8EC9EC
(142,201,236)
#9ACFED
(154,207,237)
#A6D5EE
(166,213,238)
#B2DBEF
(178,219,239)
#BEE1F0
(190,225,240)
#CAE7F1
(202,231,241)
#D6EDF2
(214,237,242)
#E2F3F3
(226,243,243)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BDEA; }

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

This text font color is #76BDEA.


Background Color

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

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

This div background color is #76BDEA.


Border color

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

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

This div border color is #76BDEA.


Opacity

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

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

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

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

This text has shadow with #76BDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BDEA on black background.


Color preview on white background

This text has color #76BDEA on white background.



Black color preview on #76BDEA background

This text has black color on #76BDEA background.


White color preview on #76BDEA background

This text has white color on #76BDEA background.