COLOR #ADD3CD

HEX: #ADD3CD RGB: (173,211,205)

Renk bilgisi

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

RGB renk modeli

#ADD3CD color RGB value is (173,211,205).

RGB: (173,211,205) (68%, 83%, 80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 205 of 255 = 80%

173
211
205

R + G + B ~ 77%. #ADD3CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 211 + 205 = 589 (100%)
R 173 of 589 ~ 29.37%
G 211 of 589 ~ 35.82%
B 205 of 589 ~ 34.8'%

%29.37
%35.82
%34.8

CMYK RENK MODELİ

#ADD3CD rengi CMYK tonu (18,0,3,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 2.84%
  • ana renk tonu 17.25%
CMYK: (18,0,3,17) C18M0Y3K17 (18%,0%,3%,17%) (0.18/0.00/0.03/0.17) 

CMYK yüzdeleri

%18.01
%0
%2.84
%17.25

Codes

Color #ADD3CD in popluar color models

AD D3 CD
RGB 173 211 205
HSL 171° 30.16% 75.29%
HSB/HSV 171° 18.01% 82.75%
CMYK 18.01% 0.00% 2.84%
17.25%

Color #ADD3CD in popluar number systems.

HEX AD D3 CD
Decimal 173 211 205
Binary 10101101 11010011 11001101
Octal 255 323 315

Shades and tints

Shades of #ADD3CD

#ADD3CD
(173,211,205)
#9EC0BB
(158,192,187)
#8FADA9
(143,173,169)
#809A97
(128,154,151)
#718785
(113,135,133)
#627473
(98,116,115)
#536161
(83,97,97)
#444E4F
(68,78,79)
#353B3D
(53,59,61)
#26282B
(38,40,43)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADD3CD

#ADD3CD
(173,211,205)
#B4D7D1
(180,215,209)
#BBDBD5
(187,219,213)
#C2DFD9
(194,223,217)
#C9E3DD
(201,227,221)
#D0E7E1
(208,231,225)
#D7EBE5
(215,235,229)
#DEEFE9
(222,239,233)
#E5F3ED
(229,243,237)
#ECF7F1
(236,247,241)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3CD; }

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

This text font color is #ADD3CD.

Background Color

.myBgColor { background-color: #ADD3CD; }

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

This div background color is #ADD3CD.

Border color

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

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

This div border color is #ADD3CD.

Opacity

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

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

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

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

This text has shadow with #ADD3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3CD.

Preview

Color preview on black background

This text has color #ADD3CD on black background.


Color preview on white background

This text has color #ADD3CD on white background.


Black color preview on #ADD3CD background

This text has black color on #ADD3CD background.


White color preview on #ADD3CD background

This text has white color on #ADD3CD background.


Related colors

Complementary color

Complementary color for #hex is #522C32.


I love getcolorcode.com

Triadic colors

1 #CDADD3 and #D3CDAD with #ADD3CD are triadic colors.

2 #CDD3AD and #D3ADCD with #ADD3CD are triadic colors.