COLOR #B4ACC1

HEX: #B4ACC1
RGB: (180,172,193)

Renk bilgisi

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

RGB renk modeli

#B4ACC1 color RGB value is (180,172,193).

  • kırmız ton 180;
  • yeşil ton 172;
  • mavi ton 193.
RGB: (180,172,193) (71%,67%,76%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 172 of 255 = 67%
B 193 of 255 = 76%

180
172
193

R + G + B ~ 71%. #B4ACC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 172 + 193 = 545 (100%)
R 180 of 545 ~ 33.03%
G 172 of 545 ~ 31.56%
B 193 of 545 ~ 35.41%

%33.03
%31.56
%35.41

CMYK RENK MODELİ

#B4ACC1 rengi CMYK tonu (7,11,0,24).

  • camgöbeği tonu 6.74%
  • eflatun tonu 10.88%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK: (7,11,0,24) C7M11Y0K24 (7%,11%,0%,24%) (0.07/0.11/0.00/0.24)

CMYK yüzdeleri

%6.74
%10.88
%0
%24.31

Codes

Color #B4ACC1 in popluar color models

B4ACC1
RGB180172193
HSL263°14.48%71.57%
HSB/HSV263°10.88%75.69%
CMYK6.74%10.88%0.00%
24.31%

Color #B4ACC1 in popluar number systems.

HEXB4ACC1
Decimal180172193
Binary101101001010110011000001
Octal264254301

Shades and tints

Shades of #B4ACC1

#B4ACC1
(180,172,193)
#A49DB0
(164,157,176)
#948E9F
(148,142,159)
#847F8E
(132,127,142)
#74707D
(116,112,125)
#64616C
(100,97,108)
#54525B
(84,82,91)
#44434A
(68,67,74)
#343439
(52,52,57)
#242528
(36,37,40)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4ACC1

#B4ACC1
(180,172,193)
#BAB3C6
(186,179,198)
#C0BACB
(192,186,203)
#C6C1D0
(198,193,208)
#CCC8D5
(204,200,213)
#D2CFDA
(210,207,218)
#D8D6DF
(216,214,223)
#DEDDE4
(222,221,228)
#E4E4E9
(228,228,233)
#EAEBEE
(234,235,238)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ACC1 color. Also use rgb(180,172,193) instead hex code.

Text Font Color

.myTextColor { color: #B4ACC1; }

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

This text font color is #B4ACC1.


Background Color

.myBgColor { background-color: #B4ACC1; }

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

This div background color is #B4ACC1.


Border color

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

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

This div border color is #B4ACC1.


Opacity

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

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

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

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

This text has shadow with #B4ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4ACC1 on black background.


Color preview on white background

This text has color #B4ACC1 on white background.



Black color preview on #B4ACC1 background

This text has black color on #B4ACC1 background.


White color preview on #B4ACC1 background

This text has white color on #B4ACC1 background.