COLOR #ADCDEB

HEX: #ADCDEB
RGB: (173,205,235)

Renk bilgisi

#ADCDEB contains mainly green and blue colors. #ADCDEB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADCDEB color RGB value is (173,205,235).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 235 of 255 = 92%

173
205
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 235 = 613 (100%)
R 173 of 613 ~ 28.22%
G 205 of 613 ~ 33.44%
B 235 of 613 ~ 38.34%

%28.22
%33.44
%38.34

CMYK RENK MODELİ

#ADCDEB rengi CMYK tonu (26,13,0,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 12.77%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(26,13,0,8)
C26M13Y0K8 
(26%,13%,0%,8%)
(0.26/0.13/0.00/0.08)	

CMYK yüzdeleri

%26.38
%12.77
%0
%7.84

Codes

Color #ADCDEB in popluar color models

ADCDEB
RGB173205235
HSL209°60.78%80.00%
HSB/HSV209°26.38%92.16%
CMYK26.38%12.77%0.00%
7.84%

Color #ADCDEB in popluar number systems.

HEXADCDEB
Decimal173205235
Binary101011011100110111101011
Octal255315353

Shades and tints

Shades of #ADCDEB

#ADCDEB
(173,205,235)
#9EBBD6
(158,187,214)
#8FA9C1
(143,169,193)
#8097AC
(128,151,172)
#718597
(113,133,151)
#627382
(98,115,130)
#53616D
(83,97,109)
#444F58
(68,79,88)
#353D43
(53,61,67)
#262B2E
(38,43,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADCDEB

#ADCDEB
(173,205,235)
#B4D1EC
(180,209,236)
#BBD5ED
(187,213,237)
#C2D9EE
(194,217,238)
#C9DDEF
(201,221,239)
#D0E1F0
(208,225,240)
#D7E5F1
(215,229,241)
#DEE9F2
(222,233,242)
#E5EDF3
(229,237,243)
#ECF1F4
(236,241,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDEB; }

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

This text font color is #ADCDEB.


Background Color

.myBgColor { background-color: #ADCDEB; }

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

This div background color is #ADCDEB.


Border color

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

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

This div border color is #ADCDEB.


Opacity

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

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

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

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

This text has shadow with #ADCDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDEB on black background.


Color preview on white background

This text has color #ADCDEB on white background.



Black color preview on #ADCDEB background

This text has black color on #ADCDEB background.


White color preview on #ADCDEB background

This text has white color on #ADCDEB background.