COLOR #B4BEC5

HEX: #B4BEC5
RGB: (180,190,197)

Renk bilgisi

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

RGB renk modeli

#B4BEC5 color RGB value is (180,190,197).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 190 of 255 = 75%
B 197 of 255 = 77%

180
190
197

R + G + B ~ 74%. #B4BEC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 190 + 197 = 567 (100%)
R 180 of 567 ~ 31.75%
G 190 of 567 ~ 33.51%
B 197 of 567 ~ 34.74%

%31.75
%33.51
%34.74

CMYK RENK MODELİ

#B4BEC5 rengi CMYK tonu (9,4,0,23).

  • camgöbeği tonu 8.63%
  • eflatun tonu 3.55%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(9,4,0,23)
C9M4Y0K23 
(9%,4%,0%,23%)
(0.09/0.04/0.00/0.23)	

CMYK yüzdeleri

%8.63
%3.55
%0
%22.75

Codes

Color #B4BEC5 in popluar color models

B4BEC5
RGB180190197
HSL205°12.78%73.92%
HSB/HSV205°8.63%77.25%
CMYK8.63%3.55%0.00%
22.75%

Color #B4BEC5 in popluar number systems.

HEXB4BEC5
Decimal180190197
Binary101101001011111011000101
Octal264276305

Shades and tints

Shades of #B4BEC5

#B4BEC5
(180,190,197)
#A4ADB4
(164,173,180)
#949CA3
(148,156,163)
#848B92
(132,139,146)
#747A81
(116,122,129)
#646970
(100,105,112)
#54585F
(84,88,95)
#44474E
(68,71,78)
#34363D
(52,54,61)
#24252C
(36,37,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B4BEC5

#B4BEC5
(180,190,197)
#BAC3CA
(186,195,202)
#C0C8CF
(192,200,207)
#C6CDD4
(198,205,212)
#CCD2D9
(204,210,217)
#D2D7DE
(210,215,222)
#D8DCE3
(216,220,227)
#DEE1E8
(222,225,232)
#E4E6ED
(228,230,237)
#EAEBF2
(234,235,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEC5; }

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

This text font color is #B4BEC5.


Background Color

.myBgColor { background-color: #B4BEC5; }

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

This div background color is #B4BEC5.


Border color

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

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

This div border color is #B4BEC5.


Opacity

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

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

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

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

This text has shadow with #B4BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEC5 on black background.


Color preview on white background

This text has color #B4BEC5 on white background.



Black color preview on #B4BEC5 background

This text has black color on #B4BEC5 background.


White color preview on #B4BEC5 background

This text has white color on #B4BEC5 background.