COLOR #769DB5

HEX: #769DB5
RGB: (118,157,181)

Color info

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

RGB color model

#769DB5 color RGB value is (118,157,181).

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

RGB channels and saturation

R 118 of 255 = 46%
G 157 of 255 = 62%
B 181 of 255 = 71%

118
157
181

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

Portions of RGB colors in percentages

R + G + B =
118 + 157 + 181 = 456 (100%)
R 118 of 456 ~ 25.88%
G 157 of 456 ~ 34.43%
B 181 of 456 ~ 39.69%

%25.88
%34.43
%39.69

CMYK color model

#769DB5 color CMYK value is (35,13,0,29).

  • cyan value is 34.81%
  • magenta value is 13.26%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(35,13,0,29)
C35M13Y0K29 
(35%,13%,0%,29%)
(0.35/0.13/0.00/0.29)	

CMYK percentages

%34.81
%13.26
%0
%29.02

Codes

Color #769DB5 in popluar color models

769DB5
RGB118157181
HSL203°29.86%58.63%
HSB/HSV203°34.81%70.98%
CMYK34.81%13.26%0.00%
29.02%

Color #769DB5 in popluar number systems.

HEX769DB5
Decimal118157181
Binary11101101001110110110101
Octal166235265

Shades and tints

Shades of #769DB5

#769DB5
(118,157,181)
#6C8FA5
(108,143,165)
#628195
(98,129,149)
#587385
(88,115,133)
#4E6575
(78,101,117)
#445765
(68,87,101)
#3A4955
(58,73,85)
#303B45
(48,59,69)
#262D35
(38,45,53)
#1C1F25
(28,31,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #769DB5

#769DB5
(118,157,181)
#82A5BB
(130,165,187)
#8EADC1
(142,173,193)
#9AB5C7
(154,181,199)
#A6BDCD
(166,189,205)
#B2C5D3
(178,197,211)
#BECDD9
(190,205,217)
#CAD5DF
(202,213,223)
#D6DDE5
(214,221,229)
#E2E5EB
(226,229,235)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769DB5; }

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

This text font color is #769DB5.


Background Color

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

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

This div background color is #769DB5.


Border color

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

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

This div border color is #769DB5.


Opacity

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

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

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

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

This text has shadow with #769DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769DB5 on black background.


Color preview on white background

This text has color #769DB5 on white background.



Black color preview on #769DB5 background

This text has black color on #769DB5 background.


White color preview on #769DB5 background

This text has white color on #769DB5 background.