COLOR #729AA7

HEX: #729AA7
RGB: (114,154,167)

Color info

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

RGB color model

#729AA7 color RGB value is (114,154,167).

  • red value is 114;
  • green value is 154;
  • blue value is 167.
RGB:
(114,154,167)
(45%,60%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 167 of 255 = 65%

114
154
167

R + G + B ~ 57%. #729AA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 167 = 435 (100%)
R 114 of 435 ~ 26.21%
G 154 of 435 ~ 35.4%
B 167 of 435 ~ 38.39%

%26.21
%35.4
%38.39

CMYK color model

#729AA7 color CMYK value is (32,8,0,35).

  • cyan value is 31.74%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(32,8,0,35)
C32M8Y0K35 
(32%,8%,0%,35%)
(0.32/0.08/0.00/0.35)	

CMYK percentages

%31.74
%7.78
%0
%34.51

Codes

Color #729AA7 in popluar color models

729AA7
RGB114154167
HSL195°23.14%55.10%
HSB/HSV195°31.74%65.49%
CMYK31.74%7.78%0.00%
34.51%

Color #729AA7 in popluar number systems.

HEX729AA7
Decimal114154167
Binary11100101001101010100111
Octal162232247

Shades and tints

Shades of #729AA7

#729AA7
(114,154,167)
#688C98
(104,140,152)
#5E7E89
(94,126,137)
#54707A
(84,112,122)
#4A626B
(74,98,107)
#40545C
(64,84,92)
#36464D
(54,70,77)
#2C383E
(44,56,62)
#222A2F
(34,42,47)
#181C20
(24,28,32)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #729AA7

#729AA7
(114,154,167)
#7EA3AF
(126,163,175)
#8AACB7
(138,172,183)
#96B5BF
(150,181,191)
#A2BEC7
(162,190,199)
#AEC7CF
(174,199,207)
#BAD0D7
(186,208,215)
#C6D9DF
(198,217,223)
#D2E2E7
(210,226,231)
#DEEBEF
(222,235,239)
#EAF4F7
(234,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729AA7 color. Also use rgb(114,154,167) instead hex code.

Text Font Color

.myTextColor { color: #729AA7; }

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

This text font color is #729AA7.


Background Color

.myBgColor { background-color: #729AA7; }

<div style="background-color:#729AA7">Inner text</div>

This div background color is #729AA7.


Border color

.myBorderColor { border: 1px solid #729AA7; }

<div style="border:3px solid #729AA7">Div</div>

This div border color is #729AA7.


Opacity

.myOpacity80 { color: #729AA7; opacity: 0.8; }

<p style="color:#729AA7;opacity:0.8;">80%</p>

Text with #729AA7 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 #729AA7;}

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

This text has shadow with #729AA7 color.

.textShadow {text-shadow: 3px 3px 1px #729AA7, 3px 3px 1px red;}

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

This text has shadow with #729AA7 primary color and red secondary color.


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

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

This text has shadow with #729AA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729AA7 on black background.


Color preview on white background

This text has color #729AA7 on white background.



Black color preview on #729AA7 background

This text has black color on #729AA7 background.


White color preview on #729AA7 background

This text has white color on #729AA7 background.