COLOR #B6B6D9

HEX: #B6B6D9
RGB: (182,182,217)

Renk bilgisi

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

RGB renk modeli

#B6B6D9 color RGB value is (182,182,217).

  • kırmız ton 182;
  • yeşil ton 182;
  • mavi ton 217.
RGB:
(182,182,217)
(71%,71%,85%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 182 of 255 = 71%
B 217 of 255 = 85%

182
182
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 182 + 217 = 581 (100%)
R 182 of 581 ~ 31.33%
G 182 of 581 ~ 31.33%
B 217 of 581 ~ 37.35%

%31.33
%31.33
%37.35

CMYK RENK MODELİ

#B6B6D9 rengi CMYK tonu (16,16,0,15).

  • camgöbeği tonu 16.13%
  • eflatun tonu 16.13%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(16,16,0,15)
C16M16Y0K15 
(16%,16%,0%,15%)
(0.16/0.16/0.00/0.15)	

CMYK yüzdeleri

%16.13
%16.13
%0
%14.9

Codes

Color #B6B6D9 in popluar color models

B6B6D9
RGB182182217
HSL240°31.53%78.24%
HSB/HSV240°16.13%85.10%
CMYK16.13%16.13%0.00%
14.90%

Color #B6B6D9 in popluar number systems.

HEXB6B6D9
Decimal182182217
Binary101101101011011011011001
Octal266266331

Shades and tints

Shades of #B6B6D9

#B6B6D9
(182,182,217)
#A6A6C6
(166,166,198)
#9696B3
(150,150,179)
#8686A0
(134,134,160)
#76768D
(118,118,141)
#66667A
(102,102,122)
#565667
(86,86,103)
#464654
(70,70,84)
#363641
(54,54,65)
#26262E
(38,38,46)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #B6B6D9

#B6B6D9
(182,182,217)
#BCBCDC
(188,188,220)
#C2C2DF
(194,194,223)
#C8C8E2
(200,200,226)
#CECEE5
(206,206,229)
#D4D4E8
(212,212,232)
#DADAEB
(218,218,235)
#E0E0EE
(224,224,238)
#E6E6F1
(230,230,241)
#ECECF4
(236,236,244)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6D9; }

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

This text font color is #B6B6D9.


Background Color

.myBgColor { background-color: #B6B6D9; }

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

This div background color is #B6B6D9.


Border color

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

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

This div border color is #B6B6D9.


Opacity

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

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

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

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

This text has shadow with #B6B6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B6D9 on black background.


Color preview on white background

This text has color #B6B6D9 on white background.



Black color preview on #B6B6D9 background

This text has black color on #B6B6D9 background.


White color preview on #B6B6D9 background

This text has white color on #B6B6D9 background.