COLOR #ADC0E1

HEX: #ADC0E1
RGB: (173,192,225)

Renk bilgisi

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

RGB renk modeli

#ADC0E1 color RGB value is (173,192,225).

  • kırmız ton 173;
  • yeşil ton 192;
  • mavi ton 225.
RGB:
(173,192,225)
(68%,75%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 225 of 255 = 88%

173
192
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 225 = 590 (100%)
R 173 of 590 ~ 29.32%
G 192 of 590 ~ 32.54%
B 225 of 590 ~ 38.14%

%29.32
%32.54
%38.14

CMYK RENK MODELİ

#ADC0E1 rengi CMYK tonu (23,15,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 14.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,15,0,12)
C23M15Y0K12 
(23%,15%,0%,12%)
(0.23/0.15/0.00/0.12)	

CMYK yüzdeleri

%23.11
%14.67
%0
%11.76

Codes

Color #ADC0E1 in popluar color models

ADC0E1
RGB173192225
HSL218°46.43%78.04%
HSB/HSV218°23.11%88.24%
CMYK23.11%14.67%0.00%
11.76%

Color #ADC0E1 in popluar number systems.

HEXADC0E1
Decimal173192225
Binary101011011100000011100001
Octal255300341

Shades and tints

Shades of #ADC0E1

#ADC0E1
(173,192,225)
#9EAFCD
(158,175,205)
#8F9EB9
(143,158,185)
#808DA5
(128,141,165)
#717C91
(113,124,145)
#626B7D
(98,107,125)
#535A69
(83,90,105)
#444955
(68,73,85)
#353841
(53,56,65)
#26272D
(38,39,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADC0E1

#ADC0E1
(173,192,225)
#B4C5E3
(180,197,227)
#BBCAE5
(187,202,229)
#C2CFE7
(194,207,231)
#C9D4E9
(201,212,233)
#D0D9EB
(208,217,235)
#D7DEED
(215,222,237)
#DEE3EF
(222,227,239)
#E5E8F1
(229,232,241)
#ECEDF3
(236,237,243)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC0E1 color. Also use rgb(173,192,225) instead hex code.

Text Font Color

.myTextColor { color: #ADC0E1; }

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

This text font color is #ADC0E1.


Background Color

.myBgColor { background-color: #ADC0E1; }

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

This div background color is #ADC0E1.


Border color

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

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

This div border color is #ADC0E1.


Opacity

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

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

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

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

This text has shadow with #ADC0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0E1 on black background.


Color preview on white background

This text has color #ADC0E1 on white background.



Black color preview on #ADC0E1 background

This text has black color on #ADC0E1 background.


White color preview on #ADC0E1 background

This text has white color on #ADC0E1 background.