COLOR #B6AED2

HEX: #B6AED2
RGB: (182,174,210)

Renk bilgisi

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

RGB renk modeli

#B6AED2 color RGB value is (182,174,210).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 174 of 255 = 68%
B 210 of 255 = 82%

182
174
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 174 + 210 = 566 (100%)
R 182 of 566 ~ 32.16%
G 174 of 566 ~ 30.74%
B 210 of 566 ~ 37.1%

%32.16
%30.74
%37.1

CMYK RENK MODELİ

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

  • camgöbeği tonu 13.33%
  • eflatun tonu 17.14%
  • 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
%17.14
%0
%17.65

Codes

Color #B6AED2 in popluar color models

B6AED2
RGB182174210
HSL253°28.57%75.29%
HSB/HSV253°17.14%82.35%
CMYK13.33%17.14%0.00%
17.65%

Color #B6AED2 in popluar number systems.

HEXB6AED2
Decimal182174210
Binary101101101010111011010010
Octal266256322

Shades and tints

Shades of #B6AED2

#B6AED2
(182,174,210)
#A69FBF
(166,159,191)
#9690AC
(150,144,172)
#868199
(134,129,153)
#767286
(118,114,134)
#666373
(102,99,115)
#565460
(86,84,96)
#46454D
(70,69,77)
#36363A
(54,54,58)
#262727
(38,39,39)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #B6AED2

#B6AED2
(182,174,210)
#BCB5D6
(188,181,214)
#C2BCDA
(194,188,218)
#C8C3DE
(200,195,222)
#CECAE2
(206,202,226)
#D4D1E6
(212,209,230)
#DAD8EA
(218,216,234)
#E0DFEE
(224,223,238)
#E6E6F2
(230,230,242)
#ECEDF6
(236,237,246)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AED2; }

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

This text font color is #B6AED2.


Background Color

.myBgColor { background-color: #B6AED2; }

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

This div background color is #B6AED2.


Border color

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

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

This div border color is #B6AED2.


Opacity

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

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

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

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

This text has shadow with #B6AED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AED2 on black background.


Color preview on white background

This text has color #B6AED2 on white background.



Black color preview on #B6AED2 background

This text has black color on #B6AED2 background.


White color preview on #B6AED2 background

This text has white color on #B6AED2 background.