COLOR #ADD8DB

HEX: #ADD8DB RGB: (173,216,219)

Renk bilgisi

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

RGB renk modeli

#ADD8DB color RGB value is (173,216,219).

RGB: (173,216,219) (68%, 85%, 86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 216 of 255 = 85%
B 219 of 255 = 86%

173
216
219

R + G + B ~ 80%. #ADD8DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 216 + 219 = 608 (100%)
R 173 of 608 ~ 28.45%
G 216 of 608 ~ 35.53%
B 219 of 608 ~ 36.02'%

%28.45
%35.53
%36.02

CMYK RENK MODELİ

#ADD8DB rengi CMYK tonu (21,1,0,14).

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

CMYK: (21,1,0,14)
C21M1Y0K14 (21%, 1%, 0%, 14%)
(0.21 / 0.01 / 0.00 / 0.14)

CMYK yüzdeleri

%21
%1.37
%0
%14.12

Codes

Color #ADD8DB in popluar color models

AD D8 DB
RGB 173 216 219
HSL 184° 38.98% 76.86%
HSB/HSV 184° 21.00% 85.88%
CMYK 21.00% 1.37% 0.00%
14.12%

Color #ADD8DB in popluar number systems.

HEX AD D8 DB
Decimal 173 216 219
Binary 10101101 11011000 11011011
Octal 255 330 333

Shades and tints

Shades of #ADD8DB

#ADD8DB
(173,216,219)
#9EC5C8
(158,197,200)
#8FB2B5
(143,178,181)
#809FA2
(128,159,162)
#718C8F
(113,140,143)
#62797C
(98,121,124)
#536669
(83,102,105)
#445356
(68,83,86)
#354043
(53,64,67)
#262D30
(38,45,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #ADD8DB

#ADD8DB
(173,216,219)
#B4DBDE
(180,219,222)
#BBDEE1
(187,222,225)
#C2E1E4
(194,225,228)
#C9E4E7
(201,228,231)
#D0E7EA
(208,231,234)
#D7EAED
(215,234,237)
#DEEDF0
(222,237,240)
#E5F0F3
(229,240,243)
#ECF3F6
(236,243,246)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8DB; }

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

This text font color is #ADD8DB.

Background Color

.myBgColor { background-color: #ADD8DB; }

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

This div background color is #ADD8DB.

Border color

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

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

This div border color is #ADD8DB.

Opacity

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

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

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

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

This text has shadow with #ADD8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8DB.

Preview

Color preview on black background

This text has color #ADD8DB on black background.


Color preview on white background

This text has color #ADD8DB on white background.


Black color preview on #ADD8DB background

This text has black color on #ADD8DB background.


White color preview on #ADD8DB background

This text has white color on #ADD8DB background.


Related colors

Complementary color

Complementary color for #hex is #522724.


I love getcolorcode.com

Triadic colors

1 #DBADD8 and #D8DBAD with #ADD8DB are triadic colors.

2 #DBD8AD and #D8ADDB with #ADD8DB are triadic colors.