COLOR #B1B5DC

HEX: #B1B5DC
RGB: (177,181,220)

Renk bilgisi

#B1B5DC contains red, green and blue colors in about the same proportion. #B1B5DC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B1B5DC color RGB value is (177,181,220).

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

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 181 of 255 = 71%
B 220 of 255 = 86%

177
181
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 181 + 220 = 578 (100%)
R 177 of 578 ~ 30.62%
G 181 of 578 ~ 31.31%
B 220 of 578 ~ 38.06%

%30.62
%31.31
%38.06

CMYK RENK MODELİ

#B1B5DC rengi CMYK tonu (20,18,0,14).

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

CMYK yüzdeleri

%19.55
%17.73
%0
%13.73

Codes

Color #B1B5DC in popluar color models

B1B5DC
RGB177181220
HSL234°38.05%77.84%
HSB/HSV234°19.55%86.27%
CMYK19.55%17.73%0.00%
13.73%

Color #B1B5DC in popluar number systems.

HEXB1B5DC
Decimal177181220
Binary101100011011010111011100
Octal261265334

Shades and tints

Shades of #B1B5DC

#B1B5DC
(177,181,220)
#A1A5C8
(161,165,200)
#9195B4
(145,149,180)
#8185A0
(129,133,160)
#71758C
(113,117,140)
#616578
(97,101,120)
#515564
(81,85,100)
#414550
(65,69,80)
#31353C
(49,53,60)
#212528
(33,37,40)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1B5DC

#B1B5DC
(177,181,220)
#B8BBDF
(184,187,223)
#BFC1E2
(191,193,226)
#C6C7E5
(198,199,229)
#CDCDE8
(205,205,232)
#D4D3EB
(212,211,235)
#DBD9EE
(219,217,238)
#E2DFF1
(226,223,241)
#E9E5F4
(233,229,244)
#F0EBF7
(240,235,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5DC; }

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

This text font color is #B1B5DC.


Background Color

.myBgColor { background-color: #B1B5DC; }

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

This div background color is #B1B5DC.


Border color

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

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

This div border color is #B1B5DC.


Opacity

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

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

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

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

This text has shadow with #B1B5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B5DC on black background.


Color preview on white background

This text has color #B1B5DC on white background.



Black color preview on #B1B5DC background

This text has black color on #B1B5DC background.


White color preview on #B1B5DC background

This text has white color on #B1B5DC background.