COLOR #718ECB

HEX: #718ECB RGB: (113,142,203)

Color info

#718ECB contains mainly blue color. Web safe color of #718ECB is #6699CC (or #69C).

RGB color model

#718ECB color RGB value is (113,142,203).

RGB: (113,142,203) (44%, 56%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 203 of 255 = 80%

113
142
203

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

Portions of RGB colors in percentages

R + G + B = 113 + 142 + 203 = 458 (100%)
R 113 of 458 ~ 24.67%
G 142 of 458 ~ 31%
B 203 of 458 ~ 44.32'%

%24.67
%31
%44.32

CMYK color model

#718ECB color CMYK value is (44,30,0,20).

  • cyan value is 44.33%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (44,30,0,20) C44M30Y0K20 (44%,30%,0%,20%) (0.44/0.30/0.00/0.20) 

CMYK percentages

%44.33
%30.05
%0
%20.39

Codes

Color #718ECB in popluar color models

71 8E CB
RGB 113 142 203
HSL 221° 46.39% 61.96%
HSB/HSV 221° 44.33% 79.61%
CMYK 44.33% 30.05% 0.00%
20.39%

Color #718ECB in popluar number systems.

HEX 71 8E CB
Decimal 113 142 203
Binary 1110001 10001110 11001011
Octal 161 216 313

Shades and tints

Shades of #718ECB

#718ECB
(113,142,203)
#6782B9
(103,130,185)
#5D76A7
(93,118,167)
#536A95
(83,106,149)
#495E83
(73,94,131)
#3F5271
(63,82,113)
#35465F
(53,70,95)
#2B3A4D
(43,58,77)
#212E3B
(33,46,59)
#172229
(23,34,41)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #718ECB

#718ECB
(113,142,203)
#7D98CF
(125,152,207)
#89A2D3
(137,162,211)
#95ACD7
(149,172,215)
#A1B6DB
(161,182,219)
#ADC0DF
(173,192,223)
#B9CAE3
(185,202,227)
#C5D4E7
(197,212,231)
#D1DEEB
(209,222,235)
#DDE8EF
(221,232,239)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718ECB color. Also use rgb(113,142,203) instead hex code.

Text Font Color

.myTextColor { color: #718ECB; }

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

This text font color is #718ECB.

Background Color

.myBgColor { background-color: #718ECB; }

<div style="background-color:#718ECB">Inner text</div>

This div background color is #718ECB.

Border color

.myBorderColor { border: 1px solid #718ECB; }

<div style="border:3px solid #718ECB">Div</div>

This div border color is #718ECB.

Opacity

.myOpacity80 { color: #718ECB; opacity: 0.8; }

<p style="color:#718ECB;opacity:0.8;">80%</p>

Text with #718ECB 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 #718ECB;}

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

This text has shadow with #718ECB color.


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

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

This text has shadow with #718ECB primary color and red secondary color.


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

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

This text has shadow with #718ECB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #718ECB.

Preview

Color preview on black background

This text has color #718ECB on black background.


Color preview on white background

This text has color #718ECB on white background.


Black color preview on #718ECB background

This text has black color on #718ECB background.


White color preview on #718ECB background

This text has white color on #718ECB background.


Related colors

Complementary color

Complementary color for #hex is #8E7134.


I love getcolorcode.com

Triadic colors

1 #CB718E and #8ECB71 with #718ECB are triadic colors.

2 #CB8E71 and #8E71CB with #718ECB are triadic colors.