COLOR #76ACD1

HEX: #76ACD1 RGB: (118,172,209)

Color info

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

RGB color model

#76ACD1 color RGB value is (118,172,209).

RGB: (118,172,209) (46%, 67%, 82%)

RGB channels and saturation

R 118 of 255 = 46%
G 172 of 255 = 67%
B 209 of 255 = 82%

118
172
209

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

Portions of RGB colors in percentages

R + G + B = 118 + 172 + 209 = 499 (100%)
R 118 of 499 ~ 23.65%
G 172 of 499 ~ 34.47%
B 209 of 499 ~ 41.88'%

%23.65
%34.47
%41.88

CMYK color model

#76ACD1 color CMYK value is (44,18,0,18).

  • cyan value is 43.54%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (44,18,0,18)
C44M18Y0K18 (44%, 18%, 0%, 18%)
(0.44 / 0.18 / 0.00 / 0.18)

CMYK percentages

%43.54
%17.7
%0
%18.04

Codes

Color #76ACD1 in popluar color models

76 AC D1
RGB 118 172 209
HSL 204° 49.73% 64.12%
HSB/HSV 204° 43.54% 81.96%
CMYK 43.54% 17.70% 0.00%
18.04%

Color #76ACD1 in popluar number systems.

HEX 76 AC D1
Decimal 118 172 209
Binary 1110110 10101100 11010001
Octal 166 254 321

Shades and tints

Shades of #76ACD1

#76ACD1
(118,172,209)
#6C9DBE
(108,157,190)
#628EAB
(98,142,171)
#587F98
(88,127,152)
#4E7085
(78,112,133)
#446172
(68,97,114)
#3A525F
(58,82,95)
#30434C
(48,67,76)
#263439
(38,52,57)
#1C2526
(28,37,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #76ACD1

#76ACD1
(118,172,209)
#82B3D5
(130,179,213)
#8EBAD9
(142,186,217)
#9AC1DD
(154,193,221)
#A6C8E1
(166,200,225)
#B2CFE5
(178,207,229)
#BED6E9
(190,214,233)
#CADDED
(202,221,237)
#D6E4F1
(214,228,241)
#E2EBF5
(226,235,245)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ACD1 color. Also use rgb(118,172,209) instead hex code.

Text Font Color

.myTextColor { color: #76ACD1; }

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

This text font color is #76ACD1.

Background Color

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

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

This div background color is #76ACD1.

Border color

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

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

This div border color is #76ACD1.

Opacity

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

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

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

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

This text has shadow with #76ACD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76ACD1.

Preview

Color preview on black background

This text has color #76ACD1 on black background.


Color preview on white background

This text has color #76ACD1 on white background.


Black color preview on #76ACD1 background

This text has black color on #76ACD1 background.


White color preview on #76ACD1 background

This text has white color on #76ACD1 background.


Related colors

Complementary color

Complementary color for #hex is #89532E.


I love getcolorcode.com

Triadic colors

1 #D176AC and #ACD176 with #76ACD1 are triadic colors.

2 #D1AC76 and #AC76D1 with #76ACD1 are triadic colors.