COLOR #B6B0D2

HEX: #B6B0D2
RGB: (182,176,210)

Renk bilgisi

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

RGB renk modeli

#B6B0D2 color RGB value is (182,176,210).

  • kırmız ton 182;
  • yeşil ton 176;
  • mavi ton 210.
RGB:
(182,176,210)
(71%,69%,82%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 176 of 255 = 69%
B 210 of 255 = 82%

182
176
210

R + G + B ~ 74%. #B6B0D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 176 + 210 = 568 (100%)
R 182 of 568 ~ 32.04%
G 176 of 568 ~ 30.99%
B 210 of 568 ~ 36.97%

%32.04
%30.99
%36.97

CMYK RENK MODELİ

#B6B0D2 rengi CMYK tonu (13,16,0,18).

  • camgöbeği tonu 13.33%
  • eflatun tonu 16.19%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(13,16,0,18)
C13M16Y0K18 
(13%,16%,0%,18%)
(0.13/0.16/0.00/0.18)	

CMYK yüzdeleri

%13.33
%16.19
%0
%17.65

Codes

Color #B6B0D2 in popluar color models

B6B0D2
RGB182176210
HSL251°27.42%75.69%
HSB/HSV251°16.19%82.35%
CMYK13.33%16.19%0.00%
17.65%

Color #B6B0D2 in popluar number systems.

HEXB6B0D2
Decimal182176210
Binary101101101011000011010010
Octal266260322

Shades and tints

Shades of #B6B0D2

#B6B0D2
(182,176,210)
#A6A0BF
(166,160,191)
#9690AC
(150,144,172)
#868099
(134,128,153)
#767086
(118,112,134)
#666073
(102,96,115)
#565060
(86,80,96)
#46404D
(70,64,77)
#36303A
(54,48,58)
#262027
(38,32,39)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B6B0D2

#B6B0D2
(182,176,210)
#BCB7D6
(188,183,214)
#C2BEDA
(194,190,218)
#C8C5DE
(200,197,222)
#CECCE2
(206,204,226)
#D4D3E6
(212,211,230)
#DADAEA
(218,218,234)
#E0E1EE
(224,225,238)
#E6E8F2
(230,232,242)
#ECEFF6
(236,239,246)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B0D2; }

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

This text font color is #B6B0D2.


Background Color

.myBgColor { background-color: #B6B0D2; }

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

This div background color is #B6B0D2.


Border color

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

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

This div border color is #B6B0D2.


Opacity

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

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

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

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

This text has shadow with #B6B0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B0D2 on black background.


Color preview on white background

This text has color #B6B0D2 on white background.



Black color preview on #B6B0D2 background

This text has black color on #B6B0D2 background.


White color preview on #B6B0D2 background

This text has white color on #B6B0D2 background.