COLOR #709B95

HEX: #709B95
RGB: (112,155,149)

Color info

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

RGB color model

#709B95 color RGB value is (112,155,149).

  • red value is 112;
  • green value is 155;
  • blue value is 149.
RGB:
(112,155,149)
(44%,61%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 149 of 255 = 58%

112
155
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 155 + 149 = 416 (100%)
R 112 of 416 ~ 26.92%
G 155 of 416 ~ 37.26%
B 149 of 416 ~ 35.82%

%26.92
%37.26
%35.82

CMYK color model

#709B95 color CMYK value is (28,0,4,39).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(28,0,4,39)
C28M0Y4K39 
(28%,0%,4%,39%)
(0.28/0.00/0.04/0.39)	

CMYK percentages

%27.74
%0
%3.87
%39.22

Codes

Color #709B95 in popluar color models

709B95
RGB112155149
HSL172°17.70%52.35%
HSB/HSV172°27.74%60.78%
CMYK27.74%0.00%3.87%
39.22%

Color #709B95 in popluar number systems.

HEX709B95
Decimal112155149
Binary11100001001101110010101
Octal160233225

Shades and tints

Shades of #709B95

#709B95
(112,155,149)
#668D88
(102,141,136)
#5C7F7B
(92,127,123)
#52716E
(82,113,110)
#486361
(72,99,97)
#3E5554
(62,85,84)
#344747
(52,71,71)
#2A393A
(42,57,58)
#202B2D
(32,43,45)
#161D20
(22,29,32)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #709B95

#709B95
(112,155,149)
#7DA49E
(125,164,158)
#8AADA7
(138,173,167)
#97B6B0
(151,182,176)
#A4BFB9
(164,191,185)
#B1C8C2
(177,200,194)
#BED1CB
(190,209,203)
#CBDAD4
(203,218,212)
#D8E3DD
(216,227,221)
#E5ECE6
(229,236,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709B95 color. Also use rgb(112,155,149) instead hex code.

Text Font Color

.myTextColor { color: #709B95; }

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

This text font color is #709B95.


Background Color

.myBgColor { background-color: #709B95; }

<div style="background-color:#709B95">Inner text</div>

This div background color is #709B95.


Border color

.myBorderColor { border: 1px solid #709B95; }

<div style="border:3px solid #709B95">Div</div>

This div border color is #709B95.


Opacity

.myOpacity80 { color: #709B95; opacity: 0.8; }

<p style="color:#709B95;opacity:0.8;">80%</p>

Text with #709B95 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 #709B95;}

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

This text has shadow with #709B95 color.

.textShadow {text-shadow: 3px 3px 1px #709B95, 3px 3px 1px red;}

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

This text has shadow with #709B95 primary color and red secondary color.


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

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

This text has shadow with #709B95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709B95 on black background.


Color preview on white background

This text has color #709B95 on white background.



Black color preview on #709B95 background

This text has black color on #709B95 background.


White color preview on #709B95 background

This text has white color on #709B95 background.