COLOR #ADA4BD

HEX: #ADA4BD
RGB: (173,164,189)

Renk bilgisi

#ADA4BD contains red, green and blue colors in about the same proportion. #ADA4BD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#ADA4BD color RGB value is (173,164,189).

  • kırmız ton 173;
  • yeşil ton 164;
  • mavi ton 189.
RGB:
(173,164,189)
(68%,64%,74%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 164 of 255 = 64%
B 189 of 255 = 74%

173
164
189

R + G + B ~ 69%. #ADA4BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 164 + 189 = 526 (100%)
R 173 of 526 ~ 32.89%
G 164 of 526 ~ 31.18%
B 189 of 526 ~ 35.93%

%32.89
%31.18
%35.93

CMYK RENK MODELİ

#ADA4BD rengi CMYK tonu (8,13,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 13.23%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,13,0,26)
C8M13Y0K26 
(8%,13%,0%,26%)
(0.08/0.13/0.00/0.26)	

CMYK yüzdeleri

%8.47
%13.23
%0
%25.88

Codes

Color #ADA4BD in popluar color models

ADA4BD
RGB173164189
HSL262°15.92%69.22%
HSB/HSV262°13.23%74.12%
CMYK8.47%13.23%0.00%
25.88%

Color #ADA4BD in popluar number systems.

HEXADA4BD
Decimal173164189
Binary101011011010010010111101
Octal255244275

Shades and tints

Shades of #ADA4BD

#ADA4BD
(173,164,189)
#9E96AC
(158,150,172)
#8F889B
(143,136,155)
#807A8A
(128,122,138)
#716C79
(113,108,121)
#625E68
(98,94,104)
#535057
(83,80,87)
#444246
(68,66,70)
#353435
(53,52,53)
#262624
(38,38,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADA4BD

#ADA4BD
(173,164,189)
#B4ACC3
(180,172,195)
#BBB4C9
(187,180,201)
#C2BCCF
(194,188,207)
#C9C4D5
(201,196,213)
#D0CCDB
(208,204,219)
#D7D4E1
(215,212,225)
#DEDCE7
(222,220,231)
#E5E4ED
(229,228,237)
#ECECF3
(236,236,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA4BD color. Also use rgb(173,164,189) instead hex code.

Text Font Color

.myTextColor { color: #ADA4BD; }

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

This text font color is #ADA4BD.


Background Color

.myBgColor { background-color: #ADA4BD; }

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

This div background color is #ADA4BD.


Border color

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

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

This div border color is #ADA4BD.


Opacity

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

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

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

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

This text has shadow with #ADA4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4BD on black background.


Color preview on white background

This text has color #ADA4BD on white background.



Black color preview on #ADA4BD background

This text has black color on #ADA4BD background.


White color preview on #ADA4BD background

This text has white color on #ADA4BD background.