COLOR #B4ADA5

HEX: #B4ADA5
RGB: (180,173,165)

Renk bilgisi

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

RGB renk modeli

#B4ADA5 color RGB value is (180,173,165).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 173 of 255 = 68%
B 165 of 255 = 65%

180
173
165

R + G + B ~ 68%. #B4ADA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 173 + 165 = 518 (100%)
R 180 of 518 ~ 34.75%
G 173 of 518 ~ 33.4%
B 165 of 518 ~ 31.85%

%34.75
%33.4
%31.85

CMYK RENK MODELİ

#B4ADA5 rengi CMYK tonu (0,4,8,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.89%
  • sarı tonu 8.33%
  • ana renk tonu 29.41%
CMYK:
(0,4,8,29)
C0M4Y8K29 
(0%,4%,8%,29%)
(0.00/0.04/0.08/0.29)	

CMYK yüzdeleri

%0
%3.89
%8.33
%29.41

Codes

Color #B4ADA5 in popluar color models

B4ADA5
RGB180173165
HSL32°9.09%67.65%
HSB/HSV32°8.33%70.59%
CMYK0.00%3.89%8.33%
29.41%

Color #B4ADA5 in popluar number systems.

HEXB4ADA5
Decimal180173165
Binary101101001010110110100101
Octal264255245

Shades and tints

Shades of #B4ADA5

#B4ADA5
(180,173,165)
#A49E96
(164,158,150)
#948F87
(148,143,135)
#848078
(132,128,120)
#747169
(116,113,105)
#64625A
(100,98,90)
#54534B
(84,83,75)
#44443C
(68,68,60)
#34352D
(52,53,45)
#24261E
(36,38,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #B4ADA5

#B4ADA5
(180,173,165)
#BAB4AD
(186,180,173)
#C0BBB5
(192,187,181)
#C6C2BD
(198,194,189)
#CCC9C5
(204,201,197)
#D2D0CD
(210,208,205)
#D8D7D5
(216,215,213)
#DEDEDD
(222,222,221)
#E4E5E5
(228,229,229)
#EAECED
(234,236,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADA5; }

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

This text font color is #B4ADA5.


Background Color

.myBgColor { background-color: #B4ADA5; }

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

This div background color is #B4ADA5.


Border color

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

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

This div border color is #B4ADA5.


Opacity

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

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

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

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

This text has shadow with #B4ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADA5 on black background.


Color preview on white background

This text has color #B4ADA5 on white background.



Black color preview on #B4ADA5 background

This text has black color on #B4ADA5 background.


White color preview on #B4ADA5 background

This text has white color on #B4ADA5 background.