COLOR #76B2CB

HEX: #76B2CB RGB: (118,178,203)

Color info

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

RGB color model

#76B2CB color RGB value is (118,178,203).

RGB: (118,178,203) (46%, 70%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 203 of 255 = 80%

118
178
203

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

Portions of RGB colors in percentages

R + G + B = 118 + 178 + 203 = 499 (100%)
R 118 of 499 ~ 23.65%
G 178 of 499 ~ 35.67%
B 203 of 499 ~ 40.68'%

%23.65
%35.67
%40.68

CMYK color model

#76B2CB color CMYK value is (42,12,0,20).

  • cyan value is 41.87%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (42,12,0,20) C42M12Y0K20 (42%,12%,0%,20%) (0.42/0.12/0.00/0.20) 

CMYK percentages

%41.87
%12.32
%0
%20.39

Codes

Color #76B2CB in popluar color models

76 B2 CB
RGB 118 178 203
HSL 198° 44.97% 62.94%
HSB/HSV 198° 41.87% 79.61%
CMYK 41.87% 12.32% 0.00%
20.39%

Color #76B2CB in popluar number systems.

HEX 76 B2 CB
Decimal 118 178 203
Binary 1110110 10110010 11001011
Octal 166 262 313

Shades and tints

Shades of #76B2CB

#76B2CB
(118,178,203)
#6CA2B9
(108,162,185)
#6292A7
(98,146,167)
#588295
(88,130,149)
#4E7283
(78,114,131)
#446271
(68,98,113)
#3A525F
(58,82,95)
#30424D
(48,66,77)
#26323B
(38,50,59)
#1C2229
(28,34,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76B2CB

#76B2CB
(118,178,203)
#82B9CF
(130,185,207)
#8EC0D3
(142,192,211)
#9AC7D7
(154,199,215)
#A6CEDB
(166,206,219)
#B2D5DF
(178,213,223)
#BEDCE3
(190,220,227)
#CAE3E7
(202,227,231)
#D6EAEB
(214,234,235)
#E2F1EF
(226,241,239)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B2CB; }

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

This text font color is #76B2CB.

Background Color

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

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

This div background color is #76B2CB.

Border color

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

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

This div border color is #76B2CB.

Opacity

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

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

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

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

This text has shadow with #76B2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B2CB.

Preview

Color preview on black background

This text has color #76B2CB on black background.


Color preview on white background

This text has color #76B2CB on white background.


Black color preview on #76B2CB background

This text has black color on #76B2CB background.


White color preview on #76B2CB background

This text has white color on #76B2CB background.


Related colors

Complementary color

Complementary color for #hex is #894D34.


I love getcolorcode.com

Triadic colors

1 #CB76B2 and #B2CB76 with #76B2CB are triadic colors.

2 #CBB276 and #B276CB with #76B2CB are triadic colors.