COLOR #ADD1CC

HEX: #ADD1CC
RGB: (173,209,204)

Renk bilgisi

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

RGB renk modeli

#ADD1CC color RGB value is (173,209,204).

  • kırmız ton 173;
  • yeşil ton 209;
  • mavi ton 204.
RGB:
(173,209,204)
(68%,82%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 209 of 255 = 82%
B 204 of 255 = 80%

173
209
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 209 + 204 = 586 (100%)
R 173 of 586 ~ 29.52%
G 209 of 586 ~ 35.67%
B 204 of 586 ~ 34.81%

%29.52
%35.67
%34.81

CMYK RENK MODELİ

#ADD1CC rengi CMYK tonu (17,0,2,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 0.00%
  • sarı tonu 2.39%
  • ana renk tonu 18.04%
CMYK:
(17,0,2,18)
C17M0Y2K18 
(17%,0%,2%,18%)
(0.17/0.00/0.02/0.18)	

CMYK yüzdeleri

%17.22
%0
%2.39
%18.04

Codes

Color #ADD1CC in popluar color models

ADD1CC
RGB173209204
HSL172°28.13%74.90%
HSB/HSV172°17.22%81.96%
CMYK17.22%0.00%2.39%
18.04%

Color #ADD1CC in popluar number systems.

HEXADD1CC
Decimal173209204
Binary101011011101000111001100
Octal255321314

Shades and tints

Shades of #ADD1CC

#ADD1CC
(173,209,204)
#9EBEBA
(158,190,186)
#8FABA8
(143,171,168)
#809896
(128,152,150)
#718584
(113,133,132)
#627272
(98,114,114)
#535F60
(83,95,96)
#444C4E
(68,76,78)
#35393C
(53,57,60)
#26262A
(38,38,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADD1CC

#ADD1CC
(173,209,204)
#B4D5D0
(180,213,208)
#BBD9D4
(187,217,212)
#C2DDD8
(194,221,216)
#C9E1DC
(201,225,220)
#D0E5E0
(208,229,224)
#D7E9E4
(215,233,228)
#DEEDE8
(222,237,232)
#E5F1EC
(229,241,236)
#ECF5F0
(236,245,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD1CC color. Also use rgb(173,209,204) instead hex code.

Text Font Color

.myTextColor { color: #ADD1CC; }

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

This text font color is #ADD1CC.


Background Color

.myBgColor { background-color: #ADD1CC; }

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

This div background color is #ADD1CC.


Border color

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

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

This div border color is #ADD1CC.


Opacity

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

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

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

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

This text has shadow with #ADD1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1CC on black background.


Color preview on white background

This text has color #ADD1CC on white background.



Black color preview on #ADD1CC background

This text has black color on #ADD1CC background.


White color preview on #ADD1CC background

This text has white color on #ADD1CC background.