COLOR #ADAEB6

HEX: #ADAEB6
RGB: (173,174,182)

Renk bilgisi

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

RGB renk modeli

#ADAEB6 color RGB value is (173,174,182).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 182 of 255 = 71%

173
174
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 182 = 529 (100%)
R 173 of 529 ~ 32.7%
G 174 of 529 ~ 32.89%
B 182 of 529 ~ 34.4%

%32.7
%32.89
%34.4

CMYK RENK MODELİ

#ADAEB6 rengi CMYK tonu (5,4,0,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 4.40%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(5,4,0,29)
C5M4Y0K29 
(5%,4%,0%,29%)
(0.05/0.04/0.00/0.29)	

CMYK yüzdeleri

%4.95
%4.4
%0
%28.63

Codes

Color #ADAEB6 in popluar color models

ADAEB6
RGB173174182
HSL233°5.81%69.61%
HSB/HSV233°4.95%71.37%
CMYK4.95%4.40%0.00%
28.63%

Color #ADAEB6 in popluar number systems.

HEXADAEB6
Decimal173174182
Binary101011011010111010110110
Octal255256266

Shades and tints

Shades of #ADAEB6

#ADAEB6
(173,174,182)
#9E9FA6
(158,159,166)
#8F9096
(143,144,150)
#808186
(128,129,134)
#717276
(113,114,118)
#626366
(98,99,102)
#535456
(83,84,86)
#444546
(68,69,70)
#353636
(53,54,54)
#262726
(38,39,38)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADAEB6

#ADAEB6
(173,174,182)
#B4B5BC
(180,181,188)
#BBBCC2
(187,188,194)
#C2C3C8
(194,195,200)
#C9CACE
(201,202,206)
#D0D1D4
(208,209,212)
#D7D8DA
(215,216,218)
#DEDFE0
(222,223,224)
#E5E6E6
(229,230,230)
#ECEDEC
(236,237,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAEB6 color. Also use rgb(173,174,182) instead hex code.

Text Font Color

.myTextColor { color: #ADAEB6; }

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

This text font color is #ADAEB6.


Background Color

.myBgColor { background-color: #ADAEB6; }

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

This div background color is #ADAEB6.


Border color

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

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

This div border color is #ADAEB6.


Opacity

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

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

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

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

This text has shadow with #ADAEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEB6 on black background.


Color preview on white background

This text has color #ADAEB6 on white background.



Black color preview on #ADAEB6 background

This text has black color on #ADAEB6 background.


White color preview on #ADAEB6 background

This text has white color on #ADAEB6 background.