COLOR #ADD0C0

HEX: #ADD0C0 RGB: (173,208,192)

Renk bilgisi

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

RGB renk modeli

#ADD0C0 color RGB value is (173,208,192).

RGB: (173,208,192) (68%, 82%, 75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 192 of 255 = 75%

173
208
192

R + G + B ~ 75%. #ADD0C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 208 + 192 = 573 (100%)
R 173 of 573 ~ 30.19%
G 208 of 573 ~ 36.3%
B 192 of 573 ~ 33.51'%

%30.19
%36.3
%33.51

CMYK RENK MODELİ

#ADD0C0 rengi CMYK tonu (17,0,8,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 0.00%
  • sarı tonu 7.69%
  • ana renk tonu 18.43%

CMYK: (17,0,8,18)
C17M0Y8K18 (17%, 0%, 8%, 18%)
(0.17 / 0.00 / 0.08 / 0.18)

CMYK yüzdeleri

%16.83
%0
%7.69
%18.43

Codes

Color #ADD0C0 in popluar color models

AD D0 C0
RGB 173 208 192
HSL 153° 27.13% 74.71%
HSB/HSV 153° 16.83% 81.57%
CMYK 16.83% 0.00% 7.69%
18.43%

Color #ADD0C0 in popluar number systems.

HEX AD D0 C0
Decimal 173 208 192
Binary 10101101 11010000 11000000
Octal 255 320 300

Shades and tints

Shades of #ADD0C0

#ADD0C0
(173,208,192)
#9EBEAF
(158,190,175)
#8FAC9E
(143,172,158)
#809A8D
(128,154,141)
#71887C
(113,136,124)
#62766B
(98,118,107)
#53645A
(83,100,90)
#445249
(68,82,73)
#354038
(53,64,56)
#262E27
(38,46,39)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADD0C0

#ADD0C0
(173,208,192)
#B4D4C5
(180,212,197)
#BBD8CA
(187,216,202)
#C2DCCF
(194,220,207)
#C9E0D4
(201,224,212)
#D0E4D9
(208,228,217)
#D7E8DE
(215,232,222)
#DEECE3
(222,236,227)
#E5F0E8
(229,240,232)
#ECF4ED
(236,244,237)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0C0; }

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

This text font color is #ADD0C0.

Background Color

.myBgColor { background-color: #ADD0C0; }

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

This div background color is #ADD0C0.

Border color

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

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

This div border color is #ADD0C0.

Opacity

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

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

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

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

This text has shadow with #ADD0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD0C0.

Preview

Color preview on black background

This text has color #ADD0C0 on black background.


Color preview on white background

This text has color #ADD0C0 on white background.


Black color preview on #ADD0C0 background

This text has black color on #ADD0C0 background.


White color preview on #ADD0C0 background

This text has white color on #ADD0C0 background.


Related colors

Complementary color

Complementary color for #hex is #522F3F.


I love getcolorcode.com

Triadic colors

1 #C0ADD0 and #D0C0AD with #ADD0C0 are triadic colors.

2 #C0D0AD and #D0ADC0 with #ADD0C0 are triadic colors.