COLOR #ADC4D3

HEX: #ADC4D3
RGB: (173,196,211)

Renk bilgisi

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

RGB renk modeli

#ADC4D3 color RGB value is (173,196,211).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 211 of 255 = 83%

173
196
211

R + G + B ~ 76%. #ADC4D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 211 = 580 (100%)
R 173 of 580 ~ 29.83%
G 196 of 580 ~ 33.79%
B 211 of 580 ~ 36.38%

%29.83
%33.79
%36.38

CMYK RENK MODELİ

#ADC4D3 rengi CMYK tonu (18,7,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 7.11%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,7,0,17)
C18M7Y0K17 
(18%,7%,0%,17%)
(0.18/0.07/0.00/0.17)	

CMYK yüzdeleri

%18.01
%7.11
%0
%17.25

Codes

Color #ADC4D3 in popluar color models

ADC4D3
RGB173196211
HSL204°30.16%75.29%
HSB/HSV204°18.01%82.75%
CMYK18.01%7.11%0.00%
17.25%

Color #ADC4D3 in popluar number systems.

HEXADC4D3
Decimal173196211
Binary101011011100010011010011
Octal255304323

Shades and tints

Shades of #ADC4D3

#ADC4D3
(173,196,211)
#9EB3C0
(158,179,192)
#8FA2AD
(143,162,173)
#80919A
(128,145,154)
#718087
(113,128,135)
#626F74
(98,111,116)
#535E61
(83,94,97)
#444D4E
(68,77,78)
#353C3B
(53,60,59)
#262B28
(38,43,40)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADC4D3

#ADC4D3
(173,196,211)
#B4C9D7
(180,201,215)
#BBCEDB
(187,206,219)
#C2D3DF
(194,211,223)
#C9D8E3
(201,216,227)
#D0DDE7
(208,221,231)
#D7E2EB
(215,226,235)
#DEE7EF
(222,231,239)
#E5ECF3
(229,236,243)
#ECF1F7
(236,241,247)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4D3; }

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

This text font color is #ADC4D3.


Background Color

.myBgColor { background-color: #ADC4D3; }

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

This div background color is #ADC4D3.


Border color

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

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

This div border color is #ADC4D3.


Opacity

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

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

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

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

This text has shadow with #ADC4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4D3 on black background.


Color preview on white background

This text has color #ADC4D3 on white background.



Black color preview on #ADC4D3 background

This text has black color on #ADC4D3 background.


White color preview on #ADC4D3 background

This text has white color on #ADC4D3 background.