COLOR #769BAF

HEX: #769BAF
RGB: (118,155,175)

Color info

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

RGB color model

#769BAF color RGB value is (118,155,175).

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

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 175 of 255 = 69%

118
155
175

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 175 = 448 (100%)
R 118 of 448 ~ 26.34%
G 155 of 448 ~ 34.6%
B 175 of 448 ~ 39.06%

%26.34
%34.6
%39.06

CMYK color model

#769BAF color CMYK value is (33,11,0,31).

  • cyan value is 32.57%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,11,0,31)
C33M11Y0K31 
(33%,11%,0%,31%)
(0.33/0.11/0.00/0.31)	

CMYK percentages

%32.57
%11.43
%0
%31.37

Codes

Color #769BAF in popluar color models

769BAF
RGB118155175
HSL201°26.27%57.45%
HSB/HSV201°32.57%68.63%
CMYK32.57%11.43%0.00%
31.37%

Color #769BAF in popluar number systems.

HEX769BAF
Decimal118155175
Binary11101101001101110101111
Octal166233257

Shades and tints

Shades of #769BAF

#769BAF
(118,155,175)
#6C8DA0
(108,141,160)
#627F91
(98,127,145)
#587182
(88,113,130)
#4E6373
(78,99,115)
#445564
(68,85,100)
#3A4755
(58,71,85)
#303946
(48,57,70)
#262B37
(38,43,55)
#1C1D28
(28,29,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #769BAF

#769BAF
(118,155,175)
#82A4B6
(130,164,182)
#8EADBD
(142,173,189)
#9AB6C4
(154,182,196)
#A6BFCB
(166,191,203)
#B2C8D2
(178,200,210)
#BED1D9
(190,209,217)
#CADAE0
(202,218,224)
#D6E3E7
(214,227,231)
#E2ECEE
(226,236,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769BAF; }

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

This text font color is #769BAF.


Background Color

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

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

This div background color is #769BAF.


Border color

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

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

This div border color is #769BAF.


Opacity

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

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

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

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

This text has shadow with #769BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769BAF on black background.


Color preview on white background

This text has color #769BAF on white background.



Black color preview on #769BAF background

This text has black color on #769BAF background.


White color preview on #769BAF background

This text has white color on #769BAF background.