COLOR #B1BBD4

HEX: #B1BBD4
RGB: (177,187,212)

Renk bilgisi

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

RGB renk modeli

#B1BBD4 color RGB value is (177,187,212).

  • kırmız ton 177;
  • yeşil ton 187;
  • mavi ton 212.
RGB:
(177,187,212)
(69%,73%,83%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 187 of 255 = 73%
B 212 of 255 = 83%

177
187
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 187 + 212 = 576 (100%)
R 177 of 576 ~ 30.73%
G 187 of 576 ~ 32.47%
B 212 of 576 ~ 36.81%

%30.73
%32.47
%36.81

CMYK RENK MODELİ

#B1BBD4 rengi CMYK tonu (17,12,0,17).

  • camgöbeği tonu 16.51%
  • eflatun tonu 11.79%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(17,12,0,17)
C17M12Y0K17 
(17%,12%,0%,17%)
(0.17/0.12/0.00/0.17)	

CMYK yüzdeleri

%16.51
%11.79
%0
%16.86

Codes

Color #B1BBD4 in popluar color models

B1BBD4
RGB177187212
HSL223°28.93%76.27%
HSB/HSV223°16.51%83.14%
CMYK16.51%11.79%0.00%
16.86%

Color #B1BBD4 in popluar number systems.

HEXB1BBD4
Decimal177187212
Binary101100011011101111010100
Octal261273324

Shades and tints

Shades of #B1BBD4

#B1BBD4
(177,187,212)
#A1AAC1
(161,170,193)
#9199AE
(145,153,174)
#81889B
(129,136,155)
#717788
(113,119,136)
#616675
(97,102,117)
#515562
(81,85,98)
#41444F
(65,68,79)
#31333C
(49,51,60)
#212229
(33,34,41)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1BBD4

#B1BBD4
(177,187,212)
#B8C1D7
(184,193,215)
#BFC7DA
(191,199,218)
#C6CDDD
(198,205,221)
#CDD3E0
(205,211,224)
#D4D9E3
(212,217,227)
#DBDFE6
(219,223,230)
#E2E5E9
(226,229,233)
#E9EBEC
(233,235,236)
#F0F1EF
(240,241,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BBD4 color. Also use rgb(177,187,212) instead hex code.

Text Font Color

.myTextColor { color: #B1BBD4; }

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

This text font color is #B1BBD4.


Background Color

.myBgColor { background-color: #B1BBD4; }

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

This div background color is #B1BBD4.


Border color

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

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

This div border color is #B1BBD4.


Opacity

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

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

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

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

This text has shadow with #B1BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBD4 on black background.


Color preview on white background

This text has color #B1BBD4 on white background.



Black color preview on #B1BBD4 background

This text has black color on #B1BBD4 background.


White color preview on #B1BBD4 background

This text has white color on #B1BBD4 background.