COLOR #708DBE

HEX: #708DBE RGB: (112,141,190)

Color info

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

RGB color model

#708DBE color RGB value is (112,141,190).

RGB: (112,141,190) (44%, 55%, 75%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 190 of 255 = 75%

112
141
190

R + G + B ~ 58%. #708DBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 141 + 190 = 443 (100%)
R 112 of 443 ~ 25.28%
G 141 of 443 ~ 31.83%
B 190 of 443 ~ 42.89'%

%25.28
%31.83
%42.89

CMYK color model

#708DBE color CMYK value is (41,26,0,25).

  • cyan value is 41.05%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (41,26,0,25)
C41M26Y0K25 (41%, 26%, 0%, 25%)
(0.41 / 0.26 / 0.00 / 0.25)

CMYK percentages

%41.05
%25.79
%0
%25.49

Codes

Color #708DBE in popluar color models

70 8D BE
RGB 112 141 190
HSL 218° 37.50% 59.22%
HSB/HSV 218° 41.05% 74.51%
CMYK 41.05% 25.79% 0.00%
25.49%

Color #708DBE in popluar number systems.

HEX 70 8D BE
Decimal 112 141 190
Binary 1110000 10001101 10111110
Octal 160 215 276

Shades and tints

Shades of #708DBE

#708DBE
(112,141,190)
#6681AD
(102,129,173)
#5C759C
(92,117,156)
#52698B
(82,105,139)
#485D7A
(72,93,122)
#3E5169
(62,81,105)
#344558
(52,69,88)
#2A3947
(42,57,71)
#202D36
(32,45,54)
#162125
(22,33,37)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #708DBE

#708DBE
(112,141,190)
#7D97C3
(125,151,195)
#8AA1C8
(138,161,200)
#97ABCD
(151,171,205)
#A4B5D2
(164,181,210)
#B1BFD7
(177,191,215)
#BEC9DC
(190,201,220)
#CBD3E1
(203,211,225)
#D8DDE6
(216,221,230)
#E5E7EB
(229,231,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708DBE color. Also use rgb(112,141,190) instead hex code.

Text Font Color

.myTextColor { color: #708DBE; }

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

This text font color is #708DBE.

Background Color

.myBgColor { background-color: #708DBE; }

<div style="background-color:#708DBE">Inner text</div>

This div background color is #708DBE.

Border color

.myBorderColor { border: 1px solid #708DBE; }

<div style="border:3px solid #708DBE">Div</div>

This div border color is #708DBE.

Opacity

.myOpacity80 { color: #708DBE; opacity: 0.8; }

<p style="color:#708DBE;opacity:0.8;">80%</p>

Text with #708DBE 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 #708DBE;}

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

This text has shadow with #708DBE color.


.textShadow {text-shadow: 3px 3px 1px #708DBE', 3px 3px 1px red;}

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

This text has shadow with #708DBE primary color and red secondary color.


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

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

This text has shadow with #708DBE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #708DBE; -webkit-box-shadow: 1px 1px 3px 2px #708DBE; box-shadow:1px 1px 3px 2px #708DBE;">
Div content here
</div>

This div box has shadow with color #708DBE.

Preview

Color preview on black background

This text has color #708DBE on black background.


Color preview on white background

This text has color #708DBE on white background.


Black color preview on #708DBE background

This text has black color on #708DBE background.


White color preview on #708DBE background

This text has white color on #708DBE background.


Related colors

Complementary color

Complementary color for #hex is #8F7241.


I love getcolorcode.com

Triadic colors

1 #BE708D and #8DBE70 with #708DBE are triadic colors.

2 #BE8D70 and #8D70BE with #708DBE are triadic colors.