COLOR #ADAEBC

HEX: #ADAEBC
RGB: (173,174,188)

Renk bilgisi

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

RGB renk modeli

#ADAEBC color RGB value is (173,174,188).

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

RGB bağlantıları ve doygunluk

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

173
174
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 188 = 535 (100%)
R 173 of 535 ~ 32.34%
G 174 of 535 ~ 32.52%
B 188 of 535 ~ 35.14%

%32.34
%32.52
%35.14

CMYK RENK MODELİ

#ADAEBC rengi CMYK tonu (8,7,0,26).

  • camgöbeği tonu 7.98%
  • eflatun tonu 7.45%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(8,7,0,26)
C8M7Y0K26 
(8%,7%,0%,26%)
(0.08/0.07/0.00/0.26)	

CMYK yüzdeleri

%7.98
%7.45
%0
%26.27

Codes

Color #ADAEBC in popluar color models

ADAEBC
RGB173174188
HSL236°10.07%70.78%
HSB/HSV236°7.98%73.73%
CMYK7.98%7.45%0.00%
26.27%

Color #ADAEBC in popluar number systems.

HEXADAEBC
Decimal173174188
Binary101011011010111010111100
Octal255256274

Shades and tints

Shades of #ADAEBC

#ADAEBC
(173,174,188)
#9E9FAB
(158,159,171)
#8F909A
(143,144,154)
#808189
(128,129,137)
#717278
(113,114,120)
#626367
(98,99,103)
#535456
(83,84,86)
#444545
(68,69,69)
#353634
(53,54,52)
#262723
(38,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADAEBC

#ADAEBC
(173,174,188)
#B4B5C2
(180,181,194)
#BBBCC8
(187,188,200)
#C2C3CE
(194,195,206)
#C9CAD4
(201,202,212)
#D0D1DA
(208,209,218)
#D7D8E0
(215,216,224)
#DEDFE6
(222,223,230)
#E5E6EC
(229,230,236)
#ECEDF2
(236,237,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEBC; }

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

This text font color is #ADAEBC.


Background Color

.myBgColor { background-color: #ADAEBC; }

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

This div background color is #ADAEBC.


Border color

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

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

This div border color is #ADAEBC.


Opacity

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

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

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

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

This text has shadow with #ADAEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEBC on black background.


Color preview on white background

This text has color #ADAEBC on white background.



Black color preview on #ADAEBC background

This text has black color on #ADAEBC background.


White color preview on #ADAEBC background

This text has white color on #ADAEBC background.