COLOR #769FAD

HEX: #769FAD RGB: (118,159,173)

Color info

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

RGB color model

#769FAD color RGB value is (118,159,173).

RGB: (118,159,173) (46%, 62%, 68%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 173 of 255 = 68%

118
159
173

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

Portions of RGB colors in percentages

R + G + B = 118 + 159 + 173 = 450 (100%)
R 118 of 450 ~ 26.22%
G 159 of 450 ~ 35.33%
B 173 of 450 ~ 38.44'%

%26.22
%35.33
%38.44

CMYK color model

#769FAD color CMYK value is (32,8,0,32).

  • cyan value is 31.79%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (32,8,0,32) C32M8Y0K32 (32%,8%,0%,32%) (0.32/0.08/0.00/0.32) 

CMYK percentages

%31.79
%8.09
%0
%32.16

Codes

Color #769FAD in popluar color models

76 9F AD
RGB 118 159 173
HSL 195° 25.11% 57.06%
HSB/HSV 195° 31.79% 67.84%
CMYK 31.79% 8.09% 0.00%
32.16%

Color #769FAD in popluar number systems.

HEX 76 9F AD
Decimal 118 159 173
Binary 1110110 10011111 10101101
Octal 166 237 255

Shades and tints

Shades of #769FAD

#769FAD
(118,159,173)
#6C919E
(108,145,158)
#62838F
(98,131,143)
#587580
(88,117,128)
#4E6771
(78,103,113)
#445962
(68,89,98)
#3A4B53
(58,75,83)
#303D44
(48,61,68)
#262F35
(38,47,53)
#1C2126
(28,33,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #769FAD

#769FAD
(118,159,173)
#82A7B4
(130,167,180)
#8EAFBB
(142,175,187)
#9AB7C2
(154,183,194)
#A6BFC9
(166,191,201)
#B2C7D0
(178,199,208)
#BECFD7
(190,207,215)
#CAD7DE
(202,215,222)
#D6DFE5
(214,223,229)
#E2E7EC
(226,231,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769FAD; }

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

This text font color is #769FAD.

Background Color

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

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

This div background color is #769FAD.

Border color

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

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

This div border color is #769FAD.

Opacity

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

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

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

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

This text has shadow with #769FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769FAD.

Preview

Color preview on black background

This text has color #769FAD on black background.


Color preview on white background

This text has color #769FAD on white background.


Black color preview on #769FAD background

This text has black color on #769FAD background.


White color preview on #769FAD background

This text has white color on #769FAD background.


Related colors

Complementary color

Complementary color for #hex is #896052.


I love getcolorcode.com

Triadic colors

1 #AD769F and #9FAD76 with #769FAD are triadic colors.

2 #AD9F76 and #9F76AD with #769FAD are triadic colors.