COLOR #818AA8

HEX: #818AA8
RGB: (129,138,168)

Color info

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

RGB color model

#818AA8 color RGB value is (129,138,168).

  • red value is 129;
  • green value is 138;
  • blue value is 168.
RGB: (129,138,168) (51%,54%,66%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 168 of 255 = 66%

129
138
168

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

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 168 = 435 (100%)
R 129 of 435 ~ 29.66%
G 138 of 435 ~ 31.72%
B 168 of 435 ~ 38.62%

%29.66
%31.72
%38.62

CMYK color model

#818AA8 color CMYK value is (23,18,0,34).

  • cyan value is 23.21%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (23,18,0,34) C23M18Y0K34 (23%,18%,0%,34%) (0.23/0.18/0.00/0.34)

CMYK percentages

%23.21
%17.86
%0
%34.12

Codes

Color #818AA8 in popluar color models

818AA8
RGB129138168
HSL226°18.31%58.24%
HSB/HSV226°23.21%65.88%
CMYK23.21%17.86%0.00%
34.12%

Color #818AA8 in popluar number systems.

HEX818AA8
Decimal129138168
Binary100000011000101010101000
Octal201212250

Shades and tints

Shades of #818AA8

#818AA8
(129,138,168)
#767E99
(118,126,153)
#6B728A
(107,114,138)
#60667B
(96,102,123)
#555A6C
(85,90,108)
#4A4E5D
(74,78,93)
#3F424E
(63,66,78)
#34363F
(52,54,63)
#292A30
(41,42,48)
#1E1E21
(30,30,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #818AA8

#818AA8
(129,138,168)
#8C94AF
(140,148,175)
#979EB6
(151,158,182)
#A2A8BD
(162,168,189)
#ADB2C4
(173,178,196)
#B8BCCB
(184,188,203)
#C3C6D2
(195,198,210)
#CED0D9
(206,208,217)
#D9DAE0
(217,218,224)
#E4E4E7
(228,228,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818AA8 color. Also use rgb(129,138,168) instead hex code.

Text Font Color

.myTextColor { color: #818AA8; }

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

This text font color is #818AA8.


Background Color

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

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

This div background color is #818AA8.


Border color

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

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

This div border color is #818AA8.


Opacity

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

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

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

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

This text has shadow with #818AA8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #818AA8 on black background.


Color preview on white background

This text has color #818AA8 on white background.



Black color preview on #818AA8 background

This text has black color on #818AA8 background.


White color preview on #818AA8 background

This text has white color on #818AA8 background.