COLOR #ADD3EC

HEX: #ADD3EC
RGB: (173,211,236)

Renk bilgisi

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

RGB renk modeli

#ADD3EC color RGB value is (173,211,236).

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

RGB bağlantıları ve doygunluk

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

173
211
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 236 = 620 (100%)
R 173 of 620 ~ 27.9%
G 211 of 620 ~ 34.03%
B 236 of 620 ~ 38.06%

%27.9
%34.03
%38.06

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%26.69
%10.59
%0
%7.45

Codes

Color #ADD3EC in popluar color models

ADD3EC
RGB173211236
HSL204°62.38%80.20%
HSB/HSV204°26.69%92.55%
CMYK26.69%10.59%0.00%
7.45%

Color #ADD3EC in popluar number systems.

HEXADD3EC
Decimal173211236
Binary101011011101001111101100
Octal255323354

Shades and tints

Shades of #ADD3EC

#ADD3EC
(173,211,236)
#9EC0D7
(158,192,215)
#8FADC2
(143,173,194)
#809AAD
(128,154,173)
#718798
(113,135,152)
#627483
(98,116,131)
#53616E
(83,97,110)
#444E59
(68,78,89)
#353B44
(53,59,68)
#26282F
(38,40,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADD3EC

#ADD3EC
(173,211,236)
#B4D7ED
(180,215,237)
#BBDBEE
(187,219,238)
#C2DFEF
(194,223,239)
#C9E3F0
(201,227,240)
#D0E7F1
(208,231,241)
#D7EBF2
(215,235,242)
#DEEFF3
(222,239,243)
#E5F3F4
(229,243,244)
#ECF7F5
(236,247,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3EC; }

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

This text font color is #ADD3EC.


Background Color

.myBgColor { background-color: #ADD3EC; }

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

This div background color is #ADD3EC.


Border color

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

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

This div border color is #ADD3EC.


Opacity

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

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

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

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

This text has shadow with #ADD3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3EC on black background.


Color preview on white background

This text has color #ADD3EC on white background.



Black color preview on #ADD3EC background

This text has black color on #ADD3EC background.


White color preview on #ADD3EC background

This text has white color on #ADD3EC background.