COLOR #748FA6

HEX: #748FA6
RGB: (116,143,166)

Color info

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

RGB color model

#748FA6 color RGB value is (116,143,166).

  • red value is 116;
  • green value is 143;
  • blue value is 166.
RGB:
(116,143,166)
(45%,56%,65%)

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 166 of 255 = 65%

116
143
166

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 166 = 425 (100%)
R 116 of 425 ~ 27.29%
G 143 of 425 ~ 33.65%
B 166 of 425 ~ 39.06%

%27.29
%33.65
%39.06

CMYK color model

#748FA6 color CMYK value is (30,14,0,35).

  • cyan value is 30.12%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(30,14,0,35)
C30M14Y0K35 
(30%,14%,0%,35%)
(0.30/0.14/0.00/0.35)	

CMYK percentages

%30.12
%13.86
%0
%34.9

Codes

Color #748FA6 in popluar color models

748FA6
RGB116143166
HSL208°21.93%55.29%
HSB/HSV208°30.12%65.10%
CMYK30.12%13.86%0.00%
34.90%

Color #748FA6 in popluar number systems.

HEX748FA6
Decimal116143166
Binary11101001000111110100110
Octal164217246

Shades and tints

Shades of #748FA6

#748FA6
(116,143,166)
#6A8297
(106,130,151)
#607588
(96,117,136)
#566879
(86,104,121)
#4C5B6A
(76,91,106)
#424E5B
(66,78,91)
#38414C
(56,65,76)
#2E343D
(46,52,61)
#24272E
(36,39,46)
#1A1A1F
(26,26,31)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #748FA6

#748FA6
(116,143,166)
#8099AE
(128,153,174)
#8CA3B6
(140,163,182)
#98ADBE
(152,173,190)
#A4B7C6
(164,183,198)
#B0C1CE
(176,193,206)
#BCCBD6
(188,203,214)
#C8D5DE
(200,213,222)
#D4DFE6
(212,223,230)
#E0E9EE
(224,233,238)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748FA6 color. Also use rgb(116,143,166) instead hex code.

Text Font Color

.myTextColor { color: #748FA6; }

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

This text font color is #748FA6.


Background Color

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

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

This div background color is #748FA6.


Border color

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

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

This div border color is #748FA6.


Opacity

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

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

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

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

This text has shadow with #748FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748FA6 on black background.


Color preview on white background

This text has color #748FA6 on white background.



Black color preview on #748FA6 background

This text has black color on #748FA6 background.


White color preview on #748FA6 background

This text has white color on #748FA6 background.