COLOR #BEC5AB

HEX: #BEC5AB
RGB: (190,197,171)

Renk bilgisi

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

RGB renk modeli

#BEC5AB color RGB value is (190,197,171).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 197 of 255 = 77%
B 171 of 255 = 67%

190
197
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 197 + 171 = 558 (100%)
R 190 of 558 ~ 34.05%
G 197 of 558 ~ 35.3%
B 171 of 558 ~ 30.65%

%34.05
%35.3
%30.65

CMYK RENK MODELİ

#BEC5AB rengi CMYK tonu (4,0,13,23).

  • camgöbeği tonu 3.55%
  • eflatun tonu 0.00%
  • sarı tonu 13.20%
  • ana renk tonu 22.75%
CMYK:
(4,0,13,23)
C4M0Y13K23 
(4%,0%,13%,23%)
(0.04/0.00/0.13/0.23)	

CMYK yüzdeleri

%3.55
%0
%13.2
%22.75

Codes

Color #BEC5AB in popluar color models

BEC5AB
RGB190197171
HSL76°18.31%72.16%
HSB/HSV76°13.20%77.25%
CMYK3.55%0.00%13.20%
22.75%

Color #BEC5AB in popluar number systems.

HEXBEC5AB
Decimal190197171
Binary101111101100010110101011
Octal276305253

Shades and tints

Shades of #BEC5AB

#BEC5AB
(190,197,171)
#ADB49C
(173,180,156)
#9CA38D
(156,163,141)
#8B927E
(139,146,126)
#7A816F
(122,129,111)
#697060
(105,112,96)
#585F51
(88,95,81)
#474E42
(71,78,66)
#363D33
(54,61,51)
#252C24
(37,44,36)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #BEC5AB

#BEC5AB
(190,197,171)
#C3CAB2
(195,202,178)
#C8CFB9
(200,207,185)
#CDD4C0
(205,212,192)
#D2D9C7
(210,217,199)
#D7DECE
(215,222,206)
#DCE3D5
(220,227,213)
#E1E8DC
(225,232,220)
#E6EDE3
(230,237,227)
#EBF2EA
(235,242,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC5AB; }

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

This text font color is #BEC5AB.


Background Color

.myBgColor { background-color: #BEC5AB; }

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

This div background color is #BEC5AB.


Border color

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

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

This div border color is #BEC5AB.


Opacity

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

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

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

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

This text has shadow with #BEC5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC5AB on black background.


Color preview on white background

This text has color #BEC5AB on white background.



Black color preview on #BEC5AB background

This text has black color on #BEC5AB background.


White color preview on #BEC5AB background

This text has white color on #BEC5AB background.