COLOR #ADD2DB

HEX: #ADD2DB RGB: (173,210,219)

Renk bilgisi

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

RGB renk modeli

#ADD2DB color RGB value is (173,210,219).

RGB: (173,210,219) (68%, 82%, 86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 219 of 255 = 86%

173
210
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 210 + 219 = 602 (100%)
R 173 of 602 ~ 28.74%
G 210 of 602 ~ 34.88%
B 219 of 602 ~ 36.38'%

%28.74
%34.88
%36.38

CMYK RENK MODELİ

#ADD2DB rengi CMYK tonu (21,4,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 4.11%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (21,4,0,14)
C21M4Y0K14 (21%, 4%, 0%, 14%)
(0.21 / 0.04 / 0.00 / 0.14)

CMYK yüzdeleri

%21
%4.11
%0
%14.12

Codes

Color #ADD2DB in popluar color models

AD D2 DB
RGB 173 210 219
HSL 192° 38.98% 76.86%
HSB/HSV 192° 21.00% 85.88%
CMYK 21.00% 4.11% 0.00%
14.12%

Color #ADD2DB in popluar number systems.

HEX AD D2 DB
Decimal 173 210 219
Binary 10101101 11010010 11011011
Octal 255 322 333

Shades and tints

Shades of #ADD2DB

#ADD2DB
(173,210,219)
#9EBFC8
(158,191,200)
#8FACB5
(143,172,181)
#8099A2
(128,153,162)
#71868F
(113,134,143)
#62737C
(98,115,124)
#536069
(83,96,105)
#444D56
(68,77,86)
#353A43
(53,58,67)
#262730
(38,39,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #ADD2DB

#ADD2DB
(173,210,219)
#B4D6DE
(180,214,222)
#BBDAE1
(187,218,225)
#C2DEE4
(194,222,228)
#C9E2E7
(201,226,231)
#D0E6EA
(208,230,234)
#D7EAED
(215,234,237)
#DEEEF0
(222,238,240)
#E5F2F3
(229,242,243)
#ECF6F6
(236,246,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2DB; }

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

This text font color is #ADD2DB.

Background Color

.myBgColor { background-color: #ADD2DB; }

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

This div background color is #ADD2DB.

Border color

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

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

This div border color is #ADD2DB.

Opacity

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

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

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

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

This text has shadow with #ADD2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2DB.

Preview

Color preview on black background

This text has color #ADD2DB on black background.


Color preview on white background

This text has color #ADD2DB on white background.


Black color preview on #ADD2DB background

This text has black color on #ADD2DB background.


White color preview on #ADD2DB background

This text has white color on #ADD2DB background.


Related colors

Complementary color

Complementary color for #hex is #522D24.


I love getcolorcode.com

Triadic colors

1 #DBADD2 and #D2DBAD with #ADD2DB are triadic colors.

2 #DBD2AD and #D2ADDB with #ADD2DB are triadic colors.