COLOR #B1BDD6

HEX: #B1BDD6
RGB: (177,189,214)

Renk bilgisi

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

RGB renk modeli

#B1BDD6 color RGB value is (177,189,214).

  • kırmız ton 177;
  • yeşil ton 189;
  • mavi ton 214.
RGB:
(177,189,214)
(69%,74%,84%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 189 of 255 = 74%
B 214 of 255 = 84%

177
189
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 189 + 214 = 580 (100%)
R 177 of 580 ~ 30.52%
G 189 of 580 ~ 32.59%
B 214 of 580 ~ 36.9%

%30.52
%32.59
%36.9

CMYK RENK MODELİ

#B1BDD6 rengi CMYK tonu (17,12,0,16).

  • camgöbeği tonu 17.29%
  • eflatun tonu 11.68%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(17,12,0,16)
C17M12Y0K16 
(17%,12%,0%,16%)
(0.17/0.12/0.00/0.16)	

CMYK yüzdeleri

%17.29
%11.68
%0
%16.08

Codes

Color #B1BDD6 in popluar color models

B1BDD6
RGB177189214
HSL221°31.09%76.67%
HSB/HSV221°17.29%83.92%
CMYK17.29%11.68%0.00%
16.08%

Color #B1BDD6 in popluar number systems.

HEXB1BDD6
Decimal177189214
Binary101100011011110111010110
Octal261275326

Shades and tints

Shades of #B1BDD6

#B1BDD6
(177,189,214)
#A1ACC3
(161,172,195)
#919BB0
(145,155,176)
#818A9D
(129,138,157)
#71798A
(113,121,138)
#616877
(97,104,119)
#515764
(81,87,100)
#414651
(65,70,81)
#31353E
(49,53,62)
#21242B
(33,36,43)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #B1BDD6

#B1BDD6
(177,189,214)
#B8C3D9
(184,195,217)
#BFC9DC
(191,201,220)
#C6CFDF
(198,207,223)
#CDD5E2
(205,213,226)
#D4DBE5
(212,219,229)
#DBE1E8
(219,225,232)
#E2E7EB
(226,231,235)
#E9EDEE
(233,237,238)
#F0F3F1
(240,243,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BDD6 color. Also use rgb(177,189,214) instead hex code.

Text Font Color

.myTextColor { color: #B1BDD6; }

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

This text font color is #B1BDD6.


Background Color

.myBgColor { background-color: #B1BDD6; }

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

This div background color is #B1BDD6.


Border color

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

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

This div border color is #B1BDD6.


Opacity

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

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

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

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

This text has shadow with #B1BDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BDD6 on black background.


Color preview on white background

This text has color #B1BDD6 on white background.



Black color preview on #B1BDD6 background

This text has black color on #B1BDD6 background.


White color preview on #B1BDD6 background

This text has white color on #B1BDD6 background.