COLOR #B6ADC8

HEX: #B6ADC8
RGB: (182,173,200)

Renk bilgisi

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

RGB renk modeli

#B6ADC8 color RGB value is (182,173,200).

  • kırmız ton 182;
  • yeşil ton 173;
  • mavi ton 200.
RGB:
(182,173,200)
(71%,68%,78%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 173 of 255 = 68%
B 200 of 255 = 78%

182
173
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 173 + 200 = 555 (100%)
R 182 of 555 ~ 32.79%
G 173 of 555 ~ 31.17%
B 200 of 555 ~ 36.04%

%32.79
%31.17
%36.04

CMYK RENK MODELİ

#B6ADC8 rengi CMYK tonu (9,14,0,22).

  • camgöbeği tonu 9.00%
  • eflatun tonu 13.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(9,14,0,22)
C9M14Y0K22 
(9%,14%,0%,22%)
(0.09/0.14/0.00/0.22)	

CMYK yüzdeleri

%9
%13.5
%0
%21.57

Codes

Color #B6ADC8 in popluar color models

B6ADC8
RGB182173200
HSL260°19.71%73.14%
HSB/HSV260°13.50%78.43%
CMYK9.00%13.50%0.00%
21.57%

Color #B6ADC8 in popluar number systems.

HEXB6ADC8
Decimal182173200
Binary101101101010110111001000
Octal266255310

Shades and tints

Shades of #B6ADC8

#B6ADC8
(182,173,200)
#A69EB6
(166,158,182)
#968FA4
(150,143,164)
#868092
(134,128,146)
#767180
(118,113,128)
#66626E
(102,98,110)
#56535C
(86,83,92)
#46444A
(70,68,74)
#363538
(54,53,56)
#262626
(38,38,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6ADC8

#B6ADC8
(182,173,200)
#BCB4CD
(188,180,205)
#C2BBD2
(194,187,210)
#C8C2D7
(200,194,215)
#CEC9DC
(206,201,220)
#D4D0E1
(212,208,225)
#DAD7E6
(218,215,230)
#E0DEEB
(224,222,235)
#E6E5F0
(230,229,240)
#ECECF5
(236,236,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADC8; }

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

This text font color is #B6ADC8.


Background Color

.myBgColor { background-color: #B6ADC8; }

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

This div background color is #B6ADC8.


Border color

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

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

This div border color is #B6ADC8.


Opacity

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

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

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

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

This text has shadow with #B6ADC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ADC8 on black background.


Color preview on white background

This text has color #B6ADC8 on white background.



Black color preview on #B6ADC8 background

This text has black color on #B6ADC8 background.


White color preview on #B6ADC8 background

This text has white color on #B6ADC8 background.