COLOR #838498

HEX: #838498
RGB: (131,132,152)

Renk bilgisi

#838498 contains red, green and blue colors in about the same proportion. #838498 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#838498 color RGB value is (131,132,152).

  • kırmız ton 131;
  • yeşil ton 132;
  • mavi ton 152.
RGB:
(131,132,152)
(51%,52%,60%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 132 of 255 = 52%
B 152 of 255 = 60%

131
132
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 132 + 152 = 415 (100%)
R 131 of 415 ~ 31.57%
G 132 of 415 ~ 31.81%
B 152 of 415 ~ 36.63%

%31.57
%31.81
%36.63

CMYK RENK MODELİ

#838498 rengi CMYK tonu (14,13,0,40).

  • camgöbeği tonu 13.82%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(14,13,0,40)
C14M13Y0K40 
(14%,13%,0%,40%)
(0.14/0.13/0.00/0.40)	

CMYK yüzdeleri

%13.82
%13.16
%0
%40.39

Codes

Color #838498 in popluar color models

838498
RGB131132152
HSL237°9.25%55.49%
HSB/HSV237°13.82%59.61%
CMYK13.82%13.16%0.00%
40.39%

Color #838498 in popluar number systems.

HEX838498
Decimal131132152
Binary100000111000010010011000
Octal203204230

Shades and tints

Shades of #838498

#838498
(131,132,152)
#78788B
(120,120,139)
#6D6C7E
(109,108,126)
#626071
(98,96,113)
#575464
(87,84,100)
#4C4857
(76,72,87)
#413C4A
(65,60,74)
#36303D
(54,48,61)
#2B2430
(43,36,48)
#201823
(32,24,35)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #838498

#838498
(131,132,152)
#8E8FA1
(142,143,161)
#999AAA
(153,154,170)
#A4A5B3
(164,165,179)
#AFB0BC
(175,176,188)
#BABBC5
(186,187,197)
#C5C6CE
(197,198,206)
#D0D1D7
(208,209,215)
#DBDCE0
(219,220,224)
#E6E7E9
(230,231,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838498 color. Also use rgb(131,132,152) instead hex code.

Text Font Color

.myTextColor { color: #838498; }

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

This text font color is #838498.


Background Color

.myBgColor { background-color: #838498; }

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

This div background color is #838498.


Border color

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

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

This div border color is #838498.


Opacity

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

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

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

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

This text has shadow with #838498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838498 on black background.


Color preview on white background

This text has color #838498 on white background.



Black color preview on #838498 background

This text has black color on #838498 background.


White color preview on #838498 background

This text has white color on #838498 background.