COLOR #ADD2EC

HEX: #ADD2EC RGB: (173,210,236)

Renk bilgisi

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

RGB renk modeli

#ADD2EC color RGB value is (173,210,236).

RGB: (173,210,236) (68%, 82%, 93%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 236 of 255 = 93%

173
210
236

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 210 + 236 = 619 (100%)
R 173 of 619 ~ 27.95%
G 210 of 619 ~ 33.93%
B 236 of 619 ~ 38.13'%

%27.95
%33.93
%38.13

CMYK RENK MODELİ

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

  • camgöbeği tonu 26.69%
  • eflatun tonu 11.02%
  • 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
%11.02
%0
%7.45

Codes

Color #ADD2EC in popluar color models

AD D2 EC
RGB 173 210 236
HSL 205° 62.38% 80.20%
HSB/HSV 205° 26.69% 92.55%
CMYK 26.69% 11.02% 0.00%
7.45%

Color #ADD2EC in popluar number systems.

HEX AD D2 EC
Decimal 173 210 236
Binary 10101101 11010010 11101100
Octal 255 322 354

Shades and tints

Shades of #ADD2EC

#ADD2EC
(173,210,236)
#9EBFD7
(158,191,215)
#8FACC2
(143,172,194)
#8099AD
(128,153,173)
#718698
(113,134,152)
#627383
(98,115,131)
#53606E
(83,96,110)
#444D59
(68,77,89)
#353A44
(53,58,68)
#26272F
(38,39,47)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADD2EC

#ADD2EC
(173,210,236)
#B4D6ED
(180,214,237)
#BBDAEE
(187,218,238)
#C2DEEF
(194,222,239)
#C9E2F0
(201,226,240)
#D0E6F1
(208,230,241)
#D7EAF2
(215,234,242)
#DEEEF3
(222,238,243)
#E5F2F4
(229,242,244)
#ECF6F5
(236,246,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2EC; }

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

This text font color is #ADD2EC.

Background Color

.myBgColor { background-color: #ADD2EC; }

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

This div background color is #ADD2EC.

Border color

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

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

This div border color is #ADD2EC.

Opacity

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

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

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

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

This text has shadow with #ADD2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2EC.

Preview

Color preview on black background

This text has color #ADD2EC on black background.


Color preview on white background

This text has color #ADD2EC on white background.


Black color preview on #ADD2EC background

This text has black color on #ADD2EC background.


White color preview on #ADD2EC background

This text has white color on #ADD2EC background.


Related colors

Complementary color

Complementary color for #hex is #522D13.


I love getcolorcode.com

Triadic colors

1 #ECADD2 and #D2ECAD with #ADD2EC are triadic colors.

2 #ECD2AD and #D2ADEC with #ADD2EC are triadic colors.