COLOR #B4B6D9

HEX: #B4B6D9
RGB: (180,182,217)

Renk bilgisi

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

RGB renk modeli

#B4B6D9 color RGB value is (180,182,217).

  • kırmız ton 180;
  • yeşil ton 182;
  • mavi ton 217.
RGB:
(180,182,217)
(71%,71%,85%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 182 of 255 = 71%
B 217 of 255 = 85%

180
182
217

R + G + B ~ 76%. #B4B6D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 182 + 217 = 579 (100%)
R 180 of 579 ~ 31.09%
G 182 of 579 ~ 31.43%
B 217 of 579 ~ 37.48%

%31.09
%31.43
%37.48

CMYK RENK MODELİ

#B4B6D9 rengi CMYK tonu (17,16,0,15).

  • camgöbeği tonu 17.05%
  • eflatun tonu 16.13%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(17,16,0,15)
C17M16Y0K15 
(17%,16%,0%,15%)
(0.17/0.16/0.00/0.15)	

CMYK yüzdeleri

%17.05
%16.13
%0
%14.9

Codes

Color #B4B6D9 in popluar color models

B4B6D9
RGB180182217
HSL237°32.74%77.84%
HSB/HSV237°17.05%85.10%
CMYK17.05%16.13%0.00%
14.90%

Color #B4B6D9 in popluar number systems.

HEXB4B6D9
Decimal180182217
Binary101101001011011011011001
Octal264266331

Shades and tints

Shades of #B4B6D9

#B4B6D9
(180,182,217)
#A4A6C6
(164,166,198)
#9496B3
(148,150,179)
#8486A0
(132,134,160)
#74768D
(116,118,141)
#64667A
(100,102,122)
#545667
(84,86,103)
#444654
(68,70,84)
#343641
(52,54,65)
#24262E
(36,38,46)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #B4B6D9

#B4B6D9
(180,182,217)
#BABCDC
(186,188,220)
#C0C2DF
(192,194,223)
#C6C8E2
(198,200,226)
#CCCEE5
(204,206,229)
#D2D4E8
(210,212,232)
#D8DAEB
(216,218,235)
#DEE0EE
(222,224,238)
#E4E6F1
(228,230,241)
#EAECF4
(234,236,244)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B6D9 color. Also use rgb(180,182,217) instead hex code.

Text Font Color

.myTextColor { color: #B4B6D9; }

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

This text font color is #B4B6D9.


Background Color

.myBgColor { background-color: #B4B6D9; }

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

This div background color is #B4B6D9.


Border color

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

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

This div border color is #B4B6D9.


Opacity

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

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

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

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

This text has shadow with #B4B6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B6D9 on black background.


Color preview on white background

This text has color #B4B6D9 on white background.



Black color preview on #B4B6D9 background

This text has black color on #B4B6D9 background.


White color preview on #B4B6D9 background

This text has white color on #B4B6D9 background.