COLOR #ADCDE8

HEX: #ADCDE8
RGB: (173,205,232)

Renk bilgisi

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

RGB renk modeli

#ADCDE8 color RGB value is (173,205,232).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 232 of 255 = 91%

173
205
232

R + G + B ~ 80%. #ADCDE8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 232 = 610 (100%)
R 173 of 610 ~ 28.36%
G 205 of 610 ~ 33.61%
B 232 of 610 ~ 38.03%

%28.36
%33.61
%38.03

CMYK RENK MODELİ

#ADCDE8 rengi CMYK tonu (25,12,0,9).

  • camgöbeği tonu 25.43%
  • eflatun tonu 11.64%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(25,12,0,9)
C25M12Y0K9 
(25%,12%,0%,9%)
(0.25/0.12/0.00/0.09)	

CMYK yüzdeleri

%25.43
%11.64
%0
%9.02

Codes

Color #ADCDE8 in popluar color models

ADCDE8
RGB173205232
HSL207°56.19%79.41%
HSB/HSV207°25.43%90.98%
CMYK25.43%11.64%0.00%
9.02%

Color #ADCDE8 in popluar number systems.

HEXADCDE8
Decimal173205232
Binary101011011100110111101000
Octal255315350

Shades and tints

Shades of #ADCDE8

#ADCDE8
(173,205,232)
#9EBBD3
(158,187,211)
#8FA9BE
(143,169,190)
#8097A9
(128,151,169)
#718594
(113,133,148)
#62737F
(98,115,127)
#53616A
(83,97,106)
#444F55
(68,79,85)
#353D40
(53,61,64)
#262B2B
(38,43,43)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADCDE8

#ADCDE8
(173,205,232)
#B4D1EA
(180,209,234)
#BBD5EC
(187,213,236)
#C2D9EE
(194,217,238)
#C9DDF0
(201,221,240)
#D0E1F2
(208,225,242)
#D7E5F4
(215,229,244)
#DEE9F6
(222,233,246)
#E5EDF8
(229,237,248)
#ECF1FA
(236,241,250)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDE8; }

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

This text font color is #ADCDE8.


Background Color

.myBgColor { background-color: #ADCDE8; }

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

This div background color is #ADCDE8.


Border color

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

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

This div border color is #ADCDE8.


Opacity

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

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

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

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

This text has shadow with #ADCDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDE8 on black background.


Color preview on white background

This text has color #ADCDE8 on white background.



Black color preview on #ADCDE8 background

This text has black color on #ADCDE8 background.


White color preview on #ADCDE8 background

This text has white color on #ADCDE8 background.