COLOR #76CDE5

HEX: #76CDE5 RGB: (118,205,229)

Color info

#76CDE5 contains mainly green and blue colors. Web safe color of #76CDE5 is #66CCCC (or #6CC).

RGB color model

#76CDE5 color RGB value is (118,205,229).

RGB: (118,205,229) (46%, 80%, 90%)

RGB channels and saturation

R 118 of 255 = 46%
G 205 of 255 = 80%
B 229 of 255 = 90%

118
205
229

R + G + B ~ 72%. #76CDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 205 + 229 = 552 (100%)
R 118 of 552 ~ 21.38%
G 205 of 552 ~ 37.14%
B 229 of 552 ~ 41.49'%

%21.38
%37.14
%41.49

CMYK color model

#76CDE5 color CMYK value is (48,10,0,10).

  • cyan value is 48.47%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (48,10,0,10)
C48M10Y0K10 (48%, 10%, 0%, 10%)
(0.48 / 0.10 / 0.00 / 0.10)

CMYK percentages

%48.47
%10.48
%0
%10.2

Codes

Color #76CDE5 in popluar color models

76 CD E5
RGB 118 205 229
HSL 193° 68.10% 68.04%
HSB/HSV 193° 48.47% 89.80%
CMYK 48.47% 10.48% 0.00%
10.20%

Color #76CDE5 in popluar number systems.

HEX 76 CD E5
Decimal 118 205 229
Binary 1110110 11001101 11100101
Octal 166 315 345

Shades and tints

Shades of #76CDE5

#76CDE5
(118,205,229)
#6CBBD1
(108,187,209)
#62A9BD
(98,169,189)
#5897A9
(88,151,169)
#4E8595
(78,133,149)
#447381
(68,115,129)
#3A616D
(58,97,109)
#304F59
(48,79,89)
#263D45
(38,61,69)
#1C2B31
(28,43,49)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #76CDE5

#76CDE5
(118,205,229)
#82D1E7
(130,209,231)
#8ED5E9
(142,213,233)
#9AD9EB
(154,217,235)
#A6DDED
(166,221,237)
#B2E1EF
(178,225,239)
#BEE5F1
(190,229,241)
#CAE9F3
(202,233,243)
#D6EDF5
(214,237,245)
#E2F1F7
(226,241,247)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CDE5 color. Also use rgb(118,205,229) instead hex code.

Text Font Color

.myTextColor { color: #76CDE5; }

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

This text font color is #76CDE5.

Background Color

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

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

This div background color is #76CDE5.

Border color

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

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

This div border color is #76CDE5.

Opacity

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

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

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

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

This text has shadow with #76CDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76CDE5.

Preview

Color preview on black background

This text has color #76CDE5 on black background.


Color preview on white background

This text has color #76CDE5 on white background.


Black color preview on #76CDE5 background

This text has black color on #76CDE5 background.


White color preview on #76CDE5 background

This text has white color on #76CDE5 background.


Related colors

Complementary color

Complementary color for #hex is #89321A.


I love getcolorcode.com

Triadic colors

1 #E576CD and #CDE576 with #76CDE5 are triadic colors.

2 #E5CD76 and #CD76E5 with #76CDE5 are triadic colors.