COLOR #ADCAE4

HEX: #ADCAE4
RGB: (173,202,228)

Renk bilgisi

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

RGB renk modeli

#ADCAE4 color RGB value is (173,202,228).

  • kırmız ton 173;
  • yeşil ton 202;
  • mavi ton 228.
RGB:
(173,202,228)
(68%,79%,89%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 202 of 255 = 79%
B 228 of 255 = 89%

173
202
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 202 + 228 = 603 (100%)
R 173 of 603 ~ 28.69%
G 202 of 603 ~ 33.5%
B 228 of 603 ~ 37.81%

%28.69
%33.5
%37.81

CMYK RENK MODELİ

#ADCAE4 rengi CMYK tonu (24,11,0,11).

  • camgöbeği tonu 24.12%
  • eflatun tonu 11.40%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(24,11,0,11)
C24M11Y0K11 
(24%,11%,0%,11%)
(0.24/0.11/0.00/0.11)	

CMYK yüzdeleri

%24.12
%11.4
%0
%10.59

Codes

Color #ADCAE4 in popluar color models

ADCAE4
RGB173202228
HSL208°50.46%78.63%
HSB/HSV208°24.12%89.41%
CMYK24.12%11.40%0.00%
10.59%

Color #ADCAE4 in popluar number systems.

HEXADCAE4
Decimal173202228
Binary101011011100101011100100
Octal255312344

Shades and tints

Shades of #ADCAE4

#ADCAE4
(173,202,228)
#9EB8D0
(158,184,208)
#8FA6BC
(143,166,188)
#8094A8
(128,148,168)
#718294
(113,130,148)
#627080
(98,112,128)
#535E6C
(83,94,108)
#444C58
(68,76,88)
#353A44
(53,58,68)
#262830
(38,40,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #ADCAE4

#ADCAE4
(173,202,228)
#B4CEE6
(180,206,230)
#BBD2E8
(187,210,232)
#C2D6EA
(194,214,234)
#C9DAEC
(201,218,236)
#D0DEEE
(208,222,238)
#D7E2F0
(215,226,240)
#DEE6F2
(222,230,242)
#E5EAF4
(229,234,244)
#ECEEF6
(236,238,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCAE4 color. Also use rgb(173,202,228) instead hex code.

Text Font Color

.myTextColor { color: #ADCAE4; }

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

This text font color is #ADCAE4.


Background Color

.myBgColor { background-color: #ADCAE4; }

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

This div background color is #ADCAE4.


Border color

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

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

This div border color is #ADCAE4.


Opacity

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

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

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

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

This text has shadow with #ADCAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCAE4 on black background.


Color preview on white background

This text has color #ADCAE4 on white background.



Black color preview on #ADCAE4 background

This text has black color on #ADCAE4 background.


White color preview on #ADCAE4 background

This text has white color on #ADCAE4 background.