COLOR #BEC5A1

HEX: #BEC5A1
RGB: (190,197,161)

Renk bilgisi

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

RGB renk modeli

#BEC5A1 color RGB value is (190,197,161).

  • kırmız ton 190;
  • yeşil ton 197;
  • mavi ton 161.
RGB:
(190,197,161)
(75%,77%,63%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 197 of 255 = 77%
B 161 of 255 = 63%

190
197
161

R + G + B ~ 72%. #BEC5A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 197 + 161 = 548 (100%)
R 190 of 548 ~ 34.67%
G 197 of 548 ~ 35.95%
B 161 of 548 ~ 29.38%

%34.67
%35.95
%29.38

CMYK RENK MODELİ

#BEC5A1 rengi CMYK tonu (4,0,18,23).

  • camgöbeği tonu 3.55%
  • eflatun tonu 0.00%
  • sarı tonu 18.27%
  • ana renk tonu 22.75%
CMYK:
(4,0,18,23)
C4M0Y18K23 
(4%,0%,18%,23%)
(0.04/0.00/0.18/0.23)	

CMYK yüzdeleri

%3.55
%0
%18.27
%22.75

Codes

Color #BEC5A1 in popluar color models

BEC5A1
RGB190197161
HSL72°23.68%70.20%
HSB/HSV72°18.27%77.25%
CMYK3.55%0.00%18.27%
22.75%

Color #BEC5A1 in popluar number systems.

HEXBEC5A1
Decimal190197161
Binary101111101100010110100001
Octal276305241

Shades and tints

Shades of #BEC5A1

#BEC5A1
(190,197,161)
#ADB493
(173,180,147)
#9CA385
(156,163,133)
#8B9277
(139,146,119)
#7A8169
(122,129,105)
#69705B
(105,112,91)
#585F4D
(88,95,77)
#474E3F
(71,78,63)
#363D31
(54,61,49)
#252C23
(37,44,35)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #BEC5A1

#BEC5A1
(190,197,161)
#C3CAA9
(195,202,169)
#C8CFB1
(200,207,177)
#CDD4B9
(205,212,185)
#D2D9C1
(210,217,193)
#D7DEC9
(215,222,201)
#DCE3D1
(220,227,209)
#E1E8D9
(225,232,217)
#E6EDE1
(230,237,225)
#EBF2E9
(235,242,233)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC5A1 color. Also use rgb(190,197,161) instead hex code.

Text Font Color

.myTextColor { color: #BEC5A1; }

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

This text font color is #BEC5A1.


Background Color

.myBgColor { background-color: #BEC5A1; }

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

This div background color is #BEC5A1.


Border color

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

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

This div border color is #BEC5A1.


Opacity

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

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

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

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

This text has shadow with #BEC5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC5A1 on black background.


Color preview on white background

This text has color #BEC5A1 on white background.



Black color preview on #BEC5A1 background

This text has black color on #BEC5A1 background.


White color preview on #BEC5A1 background

This text has white color on #BEC5A1 background.