COLOR #ADC5E8

HEX: #ADC5E8
RGB: (173,197,232)

Renk bilgisi

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

RGB renk modeli

#ADC5E8 color RGB value is (173,197,232).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 197 of 255 = 77%
B 232 of 255 = 91%

173
197
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 197 + 232 = 602 (100%)
R 173 of 602 ~ 28.74%
G 197 of 602 ~ 32.72%
B 232 of 602 ~ 38.54%

%28.74
%32.72
%38.54

CMYK RENK MODELİ

#ADC5E8 rengi CMYK tonu (25,15,0,9).

  • camgöbeği tonu 25.43%
  • eflatun tonu 15.09%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(25,15,0,9)
C25M15Y0K9 
(25%,15%,0%,9%)
(0.25/0.15/0.00/0.09)	

CMYK yüzdeleri

%25.43
%15.09
%0
%9.02

Codes

Color #ADC5E8 in popluar color models

ADC5E8
RGB173197232
HSL216°56.19%79.41%
HSB/HSV216°25.43%90.98%
CMYK25.43%15.09%0.00%
9.02%

Color #ADC5E8 in popluar number systems.

HEXADC5E8
Decimal173197232
Binary101011011100010111101000
Octal255305350

Shades and tints

Shades of #ADC5E8

#ADC5E8
(173,197,232)
#9EB4D3
(158,180,211)
#8FA3BE
(143,163,190)
#8092A9
(128,146,169)
#718194
(113,129,148)
#62707F
(98,112,127)
#535F6A
(83,95,106)
#444E55
(68,78,85)
#353D40
(53,61,64)
#262C2B
(38,44,43)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADC5E8

#ADC5E8
(173,197,232)
#B4CAEA
(180,202,234)
#BBCFEC
(187,207,236)
#C2D4EE
(194,212,238)
#C9D9F0
(201,217,240)
#D0DEF2
(208,222,242)
#D7E3F4
(215,227,244)
#DEE8F6
(222,232,246)
#E5EDF8
(229,237,248)
#ECF2FA
(236,242,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5E8; }

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

This text font color is #ADC5E8.


Background Color

.myBgColor { background-color: #ADC5E8; }

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

This div background color is #ADC5E8.


Border color

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

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

This div border color is #ADC5E8.


Opacity

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

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

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

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

This text has shadow with #ADC5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5E8 on black background.


Color preview on white background

This text has color #ADC5E8 on white background.



Black color preview on #ADC5E8 background

This text has black color on #ADC5E8 background.


White color preview on #ADC5E8 background

This text has white color on #ADC5E8 background.