COLOR #B4B6E0

HEX: #B4B6E0
RGB: (180,182,224)

Renk bilgisi

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

RGB renk modeli

#B4B6E0 color RGB value is (180,182,224).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 182 of 255 = 71%
B 224 of 255 = 88%

180
182
224

R + G + B ~ 77%. #B4B6E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 182 + 224 = 586 (100%)
R 180 of 586 ~ 30.72%
G 182 of 586 ~ 31.06%
B 224 of 586 ~ 38.23%

%30.72
%31.06
%38.23

CMYK RENK MODELİ

#B4B6E0 rengi CMYK tonu (20,19,0,12).

  • camgöbeği tonu 19.64%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(20,19,0,12)
C20M19Y0K12 
(20%,19%,0%,12%)
(0.20/0.19/0.00/0.12)	

CMYK yüzdeleri

%19.64
%18.75
%0
%12.16

Codes

Color #B4B6E0 in popluar color models

B4B6E0
RGB180182224
HSL237°41.51%79.22%
HSB/HSV237°19.64%87.84%
CMYK19.64%18.75%0.00%
12.16%

Color #B4B6E0 in popluar number systems.

HEXB4B6E0
Decimal180182224
Binary101101001011011011100000
Octal264266340

Shades and tints

Shades of #B4B6E0

#B4B6E0
(180,182,224)
#A4A6CC
(164,166,204)
#9496B8
(148,150,184)
#8486A4
(132,134,164)
#747690
(116,118,144)
#64667C
(100,102,124)
#545668
(84,86,104)
#444654
(68,70,84)
#343640
(52,54,64)
#24262C
(36,38,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #B4B6E0

#B4B6E0
(180,182,224)
#BABCE2
(186,188,226)
#C0C2E4
(192,194,228)
#C6C8E6
(198,200,230)
#CCCEE8
(204,206,232)
#D2D4EA
(210,212,234)
#D8DAEC
(216,218,236)
#DEE0EE
(222,224,238)
#E4E6F0
(228,230,240)
#EAECF2
(234,236,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B6E0; }

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

This text font color is #B4B6E0.


Background Color

.myBgColor { background-color: #B4B6E0; }

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

This div background color is #B4B6E0.


Border color

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

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

This div border color is #B4B6E0.


Opacity

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

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

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

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

This text has shadow with #B4B6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B6E0 on black background.


Color preview on white background

This text has color #B4B6E0 on white background.



Black color preview on #B4B6E0 background

This text has black color on #B4B6E0 background.


White color preview on #B4B6E0 background

This text has white color on #B4B6E0 background.