COLOR #ADA7BE

HEX: #ADA7BE
RGB: (173,167,190)

Renk bilgisi

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

RGB renk modeli

#ADA7BE color RGB value is (173,167,190).

  • kırmız ton 173;
  • yeşil ton 167;
  • mavi ton 190.
RGB:
(173,167,190)
(68%,65%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 167 of 255 = 65%
B 190 of 255 = 75%

173
167
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 167 + 190 = 530 (100%)
R 173 of 530 ~ 32.64%
G 167 of 530 ~ 31.51%
B 190 of 530 ~ 35.85%

%32.64
%31.51
%35.85

CMYK RENK MODELİ

#ADA7BE rengi CMYK tonu (9,12,0,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 12.11%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(9,12,0,25)
C9M12Y0K25 
(9%,12%,0%,25%)
(0.09/0.12/0.00/0.25)	

CMYK yüzdeleri

%8.95
%12.11
%0
%25.49

Codes

Color #ADA7BE in popluar color models

ADA7BE
RGB173167190
HSL256°15.03%70.00%
HSB/HSV256°12.11%74.51%
CMYK8.95%12.11%0.00%
25.49%

Color #ADA7BE in popluar number systems.

HEXADA7BE
Decimal173167190
Binary101011011010011110111110
Octal255247276

Shades and tints

Shades of #ADA7BE

#ADA7BE
(173,167,190)
#9E98AD
(158,152,173)
#8F899C
(143,137,156)
#807A8B
(128,122,139)
#716B7A
(113,107,122)
#625C69
(98,92,105)
#534D58
(83,77,88)
#443E47
(68,62,71)
#352F36
(53,47,54)
#262025
(38,32,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADA7BE

#ADA7BE
(173,167,190)
#B4AFC3
(180,175,195)
#BBB7C8
(187,183,200)
#C2BFCD
(194,191,205)
#C9C7D2
(201,199,210)
#D0CFD7
(208,207,215)
#D7D7DC
(215,215,220)
#DEDFE1
(222,223,225)
#E5E7E6
(229,231,230)
#ECEFEB
(236,239,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA7BE color. Also use rgb(173,167,190) instead hex code.

Text Font Color

.myTextColor { color: #ADA7BE; }

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

This text font color is #ADA7BE.


Background Color

.myBgColor { background-color: #ADA7BE; }

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

This div background color is #ADA7BE.


Border color

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

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

This div border color is #ADA7BE.


Opacity

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

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

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

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

This text has shadow with #ADA7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA7BE on black background.


Color preview on white background

This text has color #ADA7BE on white background.



Black color preview on #ADA7BE background

This text has black color on #ADA7BE background.


White color preview on #ADA7BE background

This text has white color on #ADA7BE background.