COLOR #76B3DE

HEX: #76B3DE RGB: (118,179,222)

Color info

#76B3DE contains mainly green and blue colors. Web safe color of #76B3DE is #6699CC (or #69C).

RGB color model

#76B3DE color RGB value is (118,179,222).

RGB: (118,179,222) (46%, 70%, 87%)

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 222 of 255 = 87%

118
179
222

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

Portions of RGB colors in percentages

R + G + B = 118 + 179 + 222 = 519 (100%)
R 118 of 519 ~ 22.74%
G 179 of 519 ~ 34.49%
B 222 of 519 ~ 42.77'%

%22.74
%34.49
%42.77

CMYK color model

#76B3DE color CMYK value is (47,19,0,13).

  • cyan value is 46.85%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (47,19,0,13)
C47M19Y0K13 (47%, 19%, 0%, 13%)
(0.47 / 0.19 / 0.00 / 0.13)

CMYK percentages

%46.85
%19.37
%0
%12.94

Codes

Color #76B3DE in popluar color models

76 B3 DE
RGB 118 179 222
HSL 205° 61.18% 66.67%
HSB/HSV 205° 46.85% 87.06%
CMYK 46.85% 19.37% 0.00%
12.94%

Color #76B3DE in popluar number systems.

HEX 76 B3 DE
Decimal 118 179 222
Binary 1110110 10110011 11011110
Octal 166 263 336

Shades and tints

Shades of #76B3DE

#76B3DE
(118,179,222)
#6CA3CA
(108,163,202)
#6293B6
(98,147,182)
#5883A2
(88,131,162)
#4E738E
(78,115,142)
#44637A
(68,99,122)
#3A5366
(58,83,102)
#304352
(48,67,82)
#26333E
(38,51,62)
#1C232A
(28,35,42)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #76B3DE

#76B3DE
(118,179,222)
#82B9E1
(130,185,225)
#8EBFE4
(142,191,228)
#9AC5E7
(154,197,231)
#A6CBEA
(166,203,234)
#B2D1ED
(178,209,237)
#BED7F0
(190,215,240)
#CADDF3
(202,221,243)
#D6E3F6
(214,227,246)
#E2E9F9
(226,233,249)
#EEEFFC
(238,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B3DE; }

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

This text font color is #76B3DE.

Background Color

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

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

This div background color is #76B3DE.

Border color

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

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

This div border color is #76B3DE.

Opacity

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

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

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

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

This text has shadow with #76B3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B3DE.

Preview

Color preview on black background

This text has color #76B3DE on black background.


Color preview on white background

This text has color #76B3DE on white background.


Black color preview on #76B3DE background

This text has black color on #76B3DE background.


White color preview on #76B3DE background

This text has white color on #76B3DE background.


Related colors

Complementary color

Complementary color for #hex is #894C21.


I love getcolorcode.com

Triadic colors

1 #DE76B3 and #B3DE76 with #76B3DE are triadic colors.

2 #DEB376 and #B376DE with #76B3DE are triadic colors.