COLOR #ADD2CF

HEX: #ADD2CF
RGB: (173,210,207)

Renk bilgisi

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

RGB renk modeli

#ADD2CF color RGB value is (173,210,207).

  • kırmız ton 173;
  • yeşil ton 210;
  • mavi ton 207.
RGB:
(173,210,207)
(68%,82%,81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 207 of 255 = 81%

173
210
207

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 207 = 590 (100%)
R 173 of 590 ~ 29.32%
G 210 of 590 ~ 35.59%
B 207 of 590 ~ 35.08%

%29.32
%35.59
%35.08

CMYK RENK MODELİ

#ADD2CF rengi CMYK tonu (18,0,1,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 1.43%
  • ana renk tonu 17.65%
CMYK:
(18,0,1,18)
C18M0Y1K18 
(18%,0%,1%,18%)
(0.18/0.00/0.01/0.18)	

CMYK yüzdeleri

%17.62
%0
%1.43
%17.65

Codes

Color #ADD2CF in popluar color models

ADD2CF
RGB173210207
HSL175°29.13%75.10%
HSB/HSV175°17.62%82.35%
CMYK17.62%0.00%1.43%
17.65%

Color #ADD2CF in popluar number systems.

HEXADD2CF
Decimal173210207
Binary101011011101001011001111
Octal255322317

Shades and tints

Shades of #ADD2CF

#ADD2CF
(173,210,207)
#9EBFBD
(158,191,189)
#8FACAB
(143,172,171)
#809999
(128,153,153)
#718687
(113,134,135)
#627375
(98,115,117)
#536063
(83,96,99)
#444D51
(68,77,81)
#353A3F
(53,58,63)
#26272D
(38,39,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADD2CF

#ADD2CF
(173,210,207)
#B4D6D3
(180,214,211)
#BBDAD7
(187,218,215)
#C2DEDB
(194,222,219)
#C9E2DF
(201,226,223)
#D0E6E3
(208,230,227)
#D7EAE7
(215,234,231)
#DEEEEB
(222,238,235)
#E5F2EF
(229,242,239)
#ECF6F3
(236,246,243)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2CF; }

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

This text font color is #ADD2CF.


Background Color

.myBgColor { background-color: #ADD2CF; }

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

This div background color is #ADD2CF.


Border color

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

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

This div border color is #ADD2CF.


Opacity

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

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

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

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

This text has shadow with #ADD2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2CF on black background.


Color preview on white background

This text has color #ADD2CF on white background.



Black color preview on #ADD2CF background

This text has black color on #ADD2CF background.


White color preview on #ADD2CF background

This text has white color on #ADD2CF background.