COLOR #818EA7

HEX: #818EA7
RGB: (129,142,167)

Color info

#818EA7 contains red, green and blue colors in about the same proportion. Web safe color of #818EA7 is #999999 (or #999).

RGB color model

#818EA7 color RGB value is (129,142,167).

  • red value is 129;
  • green value is 142;
  • blue value is 167.
RGB:
(129,142,167)
(51%,56%,65%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 167 of 255 = 65%

129
142
167

R + G + B ~ 57%. #818EA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 167 = 438 (100%)
R 129 of 438 ~ 29.45%
G 142 of 438 ~ 32.42%
B 167 of 438 ~ 38.13%

%29.45
%32.42
%38.13

CMYK color model

#818EA7 color CMYK value is (23,15,0,35).

  • cyan value is 22.75%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(23,15,0,35)
C23M15Y0K35 
(23%,15%,0%,35%)
(0.23/0.15/0.00/0.35)	

CMYK percentages

%22.75
%14.97
%0
%34.51

Codes

Color #818EA7 in popluar color models

818EA7
RGB129142167
HSL219°17.76%58.04%
HSB/HSV219°22.75%65.49%
CMYK22.75%14.97%0.00%
34.51%

Color #818EA7 in popluar number systems.

HEX818EA7
Decimal129142167
Binary100000011000111010100111
Octal201216247

Shades and tints

Shades of #818EA7

#818EA7
(129,142,167)
#768298
(118,130,152)
#6B7689
(107,118,137)
#606A7A
(96,106,122)
#555E6B
(85,94,107)
#4A525C
(74,82,92)
#3F464D
(63,70,77)
#343A3E
(52,58,62)
#292E2F
(41,46,47)
#1E2220
(30,34,32)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #818EA7

#818EA7
(129,142,167)
#8C98AF
(140,152,175)
#97A2B7
(151,162,183)
#A2ACBF
(162,172,191)
#ADB6C7
(173,182,199)
#B8C0CF
(184,192,207)
#C3CAD7
(195,202,215)
#CED4DF
(206,212,223)
#D9DEE7
(217,222,231)
#E4E8EF
(228,232,239)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818EA7 color. Also use rgb(129,142,167) instead hex code.

Text Font Color

.myTextColor { color: #818EA7; }

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

This text font color is #818EA7.


Background Color

.myBgColor { background-color: #818EA7; }

<div style="background-color:#818EA7">Inner text</div>

This div background color is #818EA7.


Border color

.myBorderColor { border: 1px solid #818EA7; }

<div style="border:3px solid #818EA7">Div</div>

This div border color is #818EA7.


Opacity

.myOpacity80 { color: #818EA7; opacity: 0.8; }

<p style="color:#818EA7;opacity:0.8;">80%</p>

Text with #818EA7 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 #818EA7;}

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

This text has shadow with #818EA7 color.

.textShadow {text-shadow: 3px 3px 1px #818EA7, 3px 3px 1px red;}

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

This text has shadow with #818EA7 primary color and red secondary color.


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

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

This text has shadow with #818EA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818EA7 on black background.


Color preview on white background

This text has color #818EA7 on white background.



Black color preview on #818EA7 background

This text has black color on #818EA7 background.


White color preview on #818EA7 background

This text has white color on #818EA7 background.