COLOR #B5A5BD

HEX: #B5A5BD
RGB: (181,165,189)

Renk bilgisi

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

RGB renk modeli

#B5A5BD color RGB value is (181,165,189).

  • kırmız ton 181;
  • yeşil ton 165;
  • mavi ton 189.
RGB:
(181,165,189)
(71%,65%,74%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 165 of 255 = 65%
B 189 of 255 = 74%

181
165
189

R + G + B ~ 70%. #B5A5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 165 + 189 = 535 (100%)
R 181 of 535 ~ 33.83%
G 165 of 535 ~ 30.84%
B 189 of 535 ~ 35.33%

%33.83
%30.84
%35.33

CMYK RENK MODELİ

#B5A5BD rengi CMYK tonu (4,13,0,26).

  • camgöbeği tonu 4.23%
  • eflatun tonu 12.70%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(4,13,0,26)
C4M13Y0K26 
(4%,13%,0%,26%)
(0.04/0.13/0.00/0.26)	

CMYK yüzdeleri

%4.23
%12.7
%0
%25.88

Codes

Color #B5A5BD in popluar color models

B5A5BD
RGB181165189
HSL280°15.38%69.41%
HSB/HSV280°12.70%74.12%
CMYK4.23%12.70%0.00%
25.88%

Color #B5A5BD in popluar number systems.

HEXB5A5BD
Decimal181165189
Binary101101011010010110111101
Octal265245275

Shades and tints

Shades of #B5A5BD

#B5A5BD
(181,165,189)
#A596AC
(165,150,172)
#95879B
(149,135,155)
#85788A
(133,120,138)
#756979
(117,105,121)
#655A68
(101,90,104)
#554B57
(85,75,87)
#453C46
(69,60,70)
#352D35
(53,45,53)
#251E24
(37,30,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B5A5BD

#B5A5BD
(181,165,189)
#BBADC3
(187,173,195)
#C1B5C9
(193,181,201)
#C7BDCF
(199,189,207)
#CDC5D5
(205,197,213)
#D3CDDB
(211,205,219)
#D9D5E1
(217,213,225)
#DFDDE7
(223,221,231)
#E5E5ED
(229,229,237)
#EBEDF3
(235,237,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A5BD color. Also use rgb(181,165,189) instead hex code.

Text Font Color

.myTextColor { color: #B5A5BD; }

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

This text font color is #B5A5BD.


Background Color

.myBgColor { background-color: #B5A5BD; }

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

This div background color is #B5A5BD.


Border color

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

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

This div border color is #B5A5BD.


Opacity

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

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

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

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

This text has shadow with #B5A5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A5BD on black background.


Color preview on white background

This text has color #B5A5BD on white background.



Black color preview on #B5A5BD background

This text has black color on #B5A5BD background.


White color preview on #B5A5BD background

This text has white color on #B5A5BD background.