COLOR #76A1DB

HEX: #76A1DB RGB: (118,161,219)

Color info

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

RGB color model

#76A1DB color RGB value is (118,161,219).

RGB: (118,161,219) (46%, 63%, 86%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 219 of 255 = 86%

118
161
219

R + G + B ~ 65%. #76A1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 161 + 219 = 498 (100%)
R 118 of 498 ~ 23.69%
G 161 of 498 ~ 32.33%
B 219 of 498 ~ 43.98'%

%23.69
%32.33
%43.98

CMYK color model

#76A1DB color CMYK value is (46,26,0,14).

  • cyan value is 46.12%
  • magenta value is 26.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (46,26,0,14) C46M26Y0K14 (46%,26%,0%,14%) (0.46/0.26/0.00/0.14) 

CMYK percentages

%46.12
%26.48
%0
%14.12

Codes

Color #76A1DB in popluar color models

76 A1 DB
RGB 118 161 219
HSL 214° 58.38% 66.08%
HSB/HSV 214° 46.12% 85.88%
CMYK 46.12% 26.48% 0.00%
14.12%

Color #76A1DB in popluar number systems.

HEX 76 A1 DB
Decimal 118 161 219
Binary 1110110 10100001 11011011
Octal 166 241 333

Shades and tints

Shades of #76A1DB

#76A1DB
(118,161,219)
#6C93C8
(108,147,200)
#6285B5
(98,133,181)
#5877A2
(88,119,162)
#4E698F
(78,105,143)
#445B7C
(68,91,124)
#3A4D69
(58,77,105)
#303F56
(48,63,86)
#263143
(38,49,67)
#1C2330
(28,35,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #76A1DB

#76A1DB
(118,161,219)
#82A9DE
(130,169,222)
#8EB1E1
(142,177,225)
#9AB9E4
(154,185,228)
#A6C1E7
(166,193,231)
#B2C9EA
(178,201,234)
#BED1ED
(190,209,237)
#CAD9F0
(202,217,240)
#D6E1F3
(214,225,243)
#E2E9F6
(226,233,246)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A1DB color. Also use rgb(118,161,219) instead hex code.

Text Font Color

.myTextColor { color: #76A1DB; }

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

This text font color is #76A1DB.

Background Color

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

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

This div background color is #76A1DB.

Border color

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

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

This div border color is #76A1DB.

Opacity

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

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

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

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

This text has shadow with #76A1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A1DB.

Preview

Color preview on black background

This text has color #76A1DB on black background.


Color preview on white background

This text has color #76A1DB on white background.


Black color preview on #76A1DB background

This text has black color on #76A1DB background.


White color preview on #76A1DB background

This text has white color on #76A1DB background.


Related colors

Complementary color

Complementary color for #hex is #895E24.


I love getcolorcode.com

Triadic colors

1 #DB76A1 and #A1DB76 with #76A1DB are triadic colors.

2 #DBA176 and #A176DB with #76A1DB are triadic colors.