COLOR #818DA3

HEX: #818DA3
RGB: (129,141,163)

Color info

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

RGB color model

#818DA3 color RGB value is (129,141,163).

  • red value is 129;
  • green value is 141;
  • blue value is 163.
RGB:
(129,141,163)
(51%,55%,64%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 163 of 255 = 64%

129
141
163

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

Portions of RGB colors in percentages

R + G + B =
129 + 141 + 163 = 433 (100%)
R 129 of 433 ~ 29.79%
G 141 of 433 ~ 32.56%
B 163 of 433 ~ 37.64%

%29.79
%32.56
%37.64

CMYK color model

#818DA3 color CMYK value is (21,13,0,36).

  • cyan value is 20.86%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(21,13,0,36)
C21M13Y0K36 
(21%,13%,0%,36%)
(0.21/0.13/0.00/0.36)	

CMYK percentages

%20.86
%13.5
%0
%36.08

Codes

Color #818DA3 in popluar color models

818DA3
RGB129141163
HSL219°15.60%57.25%
HSB/HSV219°20.86%63.92%
CMYK20.86%13.50%0.00%
36.08%

Color #818DA3 in popluar number systems.

HEX818DA3
Decimal129141163
Binary100000011000110110100011
Octal201215243

Shades and tints

Shades of #818DA3

#818DA3
(129,141,163)
#768195
(118,129,149)
#6B7587
(107,117,135)
#606979
(96,105,121)
#555D6B
(85,93,107)
#4A515D
(74,81,93)
#3F454F
(63,69,79)
#343941
(52,57,65)
#292D33
(41,45,51)
#1E2125
(30,33,37)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #818DA3

#818DA3
(129,141,163)
#8C97AB
(140,151,171)
#97A1B3
(151,161,179)
#A2ABBB
(162,171,187)
#ADB5C3
(173,181,195)
#B8BFCB
(184,191,203)
#C3C9D3
(195,201,211)
#CED3DB
(206,211,219)
#D9DDE3
(217,221,227)
#E4E7EB
(228,231,235)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818DA3 color. Also use rgb(129,141,163) instead hex code.

Text Font Color

.myTextColor { color: #818DA3; }

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

This text font color is #818DA3.


Background Color

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

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

This div background color is #818DA3.


Border color

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

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

This div border color is #818DA3.


Opacity

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

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

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

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

This text has shadow with #818DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818DA3 on black background.


Color preview on white background

This text has color #818DA3 on white background.



Black color preview on #818DA3 background

This text has black color on #818DA3 background.


White color preview on #818DA3 background

This text has white color on #818DA3 background.