COLOR #BEB5B9

HEX: #BEB5B9
RGB: (190,181,185)

Renk bilgisi

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

RGB renk modeli

#BEB5B9 color RGB value is (190,181,185).

  • kırmız ton 190;
  • yeşil ton 181;
  • mavi ton 185.
RGB:
(190,181,185)
(75%,71%,73%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 181 of 255 = 71%
B 185 of 255 = 73%

190
181
185

R + G + B ~ 73%. #BEB5B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 181 + 185 = 556 (100%)
R 190 of 556 ~ 34.17%
G 181 of 556 ~ 32.55%
B 185 of 556 ~ 33.27%

%34.17
%32.55
%33.27

CMYK RENK MODELİ

#BEB5B9 rengi CMYK tonu (0,5,3,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.74%
  • sarı tonu 2.63%
  • ana renk tonu 25.49%
CMYK:
(0,5,3,25)
C0M5Y3K25 
(0%,5%,3%,25%)
(0.00/0.05/0.03/0.25)	

CMYK yüzdeleri

%0
%4.74
%2.63
%25.49

Codes

Color #BEB5B9 in popluar color models

BEB5B9
RGB190181185
HSL333°6.47%72.75%
HSB/HSV333°4.74%74.51%
CMYK0.00%4.74%2.63%
25.49%

Color #BEB5B9 in popluar number systems.

HEXBEB5B9
Decimal190181185
Binary101111101011010110111001
Octal276265271

Shades and tints

Shades of #BEB5B9

#BEB5B9
(190,181,185)
#ADA5A9
(173,165,169)
#9C9599
(156,149,153)
#8B8589
(139,133,137)
#7A7579
(122,117,121)
#696569
(105,101,105)
#585559
(88,85,89)
#474549
(71,69,73)
#363539
(54,53,57)
#252529
(37,37,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BEB5B9

#BEB5B9
(190,181,185)
#C3BBBF
(195,187,191)
#C8C1C5
(200,193,197)
#CDC7CB
(205,199,203)
#D2CDD1
(210,205,209)
#D7D3D7
(215,211,215)
#DCD9DD
(220,217,221)
#E1DFE3
(225,223,227)
#E6E5E9
(230,229,233)
#EBEBEF
(235,235,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5B9 color. Also use rgb(190,181,185) instead hex code.

Text Font Color

.myTextColor { color: #BEB5B9; }

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

This text font color is #BEB5B9.


Background Color

.myBgColor { background-color: #BEB5B9; }

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

This div background color is #BEB5B9.


Border color

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

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

This div border color is #BEB5B9.


Opacity

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

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

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

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

This text has shadow with #BEB5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5B9 on black background.


Color preview on white background

This text has color #BEB5B9 on white background.



Black color preview on #BEB5B9 background

This text has black color on #BEB5B9 background.


White color preview on #BEB5B9 background

This text has white color on #BEB5B9 background.