COLOR #ADDDE0

HEX: #ADDDE0
RGB: (173,221,224)

Renk bilgisi

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

RGB renk modeli

#ADDDE0 color RGB value is (173,221,224).

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

RGB bağlantıları ve doygunluk

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

173
221
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 224 = 618 (100%)
R 173 of 618 ~ 27.99%
G 221 of 618 ~ 35.76%
B 224 of 618 ~ 36.25%

%27.99
%35.76
%36.25

CMYK RENK MODELİ

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

  • camgöbeği tonu 22.77%
  • eflatun tonu 1.34%
  • 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
%1.34
%0
%12.16

Codes

Color #ADDDE0 in popluar color models

ADDDE0
RGB173221224
HSL184°45.13%77.84%
HSB/HSV184°22.77%87.84%
CMYK22.77%1.34%0.00%
12.16%

Color #ADDDE0 in popluar number systems.

HEXADDDE0
Decimal173221224
Binary101011011101110111100000
Octal255335340

Shades and tints

Shades of #ADDDE0

#ADDDE0
(173,221,224)
#9EC9CC
(158,201,204)
#8FB5B8
(143,181,184)
#80A1A4
(128,161,164)
#718D90
(113,141,144)
#62797C
(98,121,124)
#536568
(83,101,104)
#445154
(68,81,84)
#353D40
(53,61,64)
#26292C
(38,41,44)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADDDE0

#ADDDE0
(173,221,224)
#B4E0E2
(180,224,226)
#BBE3E4
(187,227,228)
#C2E6E6
(194,230,230)
#C9E9E8
(201,233,232)
#D0ECEA
(208,236,234)
#D7EFEC
(215,239,236)
#DEF2EE
(222,242,238)
#E5F5F0
(229,245,240)
#ECF8F2
(236,248,242)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDE0; }

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

This text font color is #ADDDE0.


Background Color

.myBgColor { background-color: #ADDDE0; }

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

This div background color is #ADDDE0.


Border color

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

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

This div border color is #ADDDE0.


Opacity

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

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

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

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

This text has shadow with #ADDDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDE0 on black background.


Color preview on white background

This text has color #ADDDE0 on white background.



Black color preview on #ADDDE0 background

This text has black color on #ADDDE0 background.


White color preview on #ADDDE0 background

This text has white color on #ADDDE0 background.