COLOR #ADD3ED

HEX: #ADD3ED
RGB: (173,211,237)

Renk bilgisi

#ADD3ED contains mainly green and blue colors. #ADD3ED ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADD3ED color RGB value is (173,211,237).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 237 of 255 = 93%

173
211
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 237 = 621 (100%)
R 173 of 621 ~ 27.86%
G 211 of 621 ~ 33.98%
B 237 of 621 ~ 38.16%

%27.86
%33.98
%38.16

CMYK RENK MODELİ

#ADD3ED rengi CMYK tonu (27,11,0,7).

  • camgöbeği tonu 27.00%
  • eflatun tonu 10.97%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(27,11,0,7)
C27M11Y0K7 
(27%,11%,0%,7%)
(0.27/0.11/0.00/0.07)	

CMYK yüzdeleri

%27
%10.97
%0
%7.06

Codes

Color #ADD3ED in popluar color models

ADD3ED
RGB173211237
HSL204°64.00%80.39%
HSB/HSV204°27.00%92.94%
CMYK27.00%10.97%0.00%
7.06%

Color #ADD3ED in popluar number systems.

HEXADD3ED
Decimal173211237
Binary101011011101001111101101
Octal255323355

Shades and tints

Shades of #ADD3ED

#ADD3ED
(173,211,237)
#9EC0D8
(158,192,216)
#8FADC3
(143,173,195)
#809AAE
(128,154,174)
#718799
(113,135,153)
#627484
(98,116,132)
#53616F
(83,97,111)
#444E5A
(68,78,90)
#353B45
(53,59,69)
#262830
(38,40,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #ADD3ED

#ADD3ED
(173,211,237)
#B4D7EE
(180,215,238)
#BBDBEF
(187,219,239)
#C2DFF0
(194,223,240)
#C9E3F1
(201,227,241)
#D0E7F2
(208,231,242)
#D7EBF3
(215,235,243)
#DEEFF4
(222,239,244)
#E5F3F5
(229,243,245)
#ECF7F6
(236,247,246)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3ED; }

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

This text font color is #ADD3ED.


Background Color

.myBgColor { background-color: #ADD3ED; }

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

This div background color is #ADD3ED.


Border color

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

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

This div border color is #ADD3ED.


Opacity

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

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

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

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

This text has shadow with #ADD3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3ED on black background.


Color preview on white background

This text has color #ADD3ED on white background.



Black color preview on #ADD3ED background

This text has black color on #ADD3ED background.


White color preview on #ADD3ED background

This text has white color on #ADD3ED background.