COLOR #838CA5

HEX: #838CA5
RGB: (131,140,165)

Renk bilgisi

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

RGB renk modeli

#838CA5 color RGB value is (131,140,165).

  • kırmız ton 131;
  • yeşil ton 140;
  • mavi ton 165.
RGB:
(131,140,165)
(51%,55%,65%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 140 of 255 = 55%
B 165 of 255 = 65%

131
140
165

R + G + B ~ 57%. #838CA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 140 + 165 = 436 (100%)
R 131 of 436 ~ 30.05%
G 140 of 436 ~ 32.11%
B 165 of 436 ~ 37.84%

%30.05
%32.11
%37.84

CMYK RENK MODELİ

#838CA5 rengi CMYK tonu (21,15,0,35).

  • camgöbeği tonu 20.61%
  • eflatun tonu 15.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(21,15,0,35)
C21M15Y0K35 
(21%,15%,0%,35%)
(0.21/0.15/0.00/0.35)	

CMYK yüzdeleri

%20.61
%15.15
%0
%35.29

Codes

Color #838CA5 in popluar color models

838CA5
RGB131140165
HSL224°15.89%58.04%
HSB/HSV224°20.61%64.71%
CMYK20.61%15.15%0.00%
35.29%

Color #838CA5 in popluar number systems.

HEX838CA5
Decimal131140165
Binary100000111000110010100101
Octal203214245

Shades and tints

Shades of #838CA5

#838CA5
(131,140,165)
#788096
(120,128,150)
#6D7487
(109,116,135)
#626878
(98,104,120)
#575C69
(87,92,105)
#4C505A
(76,80,90)
#41444B
(65,68,75)
#36383C
(54,56,60)
#2B2C2D
(43,44,45)
#20201E
(32,32,30)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #838CA5

#838CA5
(131,140,165)
#8E96AD
(142,150,173)
#99A0B5
(153,160,181)
#A4AABD
(164,170,189)
#AFB4C5
(175,180,197)
#BABECD
(186,190,205)
#C5C8D5
(197,200,213)
#D0D2DD
(208,210,221)
#DBDCE5
(219,220,229)
#E6E6ED
(230,230,237)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838CA5 color. Also use rgb(131,140,165) instead hex code.

Text Font Color

.myTextColor { color: #838CA5; }

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

This text font color is #838CA5.


Background Color

.myBgColor { background-color: #838CA5; }

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

This div background color is #838CA5.


Border color

.myBorderColor { border: 1px solid #838CA5; }

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

This div border color is #838CA5.


Opacity

.myOpacity80 { color: #838CA5; opacity: 0.8; }

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

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

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

This text has shadow with #838CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CA5 on black background.


Color preview on white background

This text has color #838CA5 on white background.



Black color preview on #838CA5 background

This text has black color on #838CA5 background.


White color preview on #838CA5 background

This text has white color on #838CA5 background.