COLOR #B5ACD0

HEX: #B5ACD0
RGB: (181,172,208)

Renk bilgisi

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

RGB renk modeli

#B5ACD0 color RGB value is (181,172,208).

  • kırmız ton 181;
  • yeşil ton 172;
  • mavi ton 208.
RGB:
(181,172,208)
(71%,67%,82%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 172 of 255 = 67%
B 208 of 255 = 82%

181
172
208

R + G + B ~ 73%. #B5ACD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 172 + 208 = 561 (100%)
R 181 of 561 ~ 32.26%
G 172 of 561 ~ 30.66%
B 208 of 561 ~ 37.08%

%32.26
%30.66
%37.08

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%12.98
%17.31
%0
%18.43

Codes

Color #B5ACD0 in popluar color models

B5ACD0
RGB181172208
HSL255°27.69%74.51%
HSB/HSV255°17.31%81.57%
CMYK12.98%17.31%0.00%
18.43%

Color #B5ACD0 in popluar number systems.

HEXB5ACD0
Decimal181172208
Binary101101011010110011010000
Octal265254320

Shades and tints

Shades of #B5ACD0

#B5ACD0
(181,172,208)
#A59DBE
(165,157,190)
#958EAC
(149,142,172)
#857F9A
(133,127,154)
#757088
(117,112,136)
#656176
(101,97,118)
#555264
(85,82,100)
#454352
(69,67,82)
#353440
(53,52,64)
#25252E
(37,37,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #B5ACD0

#B5ACD0
(181,172,208)
#BBB3D4
(187,179,212)
#C1BAD8
(193,186,216)
#C7C1DC
(199,193,220)
#CDC8E0
(205,200,224)
#D3CFE4
(211,207,228)
#D9D6E8
(217,214,232)
#DFDDEC
(223,221,236)
#E5E4F0
(229,228,240)
#EBEBF4
(235,235,244)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ACD0 color. Also use rgb(181,172,208) instead hex code.

Text Font Color

.myTextColor { color: #B5ACD0; }

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

This text font color is #B5ACD0.


Background Color

.myBgColor { background-color: #B5ACD0; }

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

This div background color is #B5ACD0.


Border color

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

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

This div border color is #B5ACD0.


Opacity

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

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

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

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

This text has shadow with #B5ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ACD0 on black background.


Color preview on white background

This text has color #B5ACD0 on white background.



Black color preview on #B5ACD0 background

This text has black color on #B5ACD0 background.


White color preview on #B5ACD0 background

This text has white color on #B5ACD0 background.