COLOR #838691

HEX: #838691
RGB: (131,134,145)

Color info

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

RGB color model

#838691 color RGB value is (131,134,145).

  • red value is 131;
  • green value is 134;
  • blue value is 145.
RGB: (131,134,145) (51%,53%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 145 of 255 = 57%

131
134
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 145 = 410 (100%)
R 131 of 410 ~ 31.95%
G 134 of 410 ~ 32.68%
B 145 of 410 ~ 35.37%

%31.95
%32.68
%35.37

CMYK color model

#838691 color CMYK value is (10,8,0,43).

  • cyan value is 9.66%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (10,8,0,43) C10M8Y0K43 (10%,8%,0%,43%) (0.10/0.08/0.00/0.43)

CMYK percentages

%9.66
%7.59
%0
%43.14

Codes

Color #838691 in popluar color models

838691
RGB131134145
HSL227°5.98%54.12%
HSB/HSV227°9.66%56.86%
CMYK9.66%7.59%0.00%
43.14%

Color #838691 in popluar number systems.

HEX838691
Decimal131134145
Binary100000111000011010010001
Octal203206221

Shades and tints

Shades of #838691

#838691
(131,134,145)
#787A84
(120,122,132)
#6D6E77
(109,110,119)
#62626A
(98,98,106)
#57565D
(87,86,93)
#4C4A50
(76,74,80)
#413E43
(65,62,67)
#363236
(54,50,54)
#2B2629
(43,38,41)
#201A1C
(32,26,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #838691

#838691
(131,134,145)
#8E919B
(142,145,155)
#999CA5
(153,156,165)
#A4A7AF
(164,167,175)
#AFB2B9
(175,178,185)
#BABDC3
(186,189,195)
#C5C8CD
(197,200,205)
#D0D3D7
(208,211,215)
#DBDEE1
(219,222,225)
#E6E9EB
(230,233,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838691 color. Also use rgb(131,134,145) instead hex code.

Text Font Color

.myTextColor { color: #838691; }

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

This text font color is #838691.


Background Color

.myBgColor { background-color: #838691; }

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

This div background color is #838691.


Border color

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

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

This div border color is #838691.


Opacity

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

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

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

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

This text has shadow with #838691 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #838691 on black background.


Color preview on white background

This text has color #838691 on white background.



Black color preview on #838691 background

This text has black color on #838691 background.


White color preview on #838691 background

This text has white color on #838691 background.