COLOR #B4B5D6

HEX: #B4B5D6
RGB: (180,181,214)

Renk bilgisi

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

RGB renk modeli

#B4B5D6 color RGB value is (180,181,214).

  • kırmız ton 180;
  • yeşil ton 181;
  • mavi ton 214.
RGB:
(180,181,214)
(71%,71%,84%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 181 of 255 = 71%
B 214 of 255 = 84%

180
181
214

R + G + B ~ 75%. #B4B5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 181 + 214 = 575 (100%)
R 180 of 575 ~ 31.3%
G 181 of 575 ~ 31.48%
B 214 of 575 ~ 37.22%

%31.3
%31.48
%37.22

CMYK RENK MODELİ

#B4B5D6 rengi CMYK tonu (16,15,0,16).

  • camgöbeği tonu 15.89%
  • eflatun tonu 15.42%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(16,15,0,16)
C16M15Y0K16 
(16%,15%,0%,16%)
(0.16/0.15/0.00/0.16)	

CMYK yüzdeleri

%15.89
%15.42
%0
%16.08

Codes

Color #B4B5D6 in popluar color models

B4B5D6
RGB180181214
HSL238°29.31%77.25%
HSB/HSV238°15.89%83.92%
CMYK15.89%15.42%0.00%
16.08%

Color #B4B5D6 in popluar number systems.

HEXB4B5D6
Decimal180181214
Binary101101001011010111010110
Octal264265326

Shades and tints

Shades of #B4B5D6

#B4B5D6
(180,181,214)
#A4A5C3
(164,165,195)
#9495B0
(148,149,176)
#84859D
(132,133,157)
#74758A
(116,117,138)
#646577
(100,101,119)
#545564
(84,85,100)
#444551
(68,69,81)
#34353E
(52,53,62)
#24252B
(36,37,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B4B5D6

#B4B5D6
(180,181,214)
#BABBD9
(186,187,217)
#C0C1DC
(192,193,220)
#C6C7DF
(198,199,223)
#CCCDE2
(204,205,226)
#D2D3E5
(210,211,229)
#D8D9E8
(216,217,232)
#DEDFEB
(222,223,235)
#E4E5EE
(228,229,238)
#EAEBF1
(234,235,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B5D6 color. Also use rgb(180,181,214) instead hex code.

Text Font Color

.myTextColor { color: #B4B5D6; }

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

This text font color is #B4B5D6.


Background Color

.myBgColor { background-color: #B4B5D6; }

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

This div background color is #B4B5D6.


Border color

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

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

This div border color is #B4B5D6.


Opacity

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

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

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

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

This text has shadow with #B4B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B5D6 on black background.


Color preview on white background

This text has color #B4B5D6 on white background.



Black color preview on #B4B5D6 background

This text has black color on #B4B5D6 background.


White color preview on #B4B5D6 background

This text has white color on #B4B5D6 background.