COLOR #ADDDC6

HEX: #ADDDC6
RGB: (173,221,198)

Renk bilgisi

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

RGB renk modeli

#ADDDC6 color RGB value is (173,221,198).

  • kırmız ton 173;
  • yeşil ton 221;
  • mavi ton 198.
RGB:
(173,221,198)
(68%,87%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 198 of 255 = 78%

173
221
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 198 = 592 (100%)
R 173 of 592 ~ 29.22%
G 221 of 592 ~ 37.33%
B 198 of 592 ~ 33.45%

%29.22
%37.33
%33.45

CMYK RENK MODELİ

#ADDDC6 rengi CMYK tonu (22,0,10,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 10.41%
  • ana renk tonu 13.33%
CMYK:
(22,0,10,13)
C22M0Y10K13 
(22%,0%,10%,13%)
(0.22/0.00/0.10/0.13)	

CMYK yüzdeleri

%21.72
%0
%10.41
%13.33

Codes

Color #ADDDC6 in popluar color models

ADDDC6
RGB173221198
HSL151°41.38%77.25%
HSB/HSV151°21.72%86.67%
CMYK21.72%0.00%10.41%
13.33%

Color #ADDDC6 in popluar number systems.

HEXADDDC6
Decimal173221198
Binary101011011101110111000110
Octal255335306

Shades and tints

Shades of #ADDDC6

#ADDDC6
(173,221,198)
#9EC9B4
(158,201,180)
#8FB5A2
(143,181,162)
#80A190
(128,161,144)
#718D7E
(113,141,126)
#62796C
(98,121,108)
#53655A
(83,101,90)
#445148
(68,81,72)
#353D36
(53,61,54)
#262924
(38,41,36)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #ADDDC6

#ADDDC6
(173,221,198)
#B4E0CB
(180,224,203)
#BBE3D0
(187,227,208)
#C2E6D5
(194,230,213)
#C9E9DA
(201,233,218)
#D0ECDF
(208,236,223)
#D7EFE4
(215,239,228)
#DEF2E9
(222,242,233)
#E5F5EE
(229,245,238)
#ECF8F3
(236,248,243)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDDC6 color. Also use rgb(173,221,198) instead hex code.

Text Font Color

.myTextColor { color: #ADDDC6; }

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

This text font color is #ADDDC6.


Background Color

.myBgColor { background-color: #ADDDC6; }

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

This div background color is #ADDDC6.


Border color

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

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

This div border color is #ADDDC6.


Opacity

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

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

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

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

This text has shadow with #ADDDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDC6 on black background.


Color preview on white background

This text has color #ADDDC6 on white background.



Black color preview on #ADDDC6 background

This text has black color on #ADDDC6 background.


White color preview on #ADDDC6 background

This text has white color on #ADDDC6 background.