COLOR #76AFD0

HEX: #76AFD0 RGB: (118,175,208)

Color info

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

RGB color model

#76AFD0 color RGB value is (118,175,208).

RGB: (118,175,208) (46%, 69%, 82%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 208 of 255 = 82%

118
175
208

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

Portions of RGB colors in percentages

R + G + B = 118 + 175 + 208 = 501 (100%)
R 118 of 501 ~ 23.55%
G 175 of 501 ~ 34.93%
B 208 of 501 ~ 41.52'%

%23.55
%34.93
%41.52

CMYK color model

#76AFD0 color CMYK value is (43,16,0,18).

  • cyan value is 43.27%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (43,16,0,18)
C43M16Y0K18 (43%, 16%, 0%, 18%)
(0.43 / 0.16 / 0.00 / 0.18)

CMYK percentages

%43.27
%15.87
%0
%18.43

Codes

Color #76AFD0 in popluar color models

76 AF D0
RGB 118 175 208
HSL 202° 48.91% 63.92%
HSB/HSV 202° 43.27% 81.57%
CMYK 43.27% 15.87% 0.00%
18.43%

Color #76AFD0 in popluar number systems.

HEX 76 AF D0
Decimal 118 175 208
Binary 1110110 10101111 11010000
Octal 166 257 320

Shades and tints

Shades of #76AFD0

#76AFD0
(118,175,208)
#6CA0BE
(108,160,190)
#6291AC
(98,145,172)
#58829A
(88,130,154)
#4E7388
(78,115,136)
#446476
(68,100,118)
#3A5564
(58,85,100)
#304652
(48,70,82)
#263740
(38,55,64)
#1C282E
(28,40,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #76AFD0

#76AFD0
(118,175,208)
#82B6D4
(130,182,212)
#8EBDD8
(142,189,216)
#9AC4DC
(154,196,220)
#A6CBE0
(166,203,224)
#B2D2E4
(178,210,228)
#BED9E8
(190,217,232)
#CAE0EC
(202,224,236)
#D6E7F0
(214,231,240)
#E2EEF4
(226,238,244)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AFD0 color. Also use rgb(118,175,208) instead hex code.

Text Font Color

.myTextColor { color: #76AFD0; }

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

This text font color is #76AFD0.

Background Color

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

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

This div background color is #76AFD0.

Border color

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

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

This div border color is #76AFD0.

Opacity

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

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

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

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

This text has shadow with #76AFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AFD0.

Preview

Color preview on black background

This text has color #76AFD0 on black background.


Color preview on white background

This text has color #76AFD0 on white background.


Black color preview on #76AFD0 background

This text has black color on #76AFD0 background.


White color preview on #76AFD0 background

This text has white color on #76AFD0 background.


Related colors

Complementary color

Complementary color for #hex is #89502F.


I love getcolorcode.com

Triadic colors

1 #D076AF and #AFD076 with #76AFD0 are triadic colors.

2 #D0AF76 and #AF76D0 with #76AFD0 are triadic colors.