COLOR #709EC4

HEX: #709EC4
RGB: (112,158,196)

Renk bilgisi

#709EC4 contains mainly green and blue colors. #709EC4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#709EC4 color RGB value is (112,158,196).

  • kırmız ton 112;
  • yeşil ton 158;
  • mavi ton 196.
RGB:
(112,158,196)
(44%,62%,77%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 158 of 255 = 62%
B 196 of 255 = 77%

112
158
196

R + G + B ~ 61%. #709EC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 158 + 196 = 466 (100%)
R 112 of 466 ~ 24.03%
G 158 of 466 ~ 33.91%
B 196 of 466 ~ 42.06%

%24.03
%33.91
%42.06

CMYK RENK MODELİ

#709EC4 rengi CMYK tonu (43,19,0,23).

  • camgöbeği tonu 42.86%
  • eflatun tonu 19.39%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(43,19,0,23)
C43M19Y0K23 
(43%,19%,0%,23%)
(0.43/0.19/0.00/0.23)	

CMYK yüzdeleri

%42.86
%19.39
%0
%23.14

Codes

Color #709EC4 in popluar color models

709EC4
RGB112158196
HSL207°41.58%60.39%
HSB/HSV207°42.86%76.86%
CMYK42.86%19.39%0.00%
23.14%

Color #709EC4 in popluar number systems.

HEX709EC4
Decimal112158196
Binary11100001001111011000100
Octal160236304

Shades and tints

Shades of #709EC4

#709EC4
(112,158,196)
#6690B3
(102,144,179)
#5C82A2
(92,130,162)
#527491
(82,116,145)
#486680
(72,102,128)
#3E586F
(62,88,111)
#344A5E
(52,74,94)
#2A3C4D
(42,60,77)
#202E3C
(32,46,60)
#16202B
(22,32,43)
#0C121A
(12,18,26)
#000000
(0,0,0)

Tints of #709EC4

#709EC4
(112,158,196)
#7DA6C9
(125,166,201)
#8AAECE
(138,174,206)
#97B6D3
(151,182,211)
#A4BED8
(164,190,216)
#B1C6DD
(177,198,221)
#BECEE2
(190,206,226)
#CBD6E7
(203,214,231)
#D8DEEC
(216,222,236)
#E5E6F1
(229,230,241)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709EC4 color. Also use rgb(112,158,196) instead hex code.

Text Font Color

.myTextColor { color: #709EC4; }

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

This text font color is #709EC4.


Background Color

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

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

This div background color is #709EC4.


Border color

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

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

This div border color is #709EC4.


Opacity

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

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

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

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

This text has shadow with #709EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709EC4 on black background.


Color preview on white background

This text has color #709EC4 on white background.



Black color preview on #709EC4 background

This text has black color on #709EC4 background.


White color preview on #709EC4 background

This text has white color on #709EC4 background.