COLOR #76ABD9

HEX: #76ABD9 RGB: (118,171,217)

Color info

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

RGB color model

#76ABD9 color RGB value is (118,171,217).

RGB: (118,171,217) (46%, 67%, 85%)

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 217 of 255 = 85%

118
171
217

R + G + B ~ 66%. #76ABD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 171 + 217 = 506 (100%)
R 118 of 506 ~ 23.32%
G 171 of 506 ~ 33.79%
B 217 of 506 ~ 42.89'%

%23.32
%33.79
%42.89

CMYK color model

#76ABD9 color CMYK value is (46,21,0,15).

  • cyan value is 45.62%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (46,21,0,15)
C46M21Y0K15 (46%, 21%, 0%, 15%)
(0.46 / 0.21 / 0.00 / 0.15)

CMYK percentages

%45.62
%21.2
%0
%14.9

Codes

Color #76ABD9 in popluar color models

76 AB D9
RGB 118 171 217
HSL 208° 56.57% 65.69%
HSB/HSV 208° 45.62% 85.10%
CMYK 45.62% 21.20% 0.00%
14.90%

Color #76ABD9 in popluar number systems.

HEX 76 AB D9
Decimal 118 171 217
Binary 1110110 10101011 11011001
Octal 166 253 331

Shades and tints

Shades of #76ABD9

#76ABD9
(118,171,217)
#6C9CC6
(108,156,198)
#628DB3
(98,141,179)
#587EA0
(88,126,160)
#4E6F8D
(78,111,141)
#44607A
(68,96,122)
#3A5167
(58,81,103)
#304254
(48,66,84)
#263341
(38,51,65)
#1C242E
(28,36,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #76ABD9

#76ABD9
(118,171,217)
#82B2DC
(130,178,220)
#8EB9DF
(142,185,223)
#9AC0E2
(154,192,226)
#A6C7E5
(166,199,229)
#B2CEE8
(178,206,232)
#BED5EB
(190,213,235)
#CADCEE
(202,220,238)
#D6E3F1
(214,227,241)
#E2EAF4
(226,234,244)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ABD9 color. Also use rgb(118,171,217) instead hex code.

Text Font Color

.myTextColor { color: #76ABD9; }

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

This text font color is #76ABD9.

Background Color

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

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

This div background color is #76ABD9.

Border color

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

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

This div border color is #76ABD9.

Opacity

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

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

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

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

This text has shadow with #76ABD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76ABD9.

Preview

Color preview on black background

This text has color #76ABD9 on black background.


Color preview on white background

This text has color #76ABD9 on white background.


Black color preview on #76ABD9 background

This text has black color on #76ABD9 background.


White color preview on #76ABD9 background

This text has white color on #76ABD9 background.


Related colors

Complementary color

Complementary color for #hex is #895426.


I love getcolorcode.com

Triadic colors

1 #D976AB and #ABD976 with #76ABD9 are triadic colors.

2 #D9AB76 and #AB76D9 with #76ABD9 are triadic colors.