COLOR #769BAD

HEX: #769BAD
RGB: (118,155,173)

Color info

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

RGB color model

#769BAD color RGB value is (118,155,173).

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

RGB channels and saturation

R 118 of 255 = 46%
G 155 of 255 = 61%
B 173 of 255 = 68%

118
155
173

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

Portions of RGB colors in percentages

R + G + B =
118 + 155 + 173 = 446 (100%)
R 118 of 446 ~ 26.46%
G 155 of 446 ~ 34.75%
B 173 of 446 ~ 38.79%

%26.46
%34.75
%38.79

CMYK color model

#769BAD color CMYK value is (32,10,0,32).

  • cyan value is 31.79%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,10,0,32)
C32M10Y0K32 
(32%,10%,0%,32%)
(0.32/0.10/0.00/0.32)	

CMYK percentages

%31.79
%10.4
%0
%32.16

Codes

Color #769BAD in popluar color models

769BAD
RGB118155173
HSL200°25.11%57.06%
HSB/HSV200°31.79%67.84%
CMYK31.79%10.40%0.00%
32.16%

Color #769BAD in popluar number systems.

HEX769BAD
Decimal118155173
Binary11101101001101110101101
Octal166233255

Shades and tints

Shades of #769BAD

#769BAD
(118,155,173)
#6C8D9E
(108,141,158)
#627F8F
(98,127,143)
#587180
(88,113,128)
#4E6371
(78,99,113)
#445562
(68,85,98)
#3A4753
(58,71,83)
#303944
(48,57,68)
#262B35
(38,43,53)
#1C1D26
(28,29,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #769BAD

#769BAD
(118,155,173)
#82A4B4
(130,164,180)
#8EADBB
(142,173,187)
#9AB6C2
(154,182,194)
#A6BFC9
(166,191,201)
#B2C8D0
(178,200,208)
#BED1D7
(190,209,215)
#CADADE
(202,218,222)
#D6E3E5
(214,227,229)
#E2ECEC
(226,236,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769BAD; }

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

This text font color is #769BAD.


Background Color

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

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

This div background color is #769BAD.


Border color

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

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

This div border color is #769BAD.


Opacity

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

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

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

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

This text has shadow with #769BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769BAD on black background.


Color preview on white background

This text has color #769BAD on white background.



Black color preview on #769BAD background

This text has black color on #769BAD background.


White color preview on #769BAD background

This text has white color on #769BAD background.