COLOR #769CBD

HEX: #769CBD
RGB: (118,156,189)

Color info

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

RGB color model

#769CBD color RGB value is (118,156,189).

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

RGB channels and saturation

R 118 of 255 = 46%
G 156 of 255 = 61%
B 189 of 255 = 74%

118
156
189

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

Portions of RGB colors in percentages

R + G + B =
118 + 156 + 189 = 463 (100%)
R 118 of 463 ~ 25.49%
G 156 of 463 ~ 33.69%
B 189 of 463 ~ 40.82%

%25.49
%33.69
%40.82

CMYK color model

#769CBD color CMYK value is (38,17,0,26).

  • cyan value is 37.57%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,17,0,26)
C38M17Y0K26 
(38%,17%,0%,26%)
(0.38/0.17/0.00/0.26)	

CMYK percentages

%37.57
%17.46
%0
%25.88

Codes

Color #769CBD in popluar color models

769CBD
RGB118156189
HSL208°34.98%60.20%
HSB/HSV208°37.57%74.12%
CMYK37.57%17.46%0.00%
25.88%

Color #769CBD in popluar number systems.

HEX769CBD
Decimal118156189
Binary11101101001110010111101
Octal166234275

Shades and tints

Shades of #769CBD

#769CBD
(118,156,189)
#6C8EAC
(108,142,172)
#62809B
(98,128,155)
#58728A
(88,114,138)
#4E6479
(78,100,121)
#445668
(68,86,104)
#3A4857
(58,72,87)
#303A46
(48,58,70)
#262C35
(38,44,53)
#1C1E24
(28,30,36)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #769CBD

#769CBD
(118,156,189)
#82A5C3
(130,165,195)
#8EAEC9
(142,174,201)
#9AB7CF
(154,183,207)
#A6C0D5
(166,192,213)
#B2C9DB
(178,201,219)
#BED2E1
(190,210,225)
#CADBE7
(202,219,231)
#D6E4ED
(214,228,237)
#E2EDF3
(226,237,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769CBD; }

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

This text font color is #769CBD.


Background Color

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

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

This div background color is #769CBD.


Border color

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

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

This div border color is #769CBD.


Opacity

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

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

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

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

This text has shadow with #769CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769CBD on black background.


Color preview on white background

This text has color #769CBD on white background.



Black color preview on #769CBD background

This text has black color on #769CBD background.


White color preview on #769CBD background

This text has white color on #769CBD background.