COLOR #769BAA

HEX: #769BAA
RGB: (118,155,170)

Color info

#769BAA contains red, green and blue colors in about the same proportion. Web safe color of #769BAA is #669999 (or #699).

RGB color model

#769BAA color RGB value is (118,155,170).

  • red value is 118;
  • green value is 155;
  • blue value is 170.
RGB:
(118,155,170)
(46%,61%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 170 of 255 = 67%

118
155
170

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 170 = 443 (100%)
R 118 of 443 ~ 26.64%
G 155 of 443 ~ 34.99%
B 170 of 443 ~ 38.37%

%26.64
%34.99
%38.37

CMYK color model

#769BAA color CMYK value is (31,9,0,33).

  • cyan value is 30.59%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,9,0,33)
C31M9Y0K33 
(31%,9%,0%,33%)
(0.31/0.09/0.00/0.33)	

CMYK percentages

%30.59
%8.82
%0
%33.33

Codes

Color #769BAA in popluar color models

769BAA
RGB118155170
HSL197°23.42%56.47%
HSB/HSV197°30.59%66.67%
CMYK30.59%8.82%0.00%
33.33%

Color #769BAA in popluar number systems.

HEX769BAA
Decimal118155170
Binary11101101001101110101010
Octal166233252

Shades and tints

Shades of #769BAA

#769BAA
(118,155,170)
#6C8D9B
(108,141,155)
#627F8C
(98,127,140)
#58717D
(88,113,125)
#4E636E
(78,99,110)
#44555F
(68,85,95)
#3A4750
(58,71,80)
#303941
(48,57,65)
#262B32
(38,43,50)
#1C1D23
(28,29,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #769BAA

#769BAA
(118,155,170)
#82A4B1
(130,164,177)
#8EADB8
(142,173,184)
#9AB6BF
(154,182,191)
#A6BFC6
(166,191,198)
#B2C8CD
(178,200,205)
#BED1D4
(190,209,212)
#CADADB
(202,218,219)
#D6E3E2
(214,227,226)
#E2ECE9
(226,236,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769BAA color. Also use rgb(118,155,170) instead hex code.

Text Font Color

.myTextColor { color: #769BAA; }

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

This text font color is #769BAA.


Background Color

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

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

This div background color is #769BAA.


Border color

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

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

This div border color is #769BAA.


Opacity

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

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

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

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

This text has shadow with #769BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769BAA on black background.


Color preview on white background

This text has color #769BAA on white background.



Black color preview on #769BAA background

This text has black color on #769BAA background.


White color preview on #769BAA background

This text has white color on #769BAA background.