COLOR #B6BBD3

HEX: #B6BBD3
RGB: (182,187,211)

Renk bilgisi

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

RGB renk modeli

#B6BBD3 color RGB value is (182,187,211).

  • kırmız ton 182;
  • yeşil ton 187;
  • mavi ton 211.
RGB:
(182,187,211)
(71%,73%,83%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 187 of 255 = 73%
B 211 of 255 = 83%

182
187
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 187 + 211 = 580 (100%)
R 182 of 580 ~ 31.38%
G 187 of 580 ~ 32.24%
B 211 of 580 ~ 36.38%

%31.38
%32.24
%36.38

CMYK RENK MODELİ

#B6BBD3 rengi CMYK tonu (14,11,0,17).

  • camgöbeği tonu 13.74%
  • eflatun tonu 11.37%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(14,11,0,17)
C14M11Y0K17 
(14%,11%,0%,17%)
(0.14/0.11/0.00/0.17)	

CMYK yüzdeleri

%13.74
%11.37
%0
%17.25

Codes

Color #B6BBD3 in popluar color models

B6BBD3
RGB182187211
HSL230°24.79%77.06%
HSB/HSV230°13.74%82.75%
CMYK13.74%11.37%0.00%
17.25%

Color #B6BBD3 in popluar number systems.

HEXB6BBD3
Decimal182187211
Binary101101101011101111010011
Octal266273323

Shades and tints

Shades of #B6BBD3

#B6BBD3
(182,187,211)
#A6AAC0
(166,170,192)
#9699AD
(150,153,173)
#86889A
(134,136,154)
#767787
(118,119,135)
#666674
(102,102,116)
#565561
(86,85,97)
#46444E
(70,68,78)
#36333B
(54,51,59)
#262228
(38,34,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B6BBD3

#B6BBD3
(182,187,211)
#BCC1D7
(188,193,215)
#C2C7DB
(194,199,219)
#C8CDDF
(200,205,223)
#CED3E3
(206,211,227)
#D4D9E7
(212,217,231)
#DADFEB
(218,223,235)
#E0E5EF
(224,229,239)
#E6EBF3
(230,235,243)
#ECF1F7
(236,241,247)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BBD3 color. Also use rgb(182,187,211) instead hex code.

Text Font Color

.myTextColor { color: #B6BBD3; }

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

This text font color is #B6BBD3.


Background Color

.myBgColor { background-color: #B6BBD3; }

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

This div background color is #B6BBD3.


Border color

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

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

This div border color is #B6BBD3.


Opacity

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

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

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

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

This text has shadow with #B6BBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBD3 on black background.


Color preview on white background

This text has color #B6BBD3 on white background.



Black color preview on #B6BBD3 background

This text has black color on #B6BBD3 background.


White color preview on #B6BBD3 background

This text has white color on #B6BBD3 background.