COLOR #769ED5

HEX: #769ED5
RGB: (118,158,213)

Color info

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

RGB color model

#769ED5 color RGB value is (118,158,213).

  • red value is 118;
  • green value is 158;
  • blue value is 213.
RGB:
(118,158,213)
(46%,62%,84%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 213 of 255 = 84%

118
158
213

R + G + B ~ 64%. #769ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 213 = 489 (100%)
R 118 of 489 ~ 24.13%
G 158 of 489 ~ 32.31%
B 213 of 489 ~ 43.56%

%24.13
%32.31
%43.56

CMYK color model

#769ED5 color CMYK value is (45,26,0,16).

  • cyan value is 44.60%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(45,26,0,16)
C45M26Y0K16 
(45%,26%,0%,16%)
(0.45/0.26/0.00/0.16)	

CMYK percentages

%44.6
%25.82
%0
%16.47

Codes

Color #769ED5 in popluar color models

769ED5
RGB118158213
HSL215°53.07%64.90%
HSB/HSV215°44.60%83.53%
CMYK44.60%25.82%0.00%
16.47%

Color #769ED5 in popluar number systems.

HEX769ED5
Decimal118158213
Binary11101101001111011010101
Octal166236325

Shades and tints

Shades of #769ED5

#769ED5
(118,158,213)
#6C90C2
(108,144,194)
#6282AF
(98,130,175)
#58749C
(88,116,156)
#4E6689
(78,102,137)
#445876
(68,88,118)
#3A4A63
(58,74,99)
#303C50
(48,60,80)
#262E3D
(38,46,61)
#1C202A
(28,32,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #769ED5

#769ED5
(118,158,213)
#82A6D8
(130,166,216)
#8EAEDB
(142,174,219)
#9AB6DE
(154,182,222)
#A6BEE1
(166,190,225)
#B2C6E4
(178,198,228)
#BECEE7
(190,206,231)
#CAD6EA
(202,214,234)
#D6DEED
(214,222,237)
#E2E6F0
(226,230,240)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769ED5 color. Also use rgb(118,158,213) instead hex code.

Text Font Color

.myTextColor { color: #769ED5; }

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

This text font color is #769ED5.


Background Color

.myBgColor { background-color: #769ED5; }

<div style="background-color:#769ED5">Inner text</div>

This div background color is #769ED5.


Border color

.myBorderColor { border: 1px solid #769ED5; }

<div style="border:3px solid #769ED5">Div</div>

This div border color is #769ED5.


Opacity

.myOpacity80 { color: #769ED5; opacity: 0.8; }

<p style="color:#769ED5;opacity:0.8;">80%</p>

Text with #769ED5 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 #769ED5;}

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

This text has shadow with #769ED5 color.

.textShadow {text-shadow: 3px 3px 1px #769ED5, 3px 3px 1px red;}

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

This text has shadow with #769ED5 primary color and red secondary color.


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

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

This text has shadow with #769ED5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #769ED5;
-webkit-box-shadow: 1px 1px 3px 2px #769ED5;
box-shadow:1px 1px 3px 2px #769ED5;">
Div content here</div>
This div box has shadow with color #769ED5.

Preview

Color preview on black background

This text has color #769ED5 on black background.


Color preview on white background

This text has color #769ED5 on white background.



Black color preview on #769ED5 background

This text has black color on #769ED5 background.


White color preview on #769ED5 background

This text has white color on #769ED5 background.