COLOR #709ACD

HEX: #709ACD
RGB: (112,154,205)

Color info

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

RGB color model

#709ACD color RGB value is (112,154,205).

  • red value is 112;
  • green value is 154;
  • blue value is 205.
RGB:
(112,154,205)
(44%,60%,80%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 205 of 255 = 80%

112
154
205

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

Portions of RGB colors in percentages

R + G + B =
112 + 154 + 205 = 471 (100%)
R 112 of 471 ~ 23.78%
G 154 of 471 ~ 32.7%
B 205 of 471 ~ 43.52%

%23.78
%32.7
%43.52

CMYK color model

#709ACD color CMYK value is (45,25,0,20).

  • cyan value is 45.37%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(45,25,0,20)
C45M25Y0K20 
(45%,25%,0%,20%)
(0.45/0.25/0.00/0.20)	

CMYK percentages

%45.37
%24.88
%0
%19.61

Codes

Color #709ACD in popluar color models

709ACD
RGB112154205
HSL213°48.19%62.16%
HSB/HSV213°45.37%80.39%
CMYK45.37%24.88%0.00%
19.61%

Color #709ACD in popluar number systems.

HEX709ACD
Decimal112154205
Binary11100001001101011001101
Octal160232315

Shades and tints

Shades of #709ACD

#709ACD
(112,154,205)
#668CBB
(102,140,187)
#5C7EA9
(92,126,169)
#527097
(82,112,151)
#486285
(72,98,133)
#3E5473
(62,84,115)
#344661
(52,70,97)
#2A384F
(42,56,79)
#202A3D
(32,42,61)
#161C2B
(22,28,43)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #709ACD

#709ACD
(112,154,205)
#7DA3D1
(125,163,209)
#8AACD5
(138,172,213)
#97B5D9
(151,181,217)
#A4BEDD
(164,190,221)
#B1C7E1
(177,199,225)
#BED0E5
(190,208,229)
#CBD9E9
(203,217,233)
#D8E2ED
(216,226,237)
#E5EBF1
(229,235,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709ACD color. Also use rgb(112,154,205) instead hex code.

Text Font Color

.myTextColor { color: #709ACD; }

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

This text font color is #709ACD.


Background Color

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

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

This div background color is #709ACD.


Border color

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

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

This div border color is #709ACD.


Opacity

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

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

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

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

This text has shadow with #709ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709ACD on black background.


Color preview on white background

This text has color #709ACD on white background.



Black color preview on #709ACD background

This text has black color on #709ACD background.


White color preview on #709ACD background

This text has white color on #709ACD background.