COLOR #ADD2E1

HEX: #ADD2E1 RGB: (173,210,225)

Renk bilgisi

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

RGB renk modeli

#ADD2E1 color RGB value is (173,210,225).

RGB: (173,210,225) (68%, 82%, 88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 225 of 255 = 88%

173
210
225

R + G + B ~ 79%. #ADD2E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 210 + 225 = 608 (100%)
R 173 of 608 ~ 28.45%
G 210 of 608 ~ 34.54%
B 225 of 608 ~ 37.01'%

%28.45
%34.54
%37.01

CMYK RENK MODELİ

#ADD2E1 rengi CMYK tonu (23,7,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 6.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%

CMYK: (23,7,0,12)
C23M7Y0K12 (23%, 7%, 0%, 12%)
(0.23 / 0.07 / 0.00 / 0.12)

CMYK yüzdeleri

%23.11
%6.67
%0
%11.76

Codes

Color #ADD2E1 in popluar color models

AD D2 E1
RGB 173 210 225
HSL 197° 46.43% 78.04%
HSB/HSV 197° 23.11% 88.24%
CMYK 23.11% 6.67% 0.00%
11.76%

Color #ADD2E1 in popluar number systems.

HEX AD D2 E1
Decimal 173 210 225
Binary 10101101 11010010 11100001
Octal 255 322 341

Shades and tints

Shades of #ADD2E1

#ADD2E1
(173,210,225)
#9EBFCD
(158,191,205)
#8FACB9
(143,172,185)
#8099A5
(128,153,165)
#718691
(113,134,145)
#62737D
(98,115,125)
#536069
(83,96,105)
#444D55
(68,77,85)
#353A41
(53,58,65)
#26272D
(38,39,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADD2E1

#ADD2E1
(173,210,225)
#B4D6E3
(180,214,227)
#BBDAE5
(187,218,229)
#C2DEE7
(194,222,231)
#C9E2E9
(201,226,233)
#D0E6EB
(208,230,235)
#D7EAED
(215,234,237)
#DEEEEF
(222,238,239)
#E5F2F1
(229,242,241)
#ECF6F3
(236,246,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2E1; }

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

This text font color is #ADD2E1.

Background Color

.myBgColor { background-color: #ADD2E1; }

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

This div background color is #ADD2E1.

Border color

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

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

This div border color is #ADD2E1.

Opacity

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

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

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

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

This text has shadow with #ADD2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2E1.

Preview

Color preview on black background

This text has color #ADD2E1 on black background.


Color preview on white background

This text has color #ADD2E1 on white background.


Black color preview on #ADD2E1 background

This text has black color on #ADD2E1 background.


White color preview on #ADD2E1 background

This text has white color on #ADD2E1 background.


Related colors

Complementary color

Complementary color for #hex is #522D1E.


I love getcolorcode.com

Triadic colors

1 #E1ADD2 and #D2E1AD with #ADD2E1 are triadic colors.

2 #E1D2AD and #D2ADE1 with #ADD2E1 are triadic colors.