COLOR #769DB9

HEX: #769DB9
RGB: (118,157,185)

Color info

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

RGB color model

#769DB9 color RGB value is (118,157,185).

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

RGB channels and saturation

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

118
157
185

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

Portions of RGB colors in percentages

R + G + B =
118 + 157 + 185 = 460 (100%)
R 118 of 460 ~ 25.65%
G 157 of 460 ~ 34.13%
B 185 of 460 ~ 40.22%

%25.65
%34.13
%40.22

CMYK color model

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

  • cyan value is 36.22%
  • magenta value is 15.14%
  • 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
%15.14
%0
%27.45

Codes

Color #769DB9 in popluar color models

769DB9
RGB118157185
HSL205°32.37%59.41%
HSB/HSV205°36.22%72.55%
CMYK36.22%15.14%0.00%
27.45%

Color #769DB9 in popluar number systems.

HEX769DB9
Decimal118157185
Binary11101101001110110111001
Octal166235271

Shades and tints

Shades of #769DB9

#769DB9
(118,157,185)
#6C8FA9
(108,143,169)
#628199
(98,129,153)
#587389
(88,115,137)
#4E6579
(78,101,121)
#445769
(68,87,105)
#3A4959
(58,73,89)
#303B49
(48,59,73)
#262D39
(38,45,57)
#1C1F29
(28,31,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #769DB9

#769DB9
(118,157,185)
#82A5BF
(130,165,191)
#8EADC5
(142,173,197)
#9AB5CB
(154,181,203)
#A6BDD1
(166,189,209)
#B2C5D7
(178,197,215)
#BECDDD
(190,205,221)
#CAD5E3
(202,213,227)
#D6DDE9
(214,221,233)
#E2E5EF
(226,229,239)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769DB9; }

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

This text font color is #769DB9.


Background Color

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

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

This div background color is #769DB9.


Border color

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

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

This div border color is #769DB9.


Opacity

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

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

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

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

This text has shadow with #769DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769DB9 on black background.


Color preview on white background

This text has color #769DB9 on white background.



Black color preview on #769DB9 background

This text has black color on #769DB9 background.


White color preview on #769DB9 background

This text has white color on #769DB9 background.