COLOR #71869E

HEX: #71869E
RGB: (113,134,158)

Color info

#71869E contains red, green and blue colors in about the same proportion. Web safe color of #71869E is #669999 (or #699).

RGB color model

#71869E color RGB value is (113,134,158).

  • red value is 113;
  • green value is 134;
  • blue value is 158.
RGB:
(113,134,158)
(44%,53%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 158 of 255 = 62%

113
134
158

R + G + B ~ 53%. #71869E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 158 = 405 (100%)
R 113 of 405 ~ 27.9%
G 134 of 405 ~ 33.09%
B 158 of 405 ~ 39.01%

%27.9
%33.09
%39.01

CMYK color model

#71869E color CMYK value is (28,15,0,38).

  • cyan value is 28.48%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,15,0,38)
C28M15Y0K38 
(28%,15%,0%,38%)
(0.28/0.15/0.00/0.38)	

CMYK percentages

%28.48
%15.19
%0
%38.04

Codes

Color #71869E in popluar color models

71869E
RGB113134158
HSL212°18.83%53.14%
HSB/HSV212°28.48%61.96%
CMYK28.48%15.19%0.00%
38.04%

Color #71869E in popluar number systems.

HEX71869E
Decimal113134158
Binary11100011000011010011110
Octal161206236

Shades and tints

Shades of #71869E

#71869E
(113,134,158)
#677A90
(103,122,144)
#5D6E82
(93,110,130)
#536274
(83,98,116)
#495666
(73,86,102)
#3F4A58
(63,74,88)
#353E4A
(53,62,74)
#2B323C
(43,50,60)
#21262E
(33,38,46)
#171A20
(23,26,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #71869E

#71869E
(113,134,158)
#7D91A6
(125,145,166)
#899CAE
(137,156,174)
#95A7B6
(149,167,182)
#A1B2BE
(161,178,190)
#ADBDC6
(173,189,198)
#B9C8CE
(185,200,206)
#C5D3D6
(197,211,214)
#D1DEDE
(209,222,222)
#DDE9E6
(221,233,230)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71869E color. Also use rgb(113,134,158) instead hex code.

Text Font Color

.myTextColor { color: #71869E; }

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

This text font color is #71869E.


Background Color

.myBgColor { background-color: #71869E; }

<div style="background-color:#71869E">Inner text</div>

This div background color is #71869E.


Border color

.myBorderColor { border: 1px solid #71869E; }

<div style="border:3px solid #71869E">Div</div>

This div border color is #71869E.


Opacity

.myOpacity80 { color: #71869E; opacity: 0.8; }

<p style="color:#71869E;opacity:0.8;">80%</p>

Text with #71869E 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 #71869E;}

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

This text has shadow with #71869E color.

.textShadow {text-shadow: 3px 3px 1px #71869E, 3px 3px 1px red;}

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

This text has shadow with #71869E primary color and red secondary color.


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

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

This text has shadow with #71869E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71869E on black background.


Color preview on white background

This text has color #71869E on white background.



Black color preview on #71869E background

This text has black color on #71869E background.


White color preview on #71869E background

This text has white color on #71869E background.