COLOR #ADD7DB

HEX: #ADD7DB
RGB: (173,215,219)

Renk bilgisi

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

RGB renk modeli

#ADD7DB color RGB value is (173,215,219).

  • kırmız ton 173;
  • yeşil ton 215;
  • mavi ton 219.
RGB:
(173,215,219)
(68%,84%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 219 of 255 = 86%

173
215
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 219 = 607 (100%)
R 173 of 607 ~ 28.5%
G 215 of 607 ~ 35.42%
B 219 of 607 ~ 36.08%

%28.5
%35.42
%36.08

CMYK RENK MODELİ

#ADD7DB rengi CMYK tonu (21,2,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 1.83%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(21,2,0,14)
C21M2Y0K14 
(21%,2%,0%,14%)
(0.21/0.02/0.00/0.14)	

CMYK yüzdeleri

%21
%1.83
%0
%14.12

Codes

Color #ADD7DB in popluar color models

ADD7DB
RGB173215219
HSL185°38.98%76.86%
HSB/HSV185°21.00%85.88%
CMYK21.00%1.83%0.00%
14.12%

Color #ADD7DB in popluar number systems.

HEXADD7DB
Decimal173215219
Binary101011011101011111011011
Octal255327333

Shades and tints

Shades of #ADD7DB

#ADD7DB
(173,215,219)
#9EC4C8
(158,196,200)
#8FB1B5
(143,177,181)
#809EA2
(128,158,162)
#718B8F
(113,139,143)
#62787C
(98,120,124)
#536569
(83,101,105)
#445256
(68,82,86)
#353F43
(53,63,67)
#262C30
(38,44,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #ADD7DB

#ADD7DB
(173,215,219)
#B4DADE
(180,218,222)
#BBDDE1
(187,221,225)
#C2E0E4
(194,224,228)
#C9E3E7
(201,227,231)
#D0E6EA
(208,230,234)
#D7E9ED
(215,233,237)
#DEECF0
(222,236,240)
#E5EFF3
(229,239,243)
#ECF2F6
(236,242,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7DB; }

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

This text font color is #ADD7DB.


Background Color

.myBgColor { background-color: #ADD7DB; }

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

This div background color is #ADD7DB.


Border color

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

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

This div border color is #ADD7DB.


Opacity

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

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

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

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

This text has shadow with #ADD7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7DB on black background.


Color preview on white background

This text has color #ADD7DB on white background.



Black color preview on #ADD7DB background

This text has black color on #ADD7DB background.


White color preview on #ADD7DB background

This text has white color on #ADD7DB background.