COLOR #838299

HEX: #838299
RGB: (131,130,153)

Color info

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

RGB color model

#838299 color RGB value is (131,130,153).

  • red value is 131;
  • green value is 130;
  • blue value is 153.
RGB:
(131,130,153)
(51%,51%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 153 of 255 = 60%

131
130
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 130 + 153 = 414 (100%)
R 131 of 414 ~ 31.64%
G 130 of 414 ~ 31.4%
B 153 of 414 ~ 36.96%

%31.64
%31.4
%36.96

CMYK color model

#838299 color CMYK value is (14,15,0,40).

  • cyan value is 14.38%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,15,0,40)
C14M15Y0K40 
(14%,15%,0%,40%)
(0.14/0.15/0.00/0.40)	

CMYK percentages

%14.38
%15.03
%0
%40

Codes

Color #838299 in popluar color models

838299
RGB131130153
HSL243°10.13%55.49%
HSB/HSV243°15.03%60.00%
CMYK14.38%15.03%0.00%
40.00%

Color #838299 in popluar number systems.

HEX838299
Decimal131130153
Binary100000111000001010011001
Octal203202231

Shades and tints

Shades of #838299

#838299
(131,130,153)
#78778C
(120,119,140)
#6D6C7F
(109,108,127)
#626172
(98,97,114)
#575665
(87,86,101)
#4C4B58
(76,75,88)
#41404B
(65,64,75)
#36353E
(54,53,62)
#2B2A31
(43,42,49)
#201F24
(32,31,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #838299

#838299
(131,130,153)
#8E8DA2
(142,141,162)
#9998AB
(153,152,171)
#A4A3B4
(164,163,180)
#AFAEBD
(175,174,189)
#BAB9C6
(186,185,198)
#C5C4CF
(197,196,207)
#D0CFD8
(208,207,216)
#DBDAE1
(219,218,225)
#E6E5EA
(230,229,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838299 color. Also use rgb(131,130,153) instead hex code.

Text Font Color

.myTextColor { color: #838299; }

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

This text font color is #838299.


Background Color

.myBgColor { background-color: #838299; }

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

This div background color is #838299.


Border color

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

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

This div border color is #838299.


Opacity

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

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

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

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

This text has shadow with #838299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838299 on black background.


Color preview on white background

This text has color #838299 on white background.



Black color preview on #838299 background

This text has black color on #838299 background.


White color preview on #838299 background

This text has white color on #838299 background.