COLOR #ADCDD3

HEX: #ADCDD3
RGB: (173,205,211)

Renk bilgisi

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

RGB renk modeli

#ADCDD3 color RGB value is (173,205,211).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 211 of 255 = 83%

173
205
211

R + G + B ~ 77%. #ADCDD3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 211 = 589 (100%)
R 173 of 589 ~ 29.37%
G 205 of 589 ~ 34.8%
B 211 of 589 ~ 35.82%

%29.37
%34.8
%35.82

CMYK RENK MODELİ

#ADCDD3 rengi CMYK tonu (18,3,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 2.84%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,3,0,17)
C18M3Y0K17 
(18%,3%,0%,17%)
(0.18/0.03/0.00/0.17)	

CMYK yüzdeleri

%18.01
%2.84
%0
%17.25

Codes

Color #ADCDD3 in popluar color models

ADCDD3
RGB173205211
HSL189°30.16%75.29%
HSB/HSV189°18.01%82.75%
CMYK18.01%2.84%0.00%
17.25%

Color #ADCDD3 in popluar number systems.

HEXADCDD3
Decimal173205211
Binary101011011100110111010011
Octal255315323

Shades and tints

Shades of #ADCDD3

#ADCDD3
(173,205,211)
#9EBBC0
(158,187,192)
#8FA9AD
(143,169,173)
#80979A
(128,151,154)
#718587
(113,133,135)
#627374
(98,115,116)
#536161
(83,97,97)
#444F4E
(68,79,78)
#353D3B
(53,61,59)
#262B28
(38,43,40)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADCDD3

#ADCDD3
(173,205,211)
#B4D1D7
(180,209,215)
#BBD5DB
(187,213,219)
#C2D9DF
(194,217,223)
#C9DDE3
(201,221,227)
#D0E1E7
(208,225,231)
#D7E5EB
(215,229,235)
#DEE9EF
(222,233,239)
#E5EDF3
(229,237,243)
#ECF1F7
(236,241,247)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDD3; }

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

This text font color is #ADCDD3.


Background Color

.myBgColor { background-color: #ADCDD3; }

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

This div background color is #ADCDD3.


Border color

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

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

This div border color is #ADCDD3.


Opacity

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

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

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

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

This text has shadow with #ADCDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDD3 on black background.


Color preview on white background

This text has color #ADCDD3 on white background.



Black color preview on #ADCDD3 background

This text has black color on #ADCDD3 background.


White color preview on #ADCDD3 background

This text has white color on #ADCDD3 background.