COLOR #B6A3D2

HEX: #B6A3D2
RGB: (182,163,210)

Renk bilgisi

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

RGB renk modeli

#B6A3D2 color RGB value is (182,163,210).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 163 of 255 = 64%
B 210 of 255 = 82%

182
163
210

R + G + B ~ 72%. #B6A3D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 163 + 210 = 555 (100%)
R 182 of 555 ~ 32.79%
G 163 of 555 ~ 29.37%
B 210 of 555 ~ 37.84%

%32.79
%29.37
%37.84

CMYK RENK MODELİ

#B6A3D2 rengi CMYK tonu (13,22,0,18).

  • camgöbeği tonu 13.33%
  • eflatun tonu 22.38%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(13,22,0,18)
C13M22Y0K18 
(13%,22%,0%,18%)
(0.13/0.22/0.00/0.18)	

CMYK yüzdeleri

%13.33
%22.38
%0
%17.65

Codes

Color #B6A3D2 in popluar color models

B6A3D2
RGB182163210
HSL264°34.31%73.14%
HSB/HSV264°22.38%82.35%
CMYK13.33%22.38%0.00%
17.65%

Color #B6A3D2 in popluar number systems.

HEXB6A3D2
Decimal182163210
Binary101101101010001111010010
Octal266243322

Shades and tints

Shades of #B6A3D2

#B6A3D2
(182,163,210)
#A695BF
(166,149,191)
#9687AC
(150,135,172)
#867999
(134,121,153)
#766B86
(118,107,134)
#665D73
(102,93,115)
#564F60
(86,79,96)
#46414D
(70,65,77)
#36333A
(54,51,58)
#262527
(38,37,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6A3D2

#B6A3D2
(182,163,210)
#BCABD6
(188,171,214)
#C2B3DA
(194,179,218)
#C8BBDE
(200,187,222)
#CEC3E2
(206,195,226)
#D4CBE6
(212,203,230)
#DAD3EA
(218,211,234)
#E0DBEE
(224,219,238)
#E6E3F2
(230,227,242)
#ECEBF6
(236,235,246)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A3D2; }

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

This text font color is #B6A3D2.


Background Color

.myBgColor { background-color: #B6A3D2; }

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

This div background color is #B6A3D2.


Border color

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

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

This div border color is #B6A3D2.


Opacity

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

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

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

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

This text has shadow with #B6A3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A3D2 on black background.


Color preview on white background

This text has color #B6A3D2 on white background.



Black color preview on #B6A3D2 background

This text has black color on #B6A3D2 background.


White color preview on #B6A3D2 background

This text has white color on #B6A3D2 background.