COLOR #769FCD

HEX: #769FCD
RGB: (118,159,205)

Color info

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

RGB color model

#769FCD color RGB value is (118,159,205).

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

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 205 of 255 = 80%

118
159
205

R + G + B ~ 63%. #769FCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 205 = 482 (100%)
R 118 of 482 ~ 24.48%
G 159 of 482 ~ 32.99%
B 205 of 482 ~ 42.53%

%24.48
%32.99
%42.53

CMYK color model

#769FCD color CMYK value is (42,22,0,20).

  • cyan value is 42.44%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(42,22,0,20)
C42M22Y0K20 
(42%,22%,0%,20%)
(0.42/0.22/0.00/0.20)	

CMYK percentages

%42.44
%22.44
%0
%19.61

Codes

Color #769FCD in popluar color models

769FCD
RGB118159205
HSL212°46.52%63.33%
HSB/HSV212°42.44%80.39%
CMYK42.44%22.44%0.00%
19.61%

Color #769FCD in popluar number systems.

HEX769FCD
Decimal118159205
Binary11101101001111111001101
Octal166237315

Shades and tints

Shades of #769FCD

#769FCD
(118,159,205)
#6C91BB
(108,145,187)
#6283A9
(98,131,169)
#587597
(88,117,151)
#4E6785
(78,103,133)
#445973
(68,89,115)
#3A4B61
(58,75,97)
#303D4F
(48,61,79)
#262F3D
(38,47,61)
#1C212B
(28,33,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #769FCD

#769FCD
(118,159,205)
#82A7D1
(130,167,209)
#8EAFD5
(142,175,213)
#9AB7D9
(154,183,217)
#A6BFDD
(166,191,221)
#B2C7E1
(178,199,225)
#BECFE5
(190,207,229)
#CAD7E9
(202,215,233)
#D6DFED
(214,223,237)
#E2E7F1
(226,231,241)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769FCD; }

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

This text font color is #769FCD.


Background Color

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

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

This div background color is #769FCD.


Border color

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

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

This div border color is #769FCD.


Opacity

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

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

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

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

This text has shadow with #769FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769FCD on black background.


Color preview on white background

This text has color #769FCD on white background.



Black color preview on #769FCD background

This text has black color on #769FCD background.


White color preview on #769FCD background

This text has white color on #769FCD background.