COLOR #ADD0D3

HEX: #ADD0D3
RGB: (173,208,211)

Renk bilgisi

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

RGB renk modeli

#ADD0D3 color RGB value is (173,208,211).

  • kırmız ton 173;
  • yeşil ton 208;
  • mavi ton 211.
RGB:
(173,208,211)
(68%,82%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 211 of 255 = 83%

173
208
211

R + G + B ~ 78%. #ADD0D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 211 = 592 (100%)
R 173 of 592 ~ 29.22%
G 208 of 592 ~ 35.14%
B 211 of 592 ~ 35.64%

%29.22
%35.14
%35.64

CMYK RENK MODELİ

#ADD0D3 rengi CMYK tonu (18,1,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 1.42%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,1,0,17)
C18M1Y0K17 
(18%,1%,0%,17%)
(0.18/0.01/0.00/0.17)	

CMYK yüzdeleri

%18.01
%1.42
%0
%17.25

Codes

Color #ADD0D3 in popluar color models

ADD0D3
RGB173208211
HSL185°30.16%75.29%
HSB/HSV185°18.01%82.75%
CMYK18.01%1.42%0.00%
17.25%

Color #ADD0D3 in popluar number systems.

HEXADD0D3
Decimal173208211
Binary101011011101000011010011
Octal255320323

Shades and tints

Shades of #ADD0D3

#ADD0D3
(173,208,211)
#9EBEC0
(158,190,192)
#8FACAD
(143,172,173)
#809A9A
(128,154,154)
#718887
(113,136,135)
#627674
(98,118,116)
#536461
(83,100,97)
#44524E
(68,82,78)
#35403B
(53,64,59)
#262E28
(38,46,40)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #ADD0D3

#ADD0D3
(173,208,211)
#B4D4D7
(180,212,215)
#BBD8DB
(187,216,219)
#C2DCDF
(194,220,223)
#C9E0E3
(201,224,227)
#D0E4E7
(208,228,231)
#D7E8EB
(215,232,235)
#DEECEF
(222,236,239)
#E5F0F3
(229,240,243)
#ECF4F7
(236,244,247)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD0D3 color. Also use rgb(173,208,211) instead hex code.

Text Font Color

.myTextColor { color: #ADD0D3; }

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

This text font color is #ADD0D3.


Background Color

.myBgColor { background-color: #ADD0D3; }

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

This div background color is #ADD0D3.


Border color

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

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

This div border color is #ADD0D3.


Opacity

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

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

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

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

This text has shadow with #ADD0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0D3 on black background.


Color preview on white background

This text has color #ADD0D3 on white background.



Black color preview on #ADD0D3 background

This text has black color on #ADD0D3 background.


White color preview on #ADD0D3 background

This text has white color on #ADD0D3 background.