COLOR #729ABE

HEX: #729ABE
RGB: (114,154,190)

Color info

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

RGB color model

#729ABE color RGB value is (114,154,190).

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

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 190 of 255 = 75%

114
154
190

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

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 190 = 458 (100%)
R 114 of 458 ~ 24.89%
G 154 of 458 ~ 33.62%
B 190 of 458 ~ 41.48%

%24.89
%33.62
%41.48

CMYK color model

#729ABE color CMYK value is (40,19,0,25).

  • cyan value is 40.00%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(40,19,0,25)
C40M19Y0K25 
(40%,19%,0%,25%)
(0.40/0.19/0.00/0.25)	

CMYK percentages

%40
%18.95
%0
%25.49

Codes

Color #729ABE in popluar color models

729ABE
RGB114154190
HSL208°36.89%59.61%
HSB/HSV208°40.00%74.51%
CMYK40.00%18.95%0.00%
25.49%

Color #729ABE in popluar number systems.

HEX729ABE
Decimal114154190
Binary11100101001101010111110
Octal162232276

Shades and tints

Shades of #729ABE

#729ABE
(114,154,190)
#688CAD
(104,140,173)
#5E7E9C
(94,126,156)
#54708B
(84,112,139)
#4A627A
(74,98,122)
#405469
(64,84,105)
#364658
(54,70,88)
#2C3847
(44,56,71)
#222A36
(34,42,54)
#181C25
(24,28,37)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #729ABE

#729ABE
(114,154,190)
#7EA3C3
(126,163,195)
#8AACC8
(138,172,200)
#96B5CD
(150,181,205)
#A2BED2
(162,190,210)
#AEC7D7
(174,199,215)
#BAD0DC
(186,208,220)
#C6D9E1
(198,217,225)
#D2E2E6
(210,226,230)
#DEEBEB
(222,235,235)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729ABE; }

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

This text font color is #729ABE.


Background Color

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

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

This div background color is #729ABE.


Border color

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

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

This div border color is #729ABE.


Opacity

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

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

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

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

This text has shadow with #729ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729ABE on black background.


Color preview on white background

This text has color #729ABE on white background.



Black color preview on #729ABE background

This text has black color on #729ABE background.


White color preview on #729ABE background

This text has white color on #729ABE background.