COLOR #ADAEBD

HEX: #ADAEBD
RGB: (173,174,189)

Renk bilgisi

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

RGB renk modeli

#ADAEBD color RGB value is (173,174,189).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 189 of 255 = 74%

173
174
189

R + G + B ~ 70%. #ADAEBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 189 = 536 (100%)
R 173 of 536 ~ 32.28%
G 174 of 536 ~ 32.46%
B 189 of 536 ~ 35.26%

%32.28
%32.46
%35.26

CMYK RENK MODELİ

#ADAEBD rengi CMYK tonu (8,8,0,26).

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

CMYK yüzdeleri

%8.47
%7.94
%0
%25.88

Codes

Color #ADAEBD in popluar color models

ADAEBD
RGB173174189
HSL236°10.81%70.98%
HSB/HSV236°8.47%74.12%
CMYK8.47%7.94%0.00%
25.88%

Color #ADAEBD in popluar number systems.

HEXADAEBD
Decimal173174189
Binary101011011010111010111101
Octal255256275

Shades and tints

Shades of #ADAEBD

#ADAEBD
(173,174,189)
#9E9FAC
(158,159,172)
#8F909B
(143,144,155)
#80818A
(128,129,138)
#717279
(113,114,121)
#626368
(98,99,104)
#535457
(83,84,87)
#444546
(68,69,70)
#353635
(53,54,53)
#262724
(38,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADAEBD

#ADAEBD
(173,174,189)
#B4B5C3
(180,181,195)
#BBBCC9
(187,188,201)
#C2C3CF
(194,195,207)
#C9CAD5
(201,202,213)
#D0D1DB
(208,209,219)
#D7D8E1
(215,216,225)
#DEDFE7
(222,223,231)
#E5E6ED
(229,230,237)
#ECEDF3
(236,237,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEBD; }

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

This text font color is #ADAEBD.


Background Color

.myBgColor { background-color: #ADAEBD; }

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

This div background color is #ADAEBD.


Border color

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

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

This div border color is #ADAEBD.


Opacity

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

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

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

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

This text has shadow with #ADAEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEBD on black background.


Color preview on white background

This text has color #ADAEBD on white background.



Black color preview on #ADAEBD background

This text has black color on #ADAEBD background.


White color preview on #ADAEBD background

This text has white color on #ADAEBD background.