COLOR #ADDBD9

HEX: #ADDBD9
RGB: (173,219,217)

Renk bilgisi

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

RGB renk modeli

#ADDBD9 color RGB value is (173,219,217).

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

RGB bağlantıları ve doygunluk

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

173
219
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 219 + 217 = 609 (100%)
R 173 of 609 ~ 28.41%
G 219 of 609 ~ 35.96%
B 217 of 609 ~ 35.63%

%28.41
%35.96
%35.63

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.91%
  • ana renk tonu 14.12%
CMYK:
(21,0,1,14)
C21M0Y1K14 
(21%,0%,1%,14%)
(0.21/0.00/0.01/0.14)	

CMYK yüzdeleri

%21
%0
%0.91
%14.12

Codes

Color #ADDBD9 in popluar color models

ADDBD9
RGB173219217
HSL177°38.98%76.86%
HSB/HSV177°21.00%85.88%
CMYK21.00%0.00%0.91%
14.12%

Color #ADDBD9 in popluar number systems.

HEXADDBD9
Decimal173219217
Binary101011011101101111011001
Octal255333331

Shades and tints

Shades of #ADDBD9

#ADDBD9
(173,219,217)
#9EC8C6
(158,200,198)
#8FB5B3
(143,181,179)
#80A2A0
(128,162,160)
#718F8D
(113,143,141)
#627C7A
(98,124,122)
#536967
(83,105,103)
#445654
(68,86,84)
#354341
(53,67,65)
#26302E
(38,48,46)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #ADDBD9

#ADDBD9
(173,219,217)
#B4DEDC
(180,222,220)
#BBE1DF
(187,225,223)
#C2E4E2
(194,228,226)
#C9E7E5
(201,231,229)
#D0EAE8
(208,234,232)
#D7EDEB
(215,237,235)
#DEF0EE
(222,240,238)
#E5F3F1
(229,243,241)
#ECF6F4
(236,246,244)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBD9; }

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

This text font color is #ADDBD9.


Background Color

.myBgColor { background-color: #ADDBD9; }

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

This div background color is #ADDBD9.


Border color

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

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

This div border color is #ADDBD9.


Opacity

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

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

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

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

This text has shadow with #ADDBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBD9 on black background.


Color preview on white background

This text has color #ADDBD9 on white background.



Black color preview on #ADDBD9 background

This text has black color on #ADDBD9 background.


White color preview on #ADDBD9 background

This text has white color on #ADDBD9 background.