COLOR #748EAB

HEX: #748EAB
RGB: (116,142,171)

Color info

#748EAB contains red, green and blue colors in about the same proportion. Web safe color of #748EAB is #669999 (or #699).

RGB color model

#748EAB color RGB value is (116,142,171).

  • red value is 116;
  • green value is 142;
  • blue value is 171.
RGB:
(116,142,171)
(45%,56%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 171 of 255 = 67%

116
142
171

R + G + B ~ 56%. #748EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 171 = 429 (100%)
R 116 of 429 ~ 27.04%
G 142 of 429 ~ 33.1%
B 171 of 429 ~ 39.86%

%27.04
%33.1
%39.86

CMYK color model

#748EAB color CMYK value is (32,17,0,33).

  • cyan value is 32.16%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,17,0,33)
C32M17Y0K33 
(32%,17%,0%,33%)
(0.32/0.17/0.00/0.33)	

CMYK percentages

%32.16
%16.96
%0
%32.94

Codes

Color #748EAB in popluar color models

748EAB
RGB116142171
HSL212°24.66%56.27%
HSB/HSV212°32.16%67.06%
CMYK32.16%16.96%0.00%
32.94%

Color #748EAB in popluar number systems.

HEX748EAB
Decimal116142171
Binary11101001000111010101011
Octal164216253

Shades and tints

Shades of #748EAB

#748EAB
(116,142,171)
#6A829C
(106,130,156)
#60768D
(96,118,141)
#566A7E
(86,106,126)
#4C5E6F
(76,94,111)
#425260
(66,82,96)
#384651
(56,70,81)
#2E3A42
(46,58,66)
#242E33
(36,46,51)
#1A2224
(26,34,36)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #748EAB

#748EAB
(116,142,171)
#8098B2
(128,152,178)
#8CA2B9
(140,162,185)
#98ACC0
(152,172,192)
#A4B6C7
(164,182,199)
#B0C0CE
(176,192,206)
#BCCAD5
(188,202,213)
#C8D4DC
(200,212,220)
#D4DEE3
(212,222,227)
#E0E8EA
(224,232,234)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748EAB color. Also use rgb(116,142,171) instead hex code.

Text Font Color

.myTextColor { color: #748EAB; }

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

This text font color is #748EAB.


Background Color

.myBgColor { background-color: #748EAB; }

<div style="background-color:#748EAB">Inner text</div>

This div background color is #748EAB.


Border color

.myBorderColor { border: 1px solid #748EAB; }

<div style="border:3px solid #748EAB">Div</div>

This div border color is #748EAB.


Opacity

.myOpacity80 { color: #748EAB; opacity: 0.8; }

<p style="color:#748EAB;opacity:0.8;">80%</p>

Text with #748EAB 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 #748EAB;}

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

This text has shadow with #748EAB color.

.textShadow {text-shadow: 3px 3px 1px #748EAB, 3px 3px 1px red;}

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

This text has shadow with #748EAB primary color and red secondary color.


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

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

This text has shadow with #748EAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748EAB on black background.


Color preview on white background

This text has color #748EAB on white background.



Black color preview on #748EAB background

This text has black color on #748EAB background.


White color preview on #748EAB background

This text has white color on #748EAB background.