COLOR #ADCCE5

HEX: #ADCCE5
RGB: (173,204,229)

Renk bilgisi

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

RGB renk modeli

#ADCCE5 color RGB value is (173,204,229).

  • kırmız ton 173;
  • yeşil ton 204;
  • mavi ton 229.
RGB:
(173,204,229)
(68%,80%,90%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 229 of 255 = 90%

173
204
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 229 = 606 (100%)
R 173 of 606 ~ 28.55%
G 204 of 606 ~ 33.66%
B 229 of 606 ~ 37.79%

%28.55
%33.66
%37.79

CMYK RENK MODELİ

#ADCCE5 rengi CMYK tonu (24,11,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 10.92%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,11,0,10)
C24M11Y0K10 
(24%,11%,0%,10%)
(0.24/0.11/0.00/0.10)	

CMYK yüzdeleri

%24.45
%10.92
%0
%10.2

Codes

Color #ADCCE5 in popluar color models

ADCCE5
RGB173204229
HSL207°51.85%78.82%
HSB/HSV207°24.45%89.80%
CMYK24.45%10.92%0.00%
10.20%

Color #ADCCE5 in popluar number systems.

HEXADCCE5
Decimal173204229
Binary101011011100110011100101
Octal255314345

Shades and tints

Shades of #ADCCE5

#ADCCE5
(173,204,229)
#9EBAD1
(158,186,209)
#8FA8BD
(143,168,189)
#8096A9
(128,150,169)
#718495
(113,132,149)
#627281
(98,114,129)
#53606D
(83,96,109)
#444E59
(68,78,89)
#353C45
(53,60,69)
#262A31
(38,42,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #ADCCE5

#ADCCE5
(173,204,229)
#B4D0E7
(180,208,231)
#BBD4E9
(187,212,233)
#C2D8EB
(194,216,235)
#C9DCED
(201,220,237)
#D0E0EF
(208,224,239)
#D7E4F1
(215,228,241)
#DEE8F3
(222,232,243)
#E5ECF5
(229,236,245)
#ECF0F7
(236,240,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCE5 color. Also use rgb(173,204,229) instead hex code.

Text Font Color

.myTextColor { color: #ADCCE5; }

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

This text font color is #ADCCE5.


Background Color

.myBgColor { background-color: #ADCCE5; }

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

This div background color is #ADCCE5.


Border color

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

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

This div border color is #ADCCE5.


Opacity

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

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

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

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

This text has shadow with #ADCCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCE5 on black background.


Color preview on white background

This text has color #ADCCE5 on white background.



Black color preview on #ADCCE5 background

This text has black color on #ADCCE5 background.


White color preview on #ADCCE5 background

This text has white color on #ADCCE5 background.