COLOR #76A8CB

HEX: #76A8CB RGB: (118,168,203)

Color info

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

RGB color model

#76A8CB color RGB value is (118,168,203).

RGB: (118,168,203) (46%, 66%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 203 of 255 = 80%

118
168
203

R + G + B ~ 64%. #76A8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 168 + 203 = 489 (100%)
R 118 of 489 ~ 24.13%
G 168 of 489 ~ 34.36%
B 203 of 489 ~ 41.51'%

%24.13
%34.36
%41.51

CMYK color model

#76A8CB color CMYK value is (42,17,0,20).

  • cyan value is 41.87%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (42,17,0,20) C42M17Y0K20 (42%,17%,0%,20%) (0.42/0.17/0.00/0.20) 

CMYK percentages

%41.87
%17.24
%0
%20.39

Codes

Color #76A8CB in popluar color models

76 A8 CB
RGB 118 168 203
HSL 205° 44.97% 62.94%
HSB/HSV 205° 41.87% 79.61%
CMYK 41.87% 17.24% 0.00%
20.39%

Color #76A8CB in popluar number systems.

HEX 76 A8 CB
Decimal 118 168 203
Binary 1110110 10101000 11001011
Octal 166 250 313

Shades and tints

Shades of #76A8CB

#76A8CB
(118,168,203)
#6C99B9
(108,153,185)
#628AA7
(98,138,167)
#587B95
(88,123,149)
#4E6C83
(78,108,131)
#445D71
(68,93,113)
#3A4E5F
(58,78,95)
#303F4D
(48,63,77)
#26303B
(38,48,59)
#1C2129
(28,33,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76A8CB

#76A8CB
(118,168,203)
#82AFCF
(130,175,207)
#8EB6D3
(142,182,211)
#9ABDD7
(154,189,215)
#A6C4DB
(166,196,219)
#B2CBDF
(178,203,223)
#BED2E3
(190,210,227)
#CAD9E7
(202,217,231)
#D6E0EB
(214,224,235)
#E2E7EF
(226,231,239)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A8CB color. Also use rgb(118,168,203) instead hex code.

Text Font Color

.myTextColor { color: #76A8CB; }

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

This text font color is #76A8CB.

Background Color

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

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

This div background color is #76A8CB.

Border color

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

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

This div border color is #76A8CB.

Opacity

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

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

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

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

This text has shadow with #76A8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A8CB.

Preview

Color preview on black background

This text has color #76A8CB on black background.


Color preview on white background

This text has color #76A8CB on white background.


Black color preview on #76A8CB background

This text has black color on #76A8CB background.


White color preview on #76A8CB background

This text has white color on #76A8CB background.


Related colors

Complementary color

Complementary color for #hex is #895734.


I love getcolorcode.com

Triadic colors

1 #CB76A8 and #A8CB76 with #76A8CB are triadic colors.

2 #CBA876 and #A876CB with #76A8CB are triadic colors.