COLOR #ADD7DC

HEX: #ADD7DC RGB: (173,215,220)

Renk bilgisi

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

RGB renk modeli

#ADD7DC color RGB value is (173,215,220).

RGB: (173,215,220) (68%, 84%, 86%)

RGB bağlantıları ve doygunluk

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

173
215
220

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 215 + 220 = 608 (100%)
R 173 of 608 ~ 28.45%
G 215 of 608 ~ 35.36%
B 220 of 608 ~ 36.18'%

%28.45
%35.36
%36.18

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.36%
  • eflatun tonu 2.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%

CMYK: (21,2,0,14)
C21M2Y0K14 (21%, 2%, 0%, 14%)
(0.21 / 0.02 / 0.00 / 0.14)

CMYK yüzdeleri

%21.36
%2.27
%0
%13.73

Codes

Color #ADD7DC in popluar color models

AD D7 DC
RGB 173 215 220
HSL 186° 40.17% 77.06%
HSB/HSV 186° 21.36% 86.27%
CMYK 21.36% 2.27% 0.00%
13.73%

Color #ADD7DC in popluar number systems.

HEX AD D7 DC
Decimal 173 215 220
Binary 10101101 11010111 11011100
Octal 255 327 334

Shades and tints

Shades of #ADD7DC

#ADD7DC
(173,215,220)
#9EC4C8
(158,196,200)
#8FB1B4
(143,177,180)
#809EA0
(128,158,160)
#718B8C
(113,139,140)
#627878
(98,120,120)
#536564
(83,101,100)
#445250
(68,82,80)
#353F3C
(53,63,60)
#262C28
(38,44,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADD7DC

#ADD7DC
(173,215,220)
#B4DADF
(180,218,223)
#BBDDE2
(187,221,226)
#C2E0E5
(194,224,229)
#C9E3E8
(201,227,232)
#D0E6EB
(208,230,235)
#D7E9EE
(215,233,238)
#DEECF1
(222,236,241)
#E5EFF4
(229,239,244)
#ECF2F7
(236,242,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7DC; }

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

This text font color is #ADD7DC.

Background Color

.myBgColor { background-color: #ADD7DC; }

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

This div background color is #ADD7DC.

Border color

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

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

This div border color is #ADD7DC.

Opacity

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

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

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

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

This text has shadow with #ADD7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7DC.

Preview

Color preview on black background

This text has color #ADD7DC on black background.


Color preview on white background

This text has color #ADD7DC on white background.


Black color preview on #ADD7DC background

This text has black color on #ADD7DC background.


White color preview on #ADD7DC background

This text has white color on #ADD7DC background.


Related colors

Complementary color

Complementary color for #hex is #522823.


I love getcolorcode.com

Triadic colors

1 #DCADD7 and #D7DCAD with #ADD7DC are triadic colors.

2 #DCD7AD and #D7ADDC with #ADD7DC are triadic colors.