COLOR #818DA4

HEX: #818DA4
RGB: (129,141,164)

Color info

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

RGB color model

#818DA4 color RGB value is (129,141,164).

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

RGB channels and saturation

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

129
141
164

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

Portions of RGB colors in percentages

R + G + B =
129 + 141 + 164 = 434 (100%)
R 129 of 434 ~ 29.72%
G 141 of 434 ~ 32.49%
B 164 of 434 ~ 37.79%

%29.72
%32.49
%37.79

CMYK color model

#818DA4 color CMYK value is (21,14,0,36).

  • cyan value is 21.34%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(21,14,0,36)
C21M14Y0K36 
(21%,14%,0%,36%)
(0.21/0.14/0.00/0.36)	

CMYK percentages

%21.34
%14.02
%0
%35.69

Codes

Color #818DA4 in popluar color models

818DA4
RGB129141164
HSL219°16.13%57.45%
HSB/HSV219°21.34%64.31%
CMYK21.34%14.02%0.00%
35.69%

Color #818DA4 in popluar number systems.

HEX818DA4
Decimal129141164
Binary100000011000110110100100
Octal201215244

Shades and tints

Shades of #818DA4

#818DA4
(129,141,164)
#768196
(118,129,150)
#6B7588
(107,117,136)
#60697A
(96,105,122)
#555D6C
(85,93,108)
#4A515E
(74,81,94)
#3F4550
(63,69,80)
#343942
(52,57,66)
#292D34
(41,45,52)
#1E2126
(30,33,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #818DA4

#818DA4
(129,141,164)
#8C97AC
(140,151,172)
#97A1B4
(151,161,180)
#A2ABBC
(162,171,188)
#ADB5C4
(173,181,196)
#B8BFCC
(184,191,204)
#C3C9D4
(195,201,212)
#CED3DC
(206,211,220)
#D9DDE4
(217,221,228)
#E4E7EC
(228,231,236)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818DA4; }

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

This text font color is #818DA4.


Background Color

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

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

This div background color is #818DA4.


Border color

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

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

This div border color is #818DA4.


Opacity

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

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

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

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

This text has shadow with #818DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818DA4 on black background.


Color preview on white background

This text has color #818DA4 on white background.



Black color preview on #818DA4 background

This text has black color on #818DA4 background.


White color preview on #818DA4 background

This text has white color on #818DA4 background.