COLOR #ADDEE0

HEX: #ADDEE0
RGB: (173,222,224)

Renk bilgisi

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

RGB renk modeli

#ADDEE0 color RGB value is (173,222,224).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 222 of 255 = 87%
B 224 of 255 = 88%

173
222
224

R + G + B ~ 81%. #ADDEE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 222 + 224 = 619 (100%)
R 173 of 619 ~ 27.95%
G 222 of 619 ~ 35.86%
B 224 of 619 ~ 36.19%

%27.95
%35.86
%36.19

CMYK RENK MODELİ

#ADDEE0 rengi CMYK tonu (23,1,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 0.89%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,1,0,12)
C23M1Y0K12 
(23%,1%,0%,12%)
(0.23/0.01/0.00/0.12)	

CMYK yüzdeleri

%22.77
%0.89
%0
%12.16

Codes

Color #ADDEE0 in popluar color models

ADDEE0
RGB173222224
HSL182°45.13%77.84%
HSB/HSV182°22.77%87.84%
CMYK22.77%0.89%0.00%
12.16%

Color #ADDEE0 in popluar number systems.

HEXADDEE0
Decimal173222224
Binary101011011101111011100000
Octal255336340

Shades and tints

Shades of #ADDEE0

#ADDEE0
(173,222,224)
#9ECACC
(158,202,204)
#8FB6B8
(143,182,184)
#80A2A4
(128,162,164)
#718E90
(113,142,144)
#627A7C
(98,122,124)
#536668
(83,102,104)
#445254
(68,82,84)
#353E40
(53,62,64)
#262A2C
(38,42,44)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADDEE0

#ADDEE0
(173,222,224)
#B4E1E2
(180,225,226)
#BBE4E4
(187,228,228)
#C2E7E6
(194,231,230)
#C9EAE8
(201,234,232)
#D0EDEA
(208,237,234)
#D7F0EC
(215,240,236)
#DEF3EE
(222,243,238)
#E5F6F0
(229,246,240)
#ECF9F2
(236,249,242)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDEE0; }

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

This text font color is #ADDEE0.


Background Color

.myBgColor { background-color: #ADDEE0; }

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

This div background color is #ADDEE0.


Border color

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

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

This div border color is #ADDEE0.


Opacity

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

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

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

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

This text has shadow with #ADDEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEE0 on black background.


Color preview on white background

This text has color #ADDEE0 on white background.



Black color preview on #ADDEE0 background

This text has black color on #ADDEE0 background.


White color preview on #ADDEE0 background

This text has white color on #ADDEE0 background.