COLOR #ADD4D1

HEX: #ADD4D1
RGB: (173,212,209)

Renk bilgisi

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

RGB renk modeli

#ADD4D1 color RGB value is (173,212,209).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 212 of 255 = 83%
B 209 of 255 = 82%

173
212
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 212 + 209 = 594 (100%)
R 173 of 594 ~ 29.12%
G 212 of 594 ~ 35.69%
B 209 of 594 ~ 35.19%

%29.12
%35.69
%35.19

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.4
%0
%1.42
%16.86

Codes

Color #ADD4D1 in popluar color models

ADD4D1
RGB173212209
HSL175°31.20%75.49%
HSB/HSV175°18.40%83.14%
CMYK18.40%0.00%1.42%
16.86%

Color #ADD4D1 in popluar number systems.

HEXADD4D1
Decimal173212209
Binary101011011101010011010001
Octal255324321

Shades and tints

Shades of #ADD4D1

#ADD4D1
(173,212,209)
#9EC1BE
(158,193,190)
#8FAEAB
(143,174,171)
#809B98
(128,155,152)
#718885
(113,136,133)
#627572
(98,117,114)
#53625F
(83,98,95)
#444F4C
(68,79,76)
#353C39
(53,60,57)
#262926
(38,41,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADD4D1

#ADD4D1
(173,212,209)
#B4D7D5
(180,215,213)
#BBDAD9
(187,218,217)
#C2DDDD
(194,221,221)
#C9E0E1
(201,224,225)
#D0E3E5
(208,227,229)
#D7E6E9
(215,230,233)
#DEE9ED
(222,233,237)
#E5ECF1
(229,236,241)
#ECEFF5
(236,239,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4D1 color. Also use rgb(173,212,209) instead hex code.

Text Font Color

.myTextColor { color: #ADD4D1; }

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

This text font color is #ADD4D1.


Background Color

.myBgColor { background-color: #ADD4D1; }

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

This div background color is #ADD4D1.


Border color

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

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

This div border color is #ADD4D1.


Opacity

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

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

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

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

This text has shadow with #ADD4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4D1 on black background.


Color preview on white background

This text has color #ADD4D1 on white background.



Black color preview on #ADD4D1 background

This text has black color on #ADD4D1 background.


White color preview on #ADD4D1 background

This text has white color on #ADD4D1 background.