COLOR #B5AAC6

HEX: #B5AAC6
RGB: (181,170,198)

Renk bilgisi

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

RGB renk modeli

#B5AAC6 color RGB value is (181,170,198).

  • kırmız ton 181;
  • yeşil ton 170;
  • mavi ton 198.
RGB:
(181,170,198)
(71%,67%,78%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 170 of 255 = 67%
B 198 of 255 = 78%

181
170
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 170 + 198 = 549 (100%)
R 181 of 549 ~ 32.97%
G 170 of 549 ~ 30.97%
B 198 of 549 ~ 36.07%

%32.97
%30.97
%36.07

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%8.59
%14.14
%0
%22.35

Codes

Color #B5AAC6 in popluar color models

B5AAC6
RGB181170198
HSL264°19.72%72.16%
HSB/HSV264°14.14%77.65%
CMYK8.59%14.14%0.00%
22.35%

Color #B5AAC6 in popluar number systems.

HEXB5AAC6
Decimal181170198
Binary101101011010101011000110
Octal265252306

Shades and tints

Shades of #B5AAC6

#B5AAC6
(181,170,198)
#A59BB4
(165,155,180)
#958CA2
(149,140,162)
#857D90
(133,125,144)
#756E7E
(117,110,126)
#655F6C
(101,95,108)
#55505A
(85,80,90)
#454148
(69,65,72)
#353236
(53,50,54)
#252324
(37,35,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5AAC6

#B5AAC6
(181,170,198)
#BBB1CB
(187,177,203)
#C1B8D0
(193,184,208)
#C7BFD5
(199,191,213)
#CDC6DA
(205,198,218)
#D3CDDF
(211,205,223)
#D9D4E4
(217,212,228)
#DFDBE9
(223,219,233)
#E5E2EE
(229,226,238)
#EBE9F3
(235,233,243)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AAC6 color. Also use rgb(181,170,198) instead hex code.

Text Font Color

.myTextColor { color: #B5AAC6; }

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

This text font color is #B5AAC6.


Background Color

.myBgColor { background-color: #B5AAC6; }

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

This div background color is #B5AAC6.


Border color

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

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

This div border color is #B5AAC6.


Opacity

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

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

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

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

This text has shadow with #B5AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AAC6 on black background.


Color preview on white background

This text has color #B5AAC6 on white background.



Black color preview on #B5AAC6 background

This text has black color on #B5AAC6 background.


White color preview on #B5AAC6 background

This text has white color on #B5AAC6 background.