COLOR #ADD3E5

HEX: #ADD3E5
RGB: (173,211,229)

Renk bilgisi

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

RGB renk modeli

#ADD3E5 color RGB value is (173,211,229).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 229 of 255 = 90%

173
211
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 229 = 613 (100%)
R 173 of 613 ~ 28.22%
G 211 of 613 ~ 34.42%
B 229 of 613 ~ 37.36%

%28.22
%34.42
%37.36

CMYK RENK MODELİ

#ADD3E5 rengi CMYK tonu (24,8,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 7.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,8,0,10)
C24M8Y0K10 
(24%,8%,0%,10%)
(0.24/0.08/0.00/0.10)	

CMYK yüzdeleri

%24.45
%7.86
%0
%10.2

Codes

Color #ADD3E5 in popluar color models

ADD3E5
RGB173211229
HSL199°51.85%78.82%
HSB/HSV199°24.45%89.80%
CMYK24.45%7.86%0.00%
10.20%

Color #ADD3E5 in popluar number systems.

HEXADD3E5
Decimal173211229
Binary101011011101001111100101
Octal255323345

Shades and tints

Shades of #ADD3E5

#ADD3E5
(173,211,229)
#9EC0D1
(158,192,209)
#8FADBD
(143,173,189)
#809AA9
(128,154,169)
#718795
(113,135,149)
#627481
(98,116,129)
#53616D
(83,97,109)
#444E59
(68,78,89)
#353B45
(53,59,69)
#262831
(38,40,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #ADD3E5

#ADD3E5
(173,211,229)
#B4D7E7
(180,215,231)
#BBDBE9
(187,219,233)
#C2DFEB
(194,223,235)
#C9E3ED
(201,227,237)
#D0E7EF
(208,231,239)
#D7EBF1
(215,235,241)
#DEEFF3
(222,239,243)
#E5F3F5
(229,243,245)
#ECF7F7
(236,247,247)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3E5; }

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

This text font color is #ADD3E5.


Background Color

.myBgColor { background-color: #ADD3E5; }

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

This div background color is #ADD3E5.


Border color

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

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

This div border color is #ADD3E5.


Opacity

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

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

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

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

This text has shadow with #ADD3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3E5 on black background.


Color preview on white background

This text has color #ADD3E5 on white background.



Black color preview on #ADD3E5 background

This text has black color on #ADD3E5 background.


White color preview on #ADD3E5 background

This text has white color on #ADD3E5 background.