COLOR #727EAB

HEX: #727EAB
RGB: (114,126,171)

Color info

#727EAB contains red, green and blue colors in about the same proportion. Web safe color of #727EAB is #666699 (or #669).

RGB color model

#727EAB color RGB value is (114,126,171).

  • red value is 114;
  • green value is 126;
  • blue value is 171.
RGB:
(114,126,171)
(45%,49%,67%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 171 of 255 = 67%

114
126
171

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

Portions of RGB colors in percentages

R + G + B =
114 + 126 + 171 = 411 (100%)
R 114 of 411 ~ 27.74%
G 126 of 411 ~ 30.66%
B 171 of 411 ~ 41.61%

%27.74
%30.66
%41.61

CMYK color model

#727EAB color CMYK value is (33,26,0,33).

  • cyan value is 33.33%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(33,26,0,33)
C33M26Y0K33 
(33%,26%,0%,33%)
(0.33/0.26/0.00/0.33)	

CMYK percentages

%33.33
%26.32
%0
%32.94

Codes

Color #727EAB in popluar color models

727EAB
RGB114126171
HSL227°25.33%55.88%
HSB/HSV227°33.33%67.06%
CMYK33.33%26.32%0.00%
32.94%

Color #727EAB in popluar number systems.

HEX727EAB
Decimal114126171
Binary1110010111111010101011
Octal162176253

Shades and tints

Shades of #727EAB

#727EAB
(114,126,171)
#68739C
(104,115,156)
#5E688D
(94,104,141)
#545D7E
(84,93,126)
#4A526F
(74,82,111)
#404760
(64,71,96)
#363C51
(54,60,81)
#2C3142
(44,49,66)
#222633
(34,38,51)
#181B24
(24,27,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #727EAB

#727EAB
(114,126,171)
#7E89B2
(126,137,178)
#8A94B9
(138,148,185)
#969FC0
(150,159,192)
#A2AAC7
(162,170,199)
#AEB5CE
(174,181,206)
#BAC0D5
(186,192,213)
#C6CBDC
(198,203,220)
#D2D6E3
(210,214,227)
#DEE1EA
(222,225,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727EAB color. Also use rgb(114,126,171) instead hex code.

Text Font Color

.myTextColor { color: #727EAB; }

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

This text font color is #727EAB.


Background Color

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

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

This div background color is #727EAB.


Border color

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

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

This div border color is #727EAB.


Opacity

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

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

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

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

This text has shadow with #727EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727EAB on black background.


Color preview on white background

This text has color #727EAB on white background.



Black color preview on #727EAB background

This text has black color on #727EAB background.


White color preview on #727EAB background

This text has white color on #727EAB background.