COLOR #ADCDE2

HEX: #ADCDE2
RGB: (173,205,226)

Renk bilgisi

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

RGB renk modeli

#ADCDE2 color RGB value is (173,205,226).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 226 of 255 = 89%

173
205
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 226 = 604 (100%)
R 173 of 604 ~ 28.64%
G 205 of 604 ~ 33.94%
B 226 of 604 ~ 37.42%

%28.64
%33.94
%37.42

CMYK RENK MODELİ

#ADCDE2 rengi CMYK tonu (23,9,0,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 9.29%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(23,9,0,11)
C23M9Y0K11 
(23%,9%,0%,11%)
(0.23/0.09/0.00/0.11)	

CMYK yüzdeleri

%23.45
%9.29
%0
%11.37

Codes

Color #ADCDE2 in popluar color models

ADCDE2
RGB173205226
HSL204°47.75%78.24%
HSB/HSV204°23.45%88.63%
CMYK23.45%9.29%0.00%
11.37%

Color #ADCDE2 in popluar number systems.

HEXADCDE2
Decimal173205226
Binary101011011100110111100010
Octal255315342

Shades and tints

Shades of #ADCDE2

#ADCDE2
(173,205,226)
#9EBBCE
(158,187,206)
#8FA9BA
(143,169,186)
#8097A6
(128,151,166)
#718592
(113,133,146)
#62737E
(98,115,126)
#53616A
(83,97,106)
#444F56
(68,79,86)
#353D42
(53,61,66)
#262B2E
(38,43,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #ADCDE2

#ADCDE2
(173,205,226)
#B4D1E4
(180,209,228)
#BBD5E6
(187,213,230)
#C2D9E8
(194,217,232)
#C9DDEA
(201,221,234)
#D0E1EC
(208,225,236)
#D7E5EE
(215,229,238)
#DEE9F0
(222,233,240)
#E5EDF2
(229,237,242)
#ECF1F4
(236,241,244)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDE2; }

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

This text font color is #ADCDE2.


Background Color

.myBgColor { background-color: #ADCDE2; }

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

This div background color is #ADCDE2.


Border color

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

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

This div border color is #ADCDE2.


Opacity

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

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

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

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

This text has shadow with #ADCDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDE2 on black background.


Color preview on white background

This text has color #ADCDE2 on white background.



Black color preview on #ADCDE2 background

This text has black color on #ADCDE2 background.


White color preview on #ADCDE2 background

This text has white color on #ADCDE2 background.