COLOR #ADCEDD

HEX: #ADCEDD
RGB: (173,206,221)

Renk bilgisi

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

RGB renk modeli

#ADCEDD color RGB value is (173,206,221).

  • kırmız ton 173;
  • yeşil ton 206;
  • mavi ton 221.
RGB:
(173,206,221)
(68%,81%,87%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 206 of 255 = 81%
B 221 of 255 = 87%

173
206
221

R + G + B ~ 79%. #ADCEDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 206 + 221 = 600 (100%)
R 173 of 600 ~ 28.83%
G 206 of 600 ~ 34.33%
B 221 of 600 ~ 36.83%

%28.83
%34.33
%36.83

CMYK RENK MODELİ

#ADCEDD rengi CMYK tonu (22,7,0,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 6.79%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(22,7,0,13)
C22M7Y0K13 
(22%,7%,0%,13%)
(0.22/0.07/0.00/0.13)	

CMYK yüzdeleri

%21.72
%6.79
%0
%13.33

Codes

Color #ADCEDD in popluar color models

ADCEDD
RGB173206221
HSL199°41.38%77.25%
HSB/HSV199°21.72%86.67%
CMYK21.72%6.79%0.00%
13.33%

Color #ADCEDD in popluar number systems.

HEXADCEDD
Decimal173206221
Binary101011011100111011011101
Octal255316335

Shades and tints

Shades of #ADCEDD

#ADCEDD
(173,206,221)
#9EBCC9
(158,188,201)
#8FAAB5
(143,170,181)
#8098A1
(128,152,161)
#71868D
(113,134,141)
#627479
(98,116,121)
#536265
(83,98,101)
#445051
(68,80,81)
#353E3D
(53,62,61)
#262C29
(38,44,41)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADCEDD

#ADCEDD
(173,206,221)
#B4D2E0
(180,210,224)
#BBD6E3
(187,214,227)
#C2DAE6
(194,218,230)
#C9DEE9
(201,222,233)
#D0E2EC
(208,226,236)
#D7E6EF
(215,230,239)
#DEEAF2
(222,234,242)
#E5EEF5
(229,238,245)
#ECF2F8
(236,242,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCEDD color. Also use rgb(173,206,221) instead hex code.

Text Font Color

.myTextColor { color: #ADCEDD; }

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

This text font color is #ADCEDD.


Background Color

.myBgColor { background-color: #ADCEDD; }

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

This div background color is #ADCEDD.


Border color

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

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

This div border color is #ADCEDD.


Opacity

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

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

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

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

This text has shadow with #ADCEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEDD on black background.


Color preview on white background

This text has color #ADCEDD on white background.



Black color preview on #ADCEDD background

This text has black color on #ADCEDD background.


White color preview on #ADCEDD background

This text has white color on #ADCEDD background.