COLOR #ADD3C1

HEX: #ADD3C1 RGB: (173,211,193)

Renk bilgisi

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

RGB renk modeli

#ADD3C1 color RGB value is (173,211,193).

RGB: (173,211,193) (68%, 83%, 76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 193 of 255 = 76%

173
211
193

R + G + B ~ 76%. #ADD3C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 211 + 193 = 577 (100%)
R 173 of 577 ~ 29.98%
G 211 of 577 ~ 36.57%
B 193 of 577 ~ 33.45'%

%29.98
%36.57
%33.45

CMYK RENK MODELİ

#ADD3C1 rengi CMYK tonu (18,0,9,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 8.53%
  • ana renk tonu 17.25%

CMYK: (18,0,9,17)
C18M0Y9K17 (18%, 0%, 9%, 17%)
(0.18 / 0.00 / 0.09 / 0.17)

CMYK yüzdeleri

%18.01
%0
%8.53
%17.25

Codes

Color #ADD3C1 in popluar color models

AD D3 C1
RGB 173 211 193
HSL 152° 30.16% 75.29%
HSB/HSV 152° 18.01% 82.75%
CMYK 18.01% 0.00% 8.53%
17.25%

Color #ADD3C1 in popluar number systems.

HEX AD D3 C1
Decimal 173 211 193
Binary 10101101 11010011 11000001
Octal 255 323 301

Shades and tints

Shades of #ADD3C1

#ADD3C1
(173,211,193)
#9EC0B0
(158,192,176)
#8FAD9F
(143,173,159)
#809A8E
(128,154,142)
#71877D
(113,135,125)
#62746C
(98,116,108)
#53615B
(83,97,91)
#444E4A
(68,78,74)
#353B39
(53,59,57)
#262828
(38,40,40)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADD3C1

#ADD3C1
(173,211,193)
#B4D7C6
(180,215,198)
#BBDBCB
(187,219,203)
#C2DFD0
(194,223,208)
#C9E3D5
(201,227,213)
#D0E7DA
(208,231,218)
#D7EBDF
(215,235,223)
#DEEFE4
(222,239,228)
#E5F3E9
(229,243,233)
#ECF7EE
(236,247,238)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3C1; }

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

This text font color is #ADD3C1.

Background Color

.myBgColor { background-color: #ADD3C1; }

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

This div background color is #ADD3C1.

Border color

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

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

This div border color is #ADD3C1.

Opacity

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

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

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

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

This text has shadow with #ADD3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3C1.

Preview

Color preview on black background

This text has color #ADD3C1 on black background.


Color preview on white background

This text has color #ADD3C1 on white background.


Black color preview on #ADD3C1 background

This text has black color on #ADD3C1 background.


White color preview on #ADD3C1 background

This text has white color on #ADD3C1 background.


Related colors

Complementary color

Complementary color for #hex is #522C3E.


I love getcolorcode.com

Triadic colors

1 #C1ADD3 and #D3C1AD with #ADD3C1 are triadic colors.

2 #C1D3AD and #D3ADC1 with #ADD3C1 are triadic colors.