COLOR #7081C7

HEX: #7081C7 RGB: (112,129,199)

Color info

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

RGB color model

#7081C7 color RGB value is (112,129,199).

RGB: (112,129,199) (44%, 51%, 78%)

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 199 of 255 = 78%

112
129
199

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

Portions of RGB colors in percentages

R + G + B = 112 + 129 + 199 = 440 (100%)
R 112 of 440 ~ 25.45%
G 129 of 440 ~ 29.32%
B 199 of 440 ~ 45.23'%

%25.45
%29.32
%45.23

CMYK color model

#7081C7 color CMYK value is (44,35,0,22).

  • cyan value is 43.72%
  • magenta value is 35.18%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (44,35,0,22)
C44M35Y0K22 (44%, 35%, 0%, 22%)
(0.44 / 0.35 / 0.00 / 0.22)

CMYK percentages

%43.72
%35.18
%0
%21.96

Codes

Color #7081C7 in popluar color models

70 81 C7
RGB 112 129 199
HSL 228° 43.72% 60.98%
HSB/HSV 228° 43.72% 78.04%
CMYK 43.72% 35.18% 0.00%
21.96%

Color #7081C7 in popluar number systems.

HEX 70 81 C7
Decimal 112 129 199
Binary 1110000 10000001 11000111
Octal 160 201 307

Shades and tints

Shades of #7081C7

#7081C7
(112,129,199)
#6676B5
(102,118,181)
#5C6BA3
(92,107,163)
#526091
(82,96,145)
#48557F
(72,85,127)
#3E4A6D
(62,74,109)
#343F5B
(52,63,91)
#2A3449
(42,52,73)
#202937
(32,41,55)
#161E25
(22,30,37)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #7081C7

#7081C7
(112,129,199)
#7D8CCC
(125,140,204)
#8A97D1
(138,151,209)
#97A2D6
(151,162,214)
#A4ADDB
(164,173,219)
#B1B8E0
(177,184,224)
#BEC3E5
(190,195,229)
#CBCEEA
(203,206,234)
#D8D9EF
(216,217,239)
#E5E4F4
(229,228,244)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7081C7 color. Also use rgb(112,129,199) instead hex code.

Text Font Color

.myTextColor { color: #7081C7; }

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

This text font color is #7081C7.

Background Color

.myBgColor { background-color: #7081C7; }

<div style="background-color:#7081C7">Inner text</div>

This div background color is #7081C7.

Border color

.myBorderColor { border: 1px solid #7081C7; }

<div style="border:3px solid #7081C7">Div</div>

This div border color is #7081C7.

Opacity

.myOpacity80 { color: #7081C7; opacity: 0.8; }

<p style="color:#7081C7;opacity:0.8;">80%</p>

Text with #7081C7 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 #7081C7;}

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

This text has shadow with #7081C7 color.


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

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

This text has shadow with #7081C7 primary color and red secondary color.


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

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

This text has shadow with #7081C7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7081C7.

Preview

Color preview on black background

This text has color #7081C7 on black background.


Color preview on white background

This text has color #7081C7 on white background.


Black color preview on #7081C7 background

This text has black color on #7081C7 background.


White color preview on #7081C7 background

This text has white color on #7081C7 background.


Related colors

Complementary color

Complementary color for #hex is #8F7E38.


I love getcolorcode.com

Triadic colors

1 #C77081 and #81C770 with #7081C7 are triadic colors.

2 #C78170 and #8170C7 with #7081C7 are triadic colors.