COLOR #ADBCD4

HEX: #ADBCD4
RGB: (173,188,212)

Renk bilgisi

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

RGB renk modeli

#ADBCD4 color RGB value is (173,188,212).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 188 of 255 = 74%
B 212 of 255 = 83%

173
188
212

R + G + B ~ 75%. #ADBCD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 188 + 212 = 573 (100%)
R 173 of 573 ~ 30.19%
G 188 of 573 ~ 32.81%
B 212 of 573 ~ 37%

%30.19
%32.81
%37

CMYK RENK MODELİ

#ADBCD4 rengi CMYK tonu (18,11,0,17).

  • camgöbeği tonu 18.40%
  • eflatun tonu 11.32%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(18,11,0,17)
C18M11Y0K17 
(18%,11%,0%,17%)
(0.18/0.11/0.00/0.17)	

CMYK yüzdeleri

%18.4
%11.32
%0
%16.86

Codes

Color #ADBCD4 in popluar color models

ADBCD4
RGB173188212
HSL217°31.20%75.49%
HSB/HSV217°18.40%83.14%
CMYK18.40%11.32%0.00%
16.86%

Color #ADBCD4 in popluar number systems.

HEXADBCD4
Decimal173188212
Binary101011011011110011010100
Octal255274324

Shades and tints

Shades of #ADBCD4

#ADBCD4
(173,188,212)
#9EABC1
(158,171,193)
#8F9AAE
(143,154,174)
#80899B
(128,137,155)
#717888
(113,120,136)
#626775
(98,103,117)
#535662
(83,86,98)
#44454F
(68,69,79)
#35343C
(53,52,60)
#262329
(38,35,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADBCD4

#ADBCD4
(173,188,212)
#B4C2D7
(180,194,215)
#BBC8DA
(187,200,218)
#C2CEDD
(194,206,221)
#C9D4E0
(201,212,224)
#D0DAE3
(208,218,227)
#D7E0E6
(215,224,230)
#DEE6E9
(222,230,233)
#E5ECEC
(229,236,236)
#ECF2EF
(236,242,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCD4; }

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

This text font color is #ADBCD4.


Background Color

.myBgColor { background-color: #ADBCD4; }

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

This div background color is #ADBCD4.


Border color

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

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

This div border color is #ADBCD4.


Opacity

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

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

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

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

This text has shadow with #ADBCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCD4 on black background.


Color preview on white background

This text has color #ADBCD4 on white background.



Black color preview on #ADBCD4 background

This text has black color on #ADBCD4 background.


White color preview on #ADBCD4 background

This text has white color on #ADBCD4 background.