COLOR #76A1CB

HEX: #76A1CB RGB: (118,161,203)

Color info

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

RGB color model

#76A1CB color RGB value is (118,161,203).

RGB: (118,161,203) (46%, 63%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 203 of 255 = 80%

118
161
203

R + G + B ~ 63%. #76A1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 161 + 203 = 482 (100%)
R 118 of 482 ~ 24.48%
G 161 of 482 ~ 33.4%
B 203 of 482 ~ 42.12'%

%24.48
%33.4
%42.12

CMYK color model

#76A1CB color CMYK value is (42,21,0,20).

  • cyan value is 41.87%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (42,21,0,20)
C42M21Y0K20 (42%, 21%, 0%, 20%)
(0.42 / 0.21 / 0.00 / 0.20)

CMYK percentages

%41.87
%20.69
%0
%20.39

Codes

Color #76A1CB in popluar color models

76 A1 CB
RGB 118 161 203
HSL 210° 44.97% 62.94%
HSB/HSV 210° 41.87% 79.61%
CMYK 41.87% 20.69% 0.00%
20.39%

Color #76A1CB in popluar number systems.

HEX 76 A1 CB
Decimal 118 161 203
Binary 1110110 10100001 11001011
Octal 166 241 313

Shades and tints

Shades of #76A1CB

#76A1CB
(118,161,203)
#6C93B9
(108,147,185)
#6285A7
(98,133,167)
#587795
(88,119,149)
#4E6983
(78,105,131)
#445B71
(68,91,113)
#3A4D5F
(58,77,95)
#303F4D
(48,63,77)
#26313B
(38,49,59)
#1C2329
(28,35,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #76A1CB

#76A1CB
(118,161,203)
#82A9CF
(130,169,207)
#8EB1D3
(142,177,211)
#9AB9D7
(154,185,215)
#A6C1DB
(166,193,219)
#B2C9DF
(178,201,223)
#BED1E3
(190,209,227)
#CAD9E7
(202,217,231)
#D6E1EB
(214,225,235)
#E2E9EF
(226,233,239)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A1CB; }

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

This text font color is #76A1CB.

Background Color

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

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

This div background color is #76A1CB.

Border color

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

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

This div border color is #76A1CB.

Opacity

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

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

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

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

This text has shadow with #76A1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A1CB.

Preview

Color preview on black background

This text has color #76A1CB on black background.


Color preview on white background

This text has color #76A1CB on white background.


Black color preview on #76A1CB background

This text has black color on #76A1CB background.


White color preview on #76A1CB background

This text has white color on #76A1CB background.


Related colors

Complementary color

Complementary color for #hex is #895E34.


I love getcolorcode.com

Triadic colors

1 #CB76A1 and #A1CB76 with #76A1CB are triadic colors.

2 #CBA176 and #A176CB with #76A1CB are triadic colors.