COLOR #838EBB

HEX: #838EBB
RGB: (131,142,187)

Renk bilgisi

#838EBB contains red, green and blue colors in about the same proportion. #838EBB ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#838EBB color RGB value is (131,142,187).

  • kırmız ton 131;
  • yeşil ton 142;
  • mavi ton 187.
RGB:
(131,142,187)
(51%,56%,73%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 142 of 255 = 56%
B 187 of 255 = 73%

131
142
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 142 + 187 = 460 (100%)
R 131 of 460 ~ 28.48%
G 142 of 460 ~ 30.87%
B 187 of 460 ~ 40.65%

%28.48
%30.87
%40.65

CMYK RENK MODELİ

#838EBB rengi CMYK tonu (30,24,0,27).

  • camgöbeği tonu 29.95%
  • eflatun tonu 24.06%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(30,24,0,27)
C30M24Y0K27 
(30%,24%,0%,27%)
(0.30/0.24/0.00/0.27)	

CMYK yüzdeleri

%29.95
%24.06
%0
%26.67

Codes

Color #838EBB in popluar color models

838EBB
RGB131142187
HSL228°29.17%62.35%
HSB/HSV228°29.95%73.33%
CMYK29.95%24.06%0.00%
26.67%

Color #838EBB in popluar number systems.

HEX838EBB
Decimal131142187
Binary100000111000111010111011
Octal203216273

Shades and tints

Shades of #838EBB

#838EBB
(131,142,187)
#7882AA
(120,130,170)
#6D7699
(109,118,153)
#626A88
(98,106,136)
#575E77
(87,94,119)
#4C5266
(76,82,102)
#414655
(65,70,85)
#363A44
(54,58,68)
#2B2E33
(43,46,51)
#202222
(32,34,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #838EBB

#838EBB
(131,142,187)
#8E98C1
(142,152,193)
#99A2C7
(153,162,199)
#A4ACCD
(164,172,205)
#AFB6D3
(175,182,211)
#BAC0D9
(186,192,217)
#C5CADF
(197,202,223)
#D0D4E5
(208,212,229)
#DBDEEB
(219,222,235)
#E6E8F1
(230,232,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838EBB color. Also use rgb(131,142,187) instead hex code.

Text Font Color

.myTextColor { color: #838EBB; }

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

This text font color is #838EBB.


Background Color

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

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

This div background color is #838EBB.


Border color

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

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

This div border color is #838EBB.


Opacity

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

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

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

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

This text has shadow with #838EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EBB on black background.


Color preview on white background

This text has color #838EBB on white background.



Black color preview on #838EBB background

This text has black color on #838EBB background.


White color preview on #838EBB background

This text has white color on #838EBB background.