COLOR #818095

HEX: #818095
RGB: (129,128,149)

Color info

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

RGB color model

#818095 color RGB value is (129,128,149).

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

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 149 of 255 = 58%

129
128
149

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 149 = 406 (100%)
R 129 of 406 ~ 31.77%
G 128 of 406 ~ 31.53%
B 149 of 406 ~ 36.7%

%31.77
%31.53
%36.7

CMYK color model

#818095 color CMYK value is (13,14,0,42).

  • cyan value is 13.42%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,14,0,42)
C13M14Y0K42 
(13%,14%,0%,42%)
(0.13/0.14/0.00/0.42)	

CMYK percentages

%13.42
%14.09
%0
%41.57

Codes

Color #818095 in popluar color models

818095
RGB129128149
HSL243°9.01%54.31%
HSB/HSV243°14.09%58.43%
CMYK13.42%14.09%0.00%
41.57%

Color #818095 in popluar number systems.

HEX818095
Decimal129128149
Binary100000011000000010010101
Octal201200225

Shades and tints

Shades of #818095

#818095
(129,128,149)
#767588
(118,117,136)
#6B6A7B
(107,106,123)
#605F6E
(96,95,110)
#555461
(85,84,97)
#4A4954
(74,73,84)
#3F3E47
(63,62,71)
#34333A
(52,51,58)
#29282D
(41,40,45)
#1E1D20
(30,29,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #818095

#818095
(129,128,149)
#8C8B9E
(140,139,158)
#9796A7
(151,150,167)
#A2A1B0
(162,161,176)
#ADACB9
(173,172,185)
#B8B7C2
(184,183,194)
#C3C2CB
(195,194,203)
#CECDD4
(206,205,212)
#D9D8DD
(217,216,221)
#E4E3E6
(228,227,230)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818095; }

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

This text font color is #818095.


Background Color

.myBgColor { background-color: #818095; }

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

This div background color is #818095.


Border color

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

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

This div border color is #818095.


Opacity

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

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

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

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

This text has shadow with #818095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818095 on black background.


Color preview on white background

This text has color #818095 on white background.



Black color preview on #818095 background

This text has black color on #818095 background.


White color preview on #818095 background

This text has white color on #818095 background.