COLOR #ADC7E0

HEX: #ADC7E0
RGB: (173,199,224)

Renk bilgisi

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

RGB renk modeli

#ADC7E0 color RGB value is (173,199,224).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 224 of 255 = 88%

173
199
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 224 = 596 (100%)
R 173 of 596 ~ 29.03%
G 199 of 596 ~ 33.39%
B 224 of 596 ~ 37.58%

%29.03
%33.39
%37.58

CMYK RENK MODELİ

#ADC7E0 rengi CMYK tonu (23,11,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 11.16%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,11,0,12)
C23M11Y0K12 
(23%,11%,0%,12%)
(0.23/0.11/0.00/0.12)	

CMYK yüzdeleri

%22.77
%11.16
%0
%12.16

Codes

Color #ADC7E0 in popluar color models

ADC7E0
RGB173199224
HSL209°45.13%77.84%
HSB/HSV209°22.77%87.84%
CMYK22.77%11.16%0.00%
12.16%

Color #ADC7E0 in popluar number systems.

HEXADC7E0
Decimal173199224
Binary101011011100011111100000
Octal255307340

Shades and tints

Shades of #ADC7E0

#ADC7E0
(173,199,224)
#9EB5CC
(158,181,204)
#8FA3B8
(143,163,184)
#8091A4
(128,145,164)
#717F90
(113,127,144)
#626D7C
(98,109,124)
#535B68
(83,91,104)
#444954
(68,73,84)
#353740
(53,55,64)
#26252C
(38,37,44)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADC7E0

#ADC7E0
(173,199,224)
#B4CCE2
(180,204,226)
#BBD1E4
(187,209,228)
#C2D6E6
(194,214,230)
#C9DBE8
(201,219,232)
#D0E0EA
(208,224,234)
#D7E5EC
(215,229,236)
#DEEAEE
(222,234,238)
#E5EFF0
(229,239,240)
#ECF4F2
(236,244,242)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC7E0; }

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

This text font color is #ADC7E0.


Background Color

.myBgColor { background-color: #ADC7E0; }

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

This div background color is #ADC7E0.


Border color

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

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

This div border color is #ADC7E0.


Opacity

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

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

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

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

This text has shadow with #ADC7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7E0 on black background.


Color preview on white background

This text has color #ADC7E0 on white background.



Black color preview on #ADC7E0 background

This text has black color on #ADC7E0 background.


White color preview on #ADC7E0 background

This text has white color on #ADC7E0 background.