COLOR #ADD6CF

HEX: #ADD6CF RGB: (173,214,207)

Renk bilgisi

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

RGB renk modeli

#ADD6CF color RGB value is (173,214,207).

RGB: (173,214,207) (68%, 84%, 81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 207 of 255 = 81%

173
214
207

R + G + B ~ 78%. #ADD6CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 214 + 207 = 594 (100%)
R 173 of 594 ~ 29.12%
G 214 of 594 ~ 36.03%
B 207 of 594 ~ 34.85'%

%29.12
%36.03
%34.85

CMYK RENK MODELİ

#ADD6CF rengi CMYK tonu (19,0,3,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 0.00%
  • sarı tonu 3.27%
  • ana renk tonu 16.08%

CMYK: (19,0,3,16)
C19M0Y3K16 (19%, 0%, 3%, 16%)
(0.19 / 0.00 / 0.03 / 0.16)

CMYK yüzdeleri

%19.16
%0
%3.27
%16.08

Codes

Color #ADD6CF in popluar color models

AD D6 CF
RGB 173 214 207
HSL 170° 33.33% 75.88%
HSB/HSV 170° 19.16% 83.92%
CMYK 19.16% 0.00% 3.27%
16.08%

Color #ADD6CF in popluar number systems.

HEX AD D6 CF
Decimal 173 214 207
Binary 10101101 11010110 11001111
Octal 255 326 317

Shades and tints

Shades of #ADD6CF

#ADD6CF
(173,214,207)
#9EC3BD
(158,195,189)
#8FB0AB
(143,176,171)
#809D99
(128,157,153)
#718A87
(113,138,135)
#627775
(98,119,117)
#536463
(83,100,99)
#445151
(68,81,81)
#353E3F
(53,62,63)
#262B2D
(38,43,45)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADD6CF

#ADD6CF
(173,214,207)
#B4D9D3
(180,217,211)
#BBDCD7
(187,220,215)
#C2DFDB
(194,223,219)
#C9E2DF
(201,226,223)
#D0E5E3
(208,229,227)
#D7E8E7
(215,232,231)
#DEEBEB
(222,235,235)
#E5EEEF
(229,238,239)
#ECF1F3
(236,241,243)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6CF; }

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

This text font color is #ADD6CF.

Background Color

.myBgColor { background-color: #ADD6CF; }

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

This div background color is #ADD6CF.

Border color

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

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

This div border color is #ADD6CF.

Opacity

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

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

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

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

This text has shadow with #ADD6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD6CF.

Preview

Color preview on black background

This text has color #ADD6CF on black background.


Color preview on white background

This text has color #ADD6CF on white background.


Black color preview on #ADD6CF background

This text has black color on #ADD6CF background.


White color preview on #ADD6CF background

This text has white color on #ADD6CF background.


Related colors

Complementary color

Complementary color for #hex is #522930.


I love getcolorcode.com

Triadic colors

1 #CFADD6 and #D6CFAD with #ADD6CF are triadic colors.

2 #CFD6AD and #D6ADCF with #ADD6CF are triadic colors.