COLOR #ADD7D7

HEX: #ADD7D7
RGB: (173,215,215)

Renk bilgisi

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

RGB renk modeli

#ADD7D7 color RGB value is (173,215,215).

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

RGB bağlantıları ve doygunluk

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

173
215
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 215 = 603 (100%)
R 173 of 603 ~ 28.69%
G 215 of 603 ~ 35.66%
B 215 of 603 ~ 35.66%

%28.69
%35.66
%35.66

CMYK RENK MODELİ

#ADD7D7 rengi CMYK tonu (20,0,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,0,0,16)
C20M0Y0K16 
(20%,0%,0%,16%)
(0.20/0.00/0.00/0.16)	

CMYK yüzdeleri

%19.53
%0
%0
%15.69

Codes

Color #ADD7D7 in popluar color models

ADD7D7
RGB173215215
HSL180°34.43%76.08%
HSB/HSV180°19.53%84.31%
CMYK19.53%0.00%0.00%
15.69%

Color #ADD7D7 in popluar number systems.

HEXADD7D7
Decimal173215215
Binary101011011101011111010111
Octal255327327

Shades and tints

Shades of #ADD7D7

#ADD7D7
(173,215,215)
#9EC4C4
(158,196,196)
#8FB1B1
(143,177,177)
#809E9E
(128,158,158)
#718B8B
(113,139,139)
#627878
(98,120,120)
#536565
(83,101,101)
#445252
(68,82,82)
#353F3F
(53,63,63)
#262C2C
(38,44,44)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADD7D7

#ADD7D7
(173,215,215)
#B4DADA
(180,218,218)
#BBDDDD
(187,221,221)
#C2E0E0
(194,224,224)
#C9E3E3
(201,227,227)
#D0E6E6
(208,230,230)
#D7E9E9
(215,233,233)
#DEECEC
(222,236,236)
#E5EFEF
(229,239,239)
#ECF2F2
(236,242,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7D7; }

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

This text font color is #ADD7D7.


Background Color

.myBgColor { background-color: #ADD7D7; }

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

This div background color is #ADD7D7.


Border color

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

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

This div border color is #ADD7D7.


Opacity

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

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

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

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

This text has shadow with #ADD7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7D7 on black background.


Color preview on white background

This text has color #ADD7D7 on white background.



Black color preview on #ADD7D7 background

This text has black color on #ADD7D7 background.


White color preview on #ADD7D7 background

This text has white color on #ADD7D7 background.