COLOR #ADD7E0

HEX: #ADD7E0
RGB: (173,215,224)

Renk bilgisi

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

RGB renk modeli

#ADD7E0 color RGB value is (173,215,224).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 224 of 255 = 88%

173
215
224

R + G + B ~ 80%. #ADD7E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 224 = 612 (100%)
R 173 of 612 ~ 28.27%
G 215 of 612 ~ 35.13%
B 224 of 612 ~ 36.6%

%28.27
%35.13
%36.6

CMYK RENK MODELİ

#ADD7E0 rengi CMYK tonu (23,4,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 4.02%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,4,0,12)
C23M4Y0K12 
(23%,4%,0%,12%)
(0.23/0.04/0.00/0.12)	

CMYK yüzdeleri

%22.77
%4.02
%0
%12.16

Codes

Color #ADD7E0 in popluar color models

ADD7E0
RGB173215224
HSL191°45.13%77.84%
HSB/HSV191°22.77%87.84%
CMYK22.77%4.02%0.00%
12.16%

Color #ADD7E0 in popluar number systems.

HEXADD7E0
Decimal173215224
Binary101011011101011111100000
Octal255327340

Shades and tints

Shades of #ADD7E0

#ADD7E0
(173,215,224)
#9EC4CC
(158,196,204)
#8FB1B8
(143,177,184)
#809EA4
(128,158,164)
#718B90
(113,139,144)
#62787C
(98,120,124)
#536568
(83,101,104)
#445254
(68,82,84)
#353F40
(53,63,64)
#262C2C
(38,44,44)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADD7E0

#ADD7E0
(173,215,224)
#B4DAE2
(180,218,226)
#BBDDE4
(187,221,228)
#C2E0E6
(194,224,230)
#C9E3E8
(201,227,232)
#D0E6EA
(208,230,234)
#D7E9EC
(215,233,236)
#DEECEE
(222,236,238)
#E5EFF0
(229,239,240)
#ECF2F2
(236,242,242)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7E0; }

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

This text font color is #ADD7E0.


Background Color

.myBgColor { background-color: #ADD7E0; }

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

This div background color is #ADD7E0.


Border color

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

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

This div border color is #ADD7E0.


Opacity

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

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

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

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

This text has shadow with #ADD7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7E0 on black background.


Color preview on white background

This text has color #ADD7E0 on white background.



Black color preview on #ADD7E0 background

This text has black color on #ADD7E0 background.


White color preview on #ADD7E0 background

This text has white color on #ADD7E0 background.