COLOR #B4B5DC

HEX: #B4B5DC
RGB: (180,181,220)

Renk bilgisi

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

RGB renk modeli

#B4B5DC color RGB value is (180,181,220).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 181 of 255 = 71%
B 220 of 255 = 86%

180
181
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 181 + 220 = 581 (100%)
R 180 of 581 ~ 30.98%
G 181 of 581 ~ 31.15%
B 220 of 581 ~ 37.87%

%30.98
%31.15
%37.87

CMYK RENK MODELİ

#B4B5DC rengi CMYK tonu (18,18,0,14).

  • camgöbeği tonu 18.18%
  • eflatun tonu 17.73%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(18,18,0,14)
C18M18Y0K14 
(18%,18%,0%,14%)
(0.18/0.18/0.00/0.14)	

CMYK yüzdeleri

%18.18
%17.73
%0
%13.73

Codes

Color #B4B5DC in popluar color models

B4B5DC
RGB180181220
HSL239°36.36%78.43%
HSB/HSV239°18.18%86.27%
CMYK18.18%17.73%0.00%
13.73%

Color #B4B5DC in popluar number systems.

HEXB4B5DC
Decimal180181220
Binary101101001011010111011100
Octal264265334

Shades and tints

Shades of #B4B5DC

#B4B5DC
(180,181,220)
#A4A5C8
(164,165,200)
#9495B4
(148,149,180)
#8485A0
(132,133,160)
#74758C
(116,117,140)
#646578
(100,101,120)
#545564
(84,85,100)
#444550
(68,69,80)
#34353C
(52,53,60)
#242528
(36,37,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4B5DC

#B4B5DC
(180,181,220)
#BABBDF
(186,187,223)
#C0C1E2
(192,193,226)
#C6C7E5
(198,199,229)
#CCCDE8
(204,205,232)
#D2D3EB
(210,211,235)
#D8D9EE
(216,217,238)
#DEDFF1
(222,223,241)
#E4E5F4
(228,229,244)
#EAEBF7
(234,235,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B5DC; }

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

This text font color is #B4B5DC.


Background Color

.myBgColor { background-color: #B4B5DC; }

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

This div background color is #B4B5DC.


Border color

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

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

This div border color is #B4B5DC.


Opacity

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

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

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

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

This text has shadow with #B4B5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B5DC on black background.


Color preview on white background

This text has color #B4B5DC on white background.



Black color preview on #B4B5DC background

This text has black color on #B4B5DC background.


White color preview on #B4B5DC background

This text has white color on #B4B5DC background.