COLOR #76BEE3

HEX: #76BEE3
RGB: (118,190,227)

Color info

#76BEE3 contains mainly green and blue colors. Web safe color of #76BEE3 is #66CCCC (or #6CC).

RGB color model

#76BEE3 color RGB value is (118,190,227).

  • red value is 118;
  • green value is 190;
  • blue value is 227.
RGB:
(118,190,227)
(46%,75%,89%)

RGB channels and saturation

R 118 of 255 = 46%
G 190 of 255 = 75%
B 227 of 255 = 89%

118
190
227

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

Portions of RGB colors in percentages

R + G + B =
118 + 190 + 227 = 535 (100%)
R 118 of 535 ~ 22.06%
G 190 of 535 ~ 35.51%
B 227 of 535 ~ 42.43%

%22.06
%35.51
%42.43

CMYK color model

#76BEE3 color CMYK value is (48,16,0,11).

  • cyan value is 48.02%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(48,16,0,11)
C48M16Y0K11 
(48%,16%,0%,11%)
(0.48/0.16/0.00/0.11)	

CMYK percentages

%48.02
%16.3
%0
%10.98

Codes

Color #76BEE3 in popluar color models

76BEE3
RGB118190227
HSL200°66.06%67.65%
HSB/HSV200°48.02%89.02%
CMYK48.02%16.30%0.00%
10.98%

Color #76BEE3 in popluar number systems.

HEX76BEE3
Decimal118190227
Binary11101101011111011100011
Octal166276343

Shades and tints

Shades of #76BEE3

#76BEE3
(118,190,227)
#6CADCF
(108,173,207)
#629CBB
(98,156,187)
#588BA7
(88,139,167)
#4E7A93
(78,122,147)
#44697F
(68,105,127)
#3A586B
(58,88,107)
#304757
(48,71,87)
#263643
(38,54,67)
#1C252F
(28,37,47)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #76BEE3

#76BEE3
(118,190,227)
#82C3E5
(130,195,229)
#8EC8E7
(142,200,231)
#9ACDE9
(154,205,233)
#A6D2EB
(166,210,235)
#B2D7ED
(178,215,237)
#BEDCEF
(190,220,239)
#CAE1F1
(202,225,241)
#D6E6F3
(214,230,243)
#E2EBF5
(226,235,245)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BEE3 color. Also use rgb(118,190,227) instead hex code.

Text Font Color

.myTextColor { color: #76BEE3; }

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

This text font color is #76BEE3.


Background Color

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

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

This div background color is #76BEE3.


Border color

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

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

This div border color is #76BEE3.


Opacity

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

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

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

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

This text has shadow with #76BEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BEE3 on black background.


Color preview on white background

This text has color #76BEE3 on white background.



Black color preview on #76BEE3 background

This text has black color on #76BEE3 background.


White color preview on #76BEE3 background

This text has white color on #76BEE3 background.