COLOR #769EB9

HEX: #769EB9
RGB: (118,158,185)

Color info

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

RGB color model

#769EB9 color RGB value is (118,158,185).

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

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 185 of 255 = 73%

118
158
185

R + G + B ~ 60%. #769EB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 185 = 461 (100%)
R 118 of 461 ~ 25.6%
G 158 of 461 ~ 34.27%
B 185 of 461 ~ 40.13%

%25.6
%34.27
%40.13

CMYK color model

#769EB9 color CMYK value is (36,15,0,27).

  • cyan value is 36.22%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,15,0,27)
C36M15Y0K27 
(36%,15%,0%,27%)
(0.36/0.15/0.00/0.27)	

CMYK percentages

%36.22
%14.59
%0
%27.45

Codes

Color #769EB9 in popluar color models

769EB9
RGB118158185
HSL204°32.37%59.41%
HSB/HSV204°36.22%72.55%
CMYK36.22%14.59%0.00%
27.45%

Color #769EB9 in popluar number systems.

HEX769EB9
Decimal118158185
Binary11101101001111010111001
Octal166236271

Shades and tints

Shades of #769EB9

#769EB9
(118,158,185)
#6C90A9
(108,144,169)
#628299
(98,130,153)
#587489
(88,116,137)
#4E6679
(78,102,121)
#445869
(68,88,105)
#3A4A59
(58,74,89)
#303C49
(48,60,73)
#262E39
(38,46,57)
#1C2029
(28,32,41)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #769EB9

#769EB9
(118,158,185)
#82A6BF
(130,166,191)
#8EAEC5
(142,174,197)
#9AB6CB
(154,182,203)
#A6BED1
(166,190,209)
#B2C6D7
(178,198,215)
#BECEDD
(190,206,221)
#CAD6E3
(202,214,227)
#D6DEE9
(214,222,233)
#E2E6EF
(226,230,239)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769EB9; }

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

This text font color is #769EB9.


Background Color

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

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

This div background color is #769EB9.


Border color

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

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

This div border color is #769EB9.


Opacity

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

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

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

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

This text has shadow with #769EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769EB9 on black background.


Color preview on white background

This text has color #769EB9 on white background.



Black color preview on #769EB9 background

This text has black color on #769EB9 background.


White color preview on #769EB9 background

This text has white color on #769EB9 background.