COLOR #749DB8

HEX: #749DB8
RGB: (116,157,184)

Color info

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

RGB color model

#749DB8 color RGB value is (116,157,184).

  • red value is 116;
  • green value is 157;
  • blue value is 184.
RGB:
(116,157,184)
(45%,62%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 184 of 255 = 72%

116
157
184

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

Portions of RGB colors in percentages

R + G + B =
116 + 157 + 184 = 457 (100%)
R 116 of 457 ~ 25.38%
G 157 of 457 ~ 34.35%
B 184 of 457 ~ 40.26%

%25.38
%34.35
%40.26

CMYK color model

#749DB8 color CMYK value is (37,15,0,28).

  • cyan value is 36.96%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(37,15,0,28)
C37M15Y0K28 
(37%,15%,0%,28%)
(0.37/0.15/0.00/0.28)	

CMYK percentages

%36.96
%14.67
%0
%27.84

Codes

Color #749DB8 in popluar color models

749DB8
RGB116157184
HSL204°32.38%58.82%
HSB/HSV204°36.96%72.16%
CMYK36.96%14.67%0.00%
27.84%

Color #749DB8 in popluar number systems.

HEX749DB8
Decimal116157184
Binary11101001001110110111000
Octal164235270

Shades and tints

Shades of #749DB8

#749DB8
(116,157,184)
#6A8FA8
(106,143,168)
#608198
(96,129,152)
#567388
(86,115,136)
#4C6578
(76,101,120)
#425768
(66,87,104)
#384958
(56,73,88)
#2E3B48
(46,59,72)
#242D38
(36,45,56)
#1A1F28
(26,31,40)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #749DB8

#749DB8
(116,157,184)
#80A5BE
(128,165,190)
#8CADC4
(140,173,196)
#98B5CA
(152,181,202)
#A4BDD0
(164,189,208)
#B0C5D6
(176,197,214)
#BCCDDC
(188,205,220)
#C8D5E2
(200,213,226)
#D4DDE8
(212,221,232)
#E0E5EE
(224,229,238)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749DB8 color. Also use rgb(116,157,184) instead hex code.

Text Font Color

.myTextColor { color: #749DB8; }

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

This text font color is #749DB8.


Background Color

.myBgColor { background-color: #749DB8; }

<div style="background-color:#749DB8">Inner text</div>

This div background color is #749DB8.


Border color

.myBorderColor { border: 1px solid #749DB8; }

<div style="border:3px solid #749DB8">Div</div>

This div border color is #749DB8.


Opacity

.myOpacity80 { color: #749DB8; opacity: 0.8; }

<p style="color:#749DB8;opacity:0.8;">80%</p>

Text with #749DB8 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 #749DB8;}

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

This text has shadow with #749DB8 color.

.textShadow {text-shadow: 3px 3px 1px #749DB8, 3px 3px 1px red;}

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

This text has shadow with #749DB8 primary color and red secondary color.


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

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

This text has shadow with #749DB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749DB8 on black background.


Color preview on white background

This text has color #749DB8 on white background.



Black color preview on #749DB8 background

This text has black color on #749DB8 background.


White color preview on #749DB8 background

This text has white color on #749DB8 background.