COLOR #ADC9E0

HEX: #ADC9E0
RGB: (173,201,224)

Renk bilgisi

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

RGB renk modeli

#ADC9E0 color RGB value is (173,201,224).

  • kırmız ton 173;
  • yeşil ton 201;
  • mavi ton 224.
RGB:
(173,201,224)
(68%,79%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 201 of 255 = 79%
B 224 of 255 = 88%

173
201
224

R + G + B ~ 78%. #ADC9E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 201 + 224 = 598 (100%)
R 173 of 598 ~ 28.93%
G 201 of 598 ~ 33.61%
B 224 of 598 ~ 37.46%

%28.93
%33.61
%37.46

CMYK RENK MODELİ

#ADC9E0 rengi CMYK tonu (23,10,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 10.27%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,10,0,12)
C23M10Y0K12 
(23%,10%,0%,12%)
(0.23/0.10/0.00/0.12)	

CMYK yüzdeleri

%22.77
%10.27
%0
%12.16

Codes

Color #ADC9E0 in popluar color models

ADC9E0
RGB173201224
HSL207°45.13%77.84%
HSB/HSV207°22.77%87.84%
CMYK22.77%10.27%0.00%
12.16%

Color #ADC9E0 in popluar number systems.

HEXADC9E0
Decimal173201224
Binary101011011100100111100000
Octal255311340

Shades and tints

Shades of #ADC9E0

#ADC9E0
(173,201,224)
#9EB7CC
(158,183,204)
#8FA5B8
(143,165,184)
#8093A4
(128,147,164)
#718190
(113,129,144)
#626F7C
(98,111,124)
#535D68
(83,93,104)
#444B54
(68,75,84)
#353940
(53,57,64)
#26272C
(38,39,44)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADC9E0

#ADC9E0
(173,201,224)
#B4CDE2
(180,205,226)
#BBD1E4
(187,209,228)
#C2D5E6
(194,213,230)
#C9D9E8
(201,217,232)
#D0DDEA
(208,221,234)
#D7E1EC
(215,225,236)
#DEE5EE
(222,229,238)
#E5E9F0
(229,233,240)
#ECEDF2
(236,237,242)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9E0 color. Also use rgb(173,201,224) instead hex code.

Text Font Color

.myTextColor { color: #ADC9E0; }

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

This text font color is #ADC9E0.


Background Color

.myBgColor { background-color: #ADC9E0; }

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

This div background color is #ADC9E0.


Border color

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

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

This div border color is #ADC9E0.


Opacity

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

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

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

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

This text has shadow with #ADC9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9E0 on black background.


Color preview on white background

This text has color #ADC9E0 on white background.



Black color preview on #ADC9E0 background

This text has black color on #ADC9E0 background.


White color preview on #ADC9E0 background

This text has white color on #ADC9E0 background.