COLOR #B4ADC0

HEX: #B4ADC0
RGB: (180,173,192)

Renk bilgisi

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

RGB renk modeli

#B4ADC0 color RGB value is (180,173,192).

  • kırmız ton 180;
  • yeşil ton 173;
  • mavi ton 192.
RGB:
(180,173,192)
(71%,68%,75%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 173 of 255 = 68%
B 192 of 255 = 75%

180
173
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 173 + 192 = 545 (100%)
R 180 of 545 ~ 33.03%
G 173 of 545 ~ 31.74%
B 192 of 545 ~ 35.23%

%33.03
%31.74
%35.23

CMYK RENK MODELİ

#B4ADC0 rengi CMYK tonu (6,10,0,25).

  • camgöbeği tonu 6.25%
  • eflatun tonu 9.90%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(6,10,0,25)
C6M10Y0K25 
(6%,10%,0%,25%)
(0.06/0.10/0.00/0.25)	

CMYK yüzdeleri

%6.25
%9.9
%0
%24.71

Codes

Color #B4ADC0 in popluar color models

B4ADC0
RGB180173192
HSL262°13.10%71.57%
HSB/HSV262°9.90%75.29%
CMYK6.25%9.90%0.00%
24.71%

Color #B4ADC0 in popluar number systems.

HEXB4ADC0
Decimal180173192
Binary101101001010110111000000
Octal264255300

Shades and tints

Shades of #B4ADC0

#B4ADC0
(180,173,192)
#A49EAF
(164,158,175)
#948F9E
(148,143,158)
#84808D
(132,128,141)
#74717C
(116,113,124)
#64626B
(100,98,107)
#54535A
(84,83,90)
#444449
(68,68,73)
#343538
(52,53,56)
#242627
(36,38,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4ADC0

#B4ADC0
(180,173,192)
#BAB4C5
(186,180,197)
#C0BBCA
(192,187,202)
#C6C2CF
(198,194,207)
#CCC9D4
(204,201,212)
#D2D0D9
(210,208,217)
#D8D7DE
(216,215,222)
#DEDEE3
(222,222,227)
#E4E5E8
(228,229,232)
#EAECED
(234,236,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ADC0 color. Also use rgb(180,173,192) instead hex code.

Text Font Color

.myTextColor { color: #B4ADC0; }

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

This text font color is #B4ADC0.


Background Color

.myBgColor { background-color: #B4ADC0; }

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

This div background color is #B4ADC0.


Border color

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

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

This div border color is #B4ADC0.


Opacity

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

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

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

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

This text has shadow with #B4ADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADC0 on black background.


Color preview on white background

This text has color #B4ADC0 on white background.



Black color preview on #B4ADC0 background

This text has black color on #B4ADC0 background.


White color preview on #B4ADC0 background

This text has white color on #B4ADC0 background.