COLOR #818099

HEX: #818099
RGB: (129,128,153)

Color info

#818099 contains red, green and blue colors in about the same proportion. Web safe color of #818099 is #996699 (or #969).

RGB color model

#818099 color RGB value is (129,128,153).

  • red value is 129;
  • green value is 128;
  • blue value is 153.
RGB:
(129,128,153)
(51%,50%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 153 of 255 = 60%

129
128
153

R + G + B ~ 54%. #818099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 153 = 410 (100%)
R 129 of 410 ~ 31.46%
G 128 of 410 ~ 31.22%
B 153 of 410 ~ 37.32%

%31.46
%31.22
%37.32

CMYK color model

#818099 color CMYK value is (16,16,0,40).

  • cyan value is 15.69%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(16,16,0,40)
C16M16Y0K40 
(16%,16%,0%,40%)
(0.16/0.16/0.00/0.40)	

CMYK percentages

%15.69
%16.34
%0
%40

Codes

Color #818099 in popluar color models

818099
RGB129128153
HSL242°10.92%55.10%
HSB/HSV242°16.34%60.00%
CMYK15.69%16.34%0.00%
40.00%

Color #818099 in popluar number systems.

HEX818099
Decimal129128153
Binary100000011000000010011001
Octal201200231

Shades and tints

Shades of #818099

#818099
(129,128,153)
#76758C
(118,117,140)
#6B6A7F
(107,106,127)
#605F72
(96,95,114)
#555465
(85,84,101)
#4A4958
(74,73,88)
#3F3E4B
(63,62,75)
#34333E
(52,51,62)
#292831
(41,40,49)
#1E1D24
(30,29,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #818099

#818099
(129,128,153)
#8C8BA2
(140,139,162)
#9796AB
(151,150,171)
#A2A1B4
(162,161,180)
#ADACBD
(173,172,189)
#B8B7C6
(184,183,198)
#C3C2CF
(195,194,207)
#CECDD8
(206,205,216)
#D9D8E1
(217,216,225)
#E4E3EA
(228,227,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818099 color. Also use rgb(129,128,153) instead hex code.

Text Font Color

.myTextColor { color: #818099; }

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

This text font color is #818099.


Background Color

.myBgColor { background-color: #818099; }

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

This div background color is #818099.


Border color

.myBorderColor { border: 1px solid #818099; }

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

This div border color is #818099.


Opacity

.myOpacity80 { color: #818099; opacity: 0.8; }

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

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

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

This text has shadow with #818099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818099 on black background.


Color preview on white background

This text has color #818099 on white background.



Black color preview on #818099 background

This text has black color on #818099 background.


White color preview on #818099 background

This text has white color on #818099 background.