COLOR #B6AFD2

HEX: #B6AFD2
RGB: (182,175,210)

Renk bilgisi

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

RGB renk modeli

#B6AFD2 color RGB value is (182,175,210).

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

RGB bağlantıları ve doygunluk

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

182
175
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 175 + 210 = 567 (100%)
R 182 of 567 ~ 32.1%
G 175 of 567 ~ 30.86%
B 210 of 567 ~ 37.04%

%32.1
%30.86
%37.04

CMYK RENK MODELİ

#B6AFD2 rengi CMYK tonu (13,17,0,18).

  • camgöbeği tonu 13.33%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(13,17,0,18)
C13M17Y0K18 
(13%,17%,0%,18%)
(0.13/0.17/0.00/0.18)	

CMYK yüzdeleri

%13.33
%16.67
%0
%17.65

Codes

Color #B6AFD2 in popluar color models

B6AFD2
RGB182175210
HSL252°28.00%75.49%
HSB/HSV252°16.67%82.35%
CMYK13.33%16.67%0.00%
17.65%

Color #B6AFD2 in popluar number systems.

HEXB6AFD2
Decimal182175210
Binary101101101010111111010010
Octal266257322

Shades and tints

Shades of #B6AFD2

#B6AFD2
(182,175,210)
#A6A0BF
(166,160,191)
#9691AC
(150,145,172)
#868299
(134,130,153)
#767386
(118,115,134)
#666473
(102,100,115)
#565560
(86,85,96)
#46464D
(70,70,77)
#36373A
(54,55,58)
#262827
(38,40,39)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6AFD2

#B6AFD2
(182,175,210)
#BCB6D6
(188,182,214)
#C2BDDA
(194,189,218)
#C8C4DE
(200,196,222)
#CECBE2
(206,203,226)
#D4D2E6
(212,210,230)
#DAD9EA
(218,217,234)
#E0E0EE
(224,224,238)
#E6E7F2
(230,231,242)
#ECEEF6
(236,238,246)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFD2; }

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

This text font color is #B6AFD2.


Background Color

.myBgColor { background-color: #B6AFD2; }

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

This div background color is #B6AFD2.


Border color

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

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

This div border color is #B6AFD2.


Opacity

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

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

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

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

This text has shadow with #B6AFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AFD2 on black background.


Color preview on white background

This text has color #B6AFD2 on white background.



Black color preview on #B6AFD2 background

This text has black color on #B6AFD2 background.


White color preview on #B6AFD2 background

This text has white color on #B6AFD2 background.