COLOR #769FBE

HEX: #769FBE
RGB: (118,159,190)

Color info

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

RGB color model

#769FBE color RGB value is (118,159,190).

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

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 190 of 255 = 75%

118
159
190

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

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 190 = 467 (100%)
R 118 of 467 ~ 25.27%
G 159 of 467 ~ 34.05%
B 190 of 467 ~ 40.69%

%25.27
%34.05
%40.69

CMYK color model

#769FBE color CMYK value is (38,16,0,25).

  • cyan value is 37.89%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(38,16,0,25)
C38M16Y0K25 
(38%,16%,0%,25%)
(0.38/0.16/0.00/0.25)	

CMYK percentages

%37.89
%16.32
%0
%25.49

Codes

Color #769FBE in popluar color models

769FBE
RGB118159190
HSL206°35.64%60.39%
HSB/HSV206°37.89%74.51%
CMYK37.89%16.32%0.00%
25.49%

Color #769FBE in popluar number systems.

HEX769FBE
Decimal118159190
Binary11101101001111110111110
Octal166237276

Shades and tints

Shades of #769FBE

#769FBE
(118,159,190)
#6C91AD
(108,145,173)
#62839C
(98,131,156)
#58758B
(88,117,139)
#4E677A
(78,103,122)
#445969
(68,89,105)
#3A4B58
(58,75,88)
#303D47
(48,61,71)
#262F36
(38,47,54)
#1C2125
(28,33,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #769FBE

#769FBE
(118,159,190)
#82A7C3
(130,167,195)
#8EAFC8
(142,175,200)
#9AB7CD
(154,183,205)
#A6BFD2
(166,191,210)
#B2C7D7
(178,199,215)
#BECFDC
(190,207,220)
#CAD7E1
(202,215,225)
#D6DFE6
(214,223,230)
#E2E7EB
(226,231,235)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769FBE; }

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

This text font color is #769FBE.


Background Color

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

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

This div background color is #769FBE.


Border color

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

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

This div border color is #769FBE.


Opacity

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

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

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

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

This text has shadow with #769FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769FBE on black background.


Color preview on white background

This text has color #769FBE on white background.



Black color preview on #769FBE background

This text has black color on #769FBE background.


White color preview on #769FBE background

This text has white color on #769FBE background.