COLOR #B6ADC7

HEX: #B6ADC7
RGB: (182,173,199)

Renk bilgisi

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

RGB renk modeli

#B6ADC7 color RGB value is (182,173,199).

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

RGB bağlantıları ve doygunluk

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

182
173
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 173 + 199 = 554 (100%)
R 182 of 554 ~ 32.85%
G 173 of 554 ~ 31.23%
B 199 of 554 ~ 35.92%

%32.85
%31.23
%35.92

CMYK RENK MODELİ

#B6ADC7 rengi CMYK tonu (9,13,0,22).

  • camgöbeği tonu 8.54%
  • eflatun tonu 13.07%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(9,13,0,22)
C9M13Y0K22 
(9%,13%,0%,22%)
(0.09/0.13/0.00/0.22)	

CMYK yüzdeleri

%8.54
%13.07
%0
%21.96

Codes

Color #B6ADC7 in popluar color models

B6ADC7
RGB182173199
HSL261°18.84%72.94%
HSB/HSV261°13.07%78.04%
CMYK8.54%13.07%0.00%
21.96%

Color #B6ADC7 in popluar number systems.

HEXB6ADC7
Decimal182173199
Binary101101101010110111000111
Octal266255307

Shades and tints

Shades of #B6ADC7

#B6ADC7
(182,173,199)
#A69EB5
(166,158,181)
#968FA3
(150,143,163)
#868091
(134,128,145)
#76717F
(118,113,127)
#66626D
(102,98,109)
#56535B
(86,83,91)
#464449
(70,68,73)
#363537
(54,53,55)
#262625
(38,38,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6ADC7

#B6ADC7
(182,173,199)
#BCB4CC
(188,180,204)
#C2BBD1
(194,187,209)
#C8C2D6
(200,194,214)
#CEC9DB
(206,201,219)
#D4D0E0
(212,208,224)
#DAD7E5
(218,215,229)
#E0DEEA
(224,222,234)
#E6E5EF
(230,229,239)
#ECECF4
(236,236,244)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADC7; }

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

This text font color is #B6ADC7.


Background Color

.myBgColor { background-color: #B6ADC7; }

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

This div background color is #B6ADC7.


Border color

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

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

This div border color is #B6ADC7.


Opacity

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

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

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

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

This text has shadow with #B6ADC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ADC7 on black background.


Color preview on white background

This text has color #B6ADC7 on white background.



Black color preview on #B6ADC7 background

This text has black color on #B6ADC7 background.


White color preview on #B6ADC7 background

This text has white color on #B6ADC7 background.