COLOR #ADBEC4

HEX: #ADBEC4
RGB: (173,190,196)

Renk bilgisi

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

RGB renk modeli

#ADBEC4 color RGB value is (173,190,196).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 190 of 255 = 75%
B 196 of 255 = 77%

173
190
196

R + G + B ~ 73%. #ADBEC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 190 + 196 = 559 (100%)
R 173 of 559 ~ 30.95%
G 190 of 559 ~ 33.99%
B 196 of 559 ~ 35.06%

%30.95
%33.99
%35.06

CMYK RENK MODELİ

#ADBEC4 rengi CMYK tonu (12,3,0,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 3.06%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(12,3,0,23)
C12M3Y0K23 
(12%,3%,0%,23%)
(0.12/0.03/0.00/0.23)	

CMYK yüzdeleri

%11.73
%3.06
%0
%23.14

Codes

Color #ADBEC4 in popluar color models

ADBEC4
RGB173190196
HSL196°16.31%72.35%
HSB/HSV196°11.73%76.86%
CMYK11.73%3.06%0.00%
23.14%

Color #ADBEC4 in popluar number systems.

HEXADBEC4
Decimal173190196
Binary101011011011111011000100
Octal255276304

Shades and tints

Shades of #ADBEC4

#ADBEC4
(173,190,196)
#9EADB3
(158,173,179)
#8F9CA2
(143,156,162)
#808B91
(128,139,145)
#717A80
(113,122,128)
#62696F
(98,105,111)
#53585E
(83,88,94)
#44474D
(68,71,77)
#35363C
(53,54,60)
#26252B
(38,37,43)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADBEC4

#ADBEC4
(173,190,196)
#B4C3C9
(180,195,201)
#BBC8CE
(187,200,206)
#C2CDD3
(194,205,211)
#C9D2D8
(201,210,216)
#D0D7DD
(208,215,221)
#D7DCE2
(215,220,226)
#DEE1E7
(222,225,231)
#E5E6EC
(229,230,236)
#ECEBF1
(236,235,241)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEC4; }

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

This text font color is #ADBEC4.


Background Color

.myBgColor { background-color: #ADBEC4; }

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

This div background color is #ADBEC4.


Border color

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

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

This div border color is #ADBEC4.


Opacity

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

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

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

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

This text has shadow with #ADBEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBEC4 on black background.


Color preview on white background

This text has color #ADBEC4 on white background.



Black color preview on #ADBEC4 background

This text has black color on #ADBEC4 background.


White color preview on #ADBEC4 background

This text has white color on #ADBEC4 background.