COLOR #769FBD

HEX: #769FBD
RGB: (118,159,189)

Color info

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

RGB color model

#769FBD color RGB value is (118,159,189).

  • red value is 118;
  • green value is 159;
  • blue value is 189.
RGB:
(118,159,189)
(46%,62%,74%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 189 of 255 = 74%

118
159
189

R + G + B ~ 61%. #769FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 189 = 466 (100%)
R 118 of 466 ~ 25.32%
G 159 of 466 ~ 34.12%
B 189 of 466 ~ 40.56%

%25.32
%34.12
%40.56

CMYK color model

#769FBD color CMYK value is (38,16,0,26).

  • cyan value is 37.57%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,16,0,26)
C38M16Y0K26 
(38%,16%,0%,26%)
(0.38/0.16/0.00/0.26)	

CMYK percentages

%37.57
%15.87
%0
%25.88

Codes

Color #769FBD in popluar color models

769FBD
RGB118159189
HSL205°34.98%60.20%
HSB/HSV205°37.57%74.12%
CMYK37.57%15.87%0.00%
25.88%

Color #769FBD in popluar number systems.

HEX769FBD
Decimal118159189
Binary11101101001111110111101
Octal166237275

Shades and tints

Shades of #769FBD

#769FBD
(118,159,189)
#6C91AC
(108,145,172)
#62839B
(98,131,155)
#58758A
(88,117,138)
#4E6779
(78,103,121)
#445968
(68,89,104)
#3A4B57
(58,75,87)
#303D46
(48,61,70)
#262F35
(38,47,53)
#1C2124
(28,33,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #769FBD

#769FBD
(118,159,189)
#82A7C3
(130,167,195)
#8EAFC9
(142,175,201)
#9AB7CF
(154,183,207)
#A6BFD5
(166,191,213)
#B2C7DB
(178,199,219)
#BECFE1
(190,207,225)
#CAD7E7
(202,215,231)
#D6DFED
(214,223,237)
#E2E7F3
(226,231,243)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769FBD; }

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

This text font color is #769FBD.


Background Color

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

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

This div background color is #769FBD.


Border color

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

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

This div border color is #769FBD.


Opacity

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

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

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

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

This text has shadow with #769FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769FBD on black background.


Color preview on white background

This text has color #769FBD on white background.



Black color preview on #769FBD background

This text has black color on #769FBD background.


White color preview on #769FBD background

This text has white color on #769FBD background.