COLOR #ADC1DE

HEX: #ADC1DE
RGB: (173,193,222)

Renk bilgisi

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

RGB renk modeli

#ADC1DE color RGB value is (173,193,222).

  • kırmız ton 173;
  • yeşil ton 193;
  • mavi ton 222.
RGB:
(173,193,222)
(68%,76%,87%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 222 of 255 = 87%

173
193
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 222 = 588 (100%)
R 173 of 588 ~ 29.42%
G 193 of 588 ~ 32.82%
B 222 of 588 ~ 37.76%

%29.42
%32.82
%37.76

CMYK RENK MODELİ

#ADC1DE rengi CMYK tonu (22,13,0,13).

  • camgöbeği tonu 22.07%
  • eflatun tonu 13.06%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(22,13,0,13)
C22M13Y0K13 
(22%,13%,0%,13%)
(0.22/0.13/0.00/0.13)	

CMYK yüzdeleri

%22.07
%13.06
%0
%12.94

Codes

Color #ADC1DE in popluar color models

ADC1DE
RGB173193222
HSL216°42.61%77.45%
HSB/HSV216°22.07%87.06%
CMYK22.07%13.06%0.00%
12.94%

Color #ADC1DE in popluar number systems.

HEXADC1DE
Decimal173193222
Binary101011011100000111011110
Octal255301336

Shades and tints

Shades of #ADC1DE

#ADC1DE
(173,193,222)
#9EB0CA
(158,176,202)
#8F9FB6
(143,159,182)
#808EA2
(128,142,162)
#717D8E
(113,125,142)
#626C7A
(98,108,122)
#535B66
(83,91,102)
#444A52
(68,74,82)
#35393E
(53,57,62)
#26282A
(38,40,42)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADC1DE

#ADC1DE
(173,193,222)
#B4C6E1
(180,198,225)
#BBCBE4
(187,203,228)
#C2D0E7
(194,208,231)
#C9D5EA
(201,213,234)
#D0DAED
(208,218,237)
#D7DFF0
(215,223,240)
#DEE4F3
(222,228,243)
#E5E9F6
(229,233,246)
#ECEEF9
(236,238,249)
#F3F3FC
(243,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1DE color. Also use rgb(173,193,222) instead hex code.

Text Font Color

.myTextColor { color: #ADC1DE; }

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

This text font color is #ADC1DE.


Background Color

.myBgColor { background-color: #ADC1DE; }

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

This div background color is #ADC1DE.


Border color

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

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

This div border color is #ADC1DE.


Opacity

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

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

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

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

This text has shadow with #ADC1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1DE on black background.


Color preview on white background

This text has color #ADC1DE on white background.



Black color preview on #ADC1DE background

This text has black color on #ADC1DE background.


White color preview on #ADC1DE background

This text has white color on #ADC1DE background.