COLOR #ADD6C2

HEX: #ADD6C2
RGB: (173,214,194)

Renk bilgisi

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

RGB renk modeli

#ADD6C2 color RGB value is (173,214,194).

  • kırmız ton 173;
  • yeşil ton 214;
  • mavi ton 194.
RGB:
(173,214,194)
(68%,84%,76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 194 of 255 = 76%

173
214
194

R + G + B ~ 76%. #ADD6C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 214 + 194 = 581 (100%)
R 173 of 581 ~ 29.78%
G 214 of 581 ~ 36.83%
B 194 of 581 ~ 33.39%

%29.78
%36.83
%33.39

CMYK RENK MODELİ

#ADD6C2 rengi CMYK tonu (19,0,9,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 0.00%
  • sarı tonu 9.35%
  • ana renk tonu 16.08%
CMYK:
(19,0,9,16)
C19M0Y9K16 
(19%,0%,9%,16%)
(0.19/0.00/0.09/0.16)	

CMYK yüzdeleri

%19.16
%0
%9.35
%16.08

Codes

Color #ADD6C2 in popluar color models

ADD6C2
RGB173214194
HSL151°33.33%75.88%
HSB/HSV151°19.16%83.92%
CMYK19.16%0.00%9.35%
16.08%

Color #ADD6C2 in popluar number systems.

HEXADD6C2
Decimal173214194
Binary101011011101011011000010
Octal255326302

Shades and tints

Shades of #ADD6C2

#ADD6C2
(173,214,194)
#9EC3B1
(158,195,177)
#8FB0A0
(143,176,160)
#809D8F
(128,157,143)
#718A7E
(113,138,126)
#62776D
(98,119,109)
#53645C
(83,100,92)
#44514B
(68,81,75)
#353E3A
(53,62,58)
#262B29
(38,43,41)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADD6C2

#ADD6C2
(173,214,194)
#B4D9C7
(180,217,199)
#BBDCCC
(187,220,204)
#C2DFD1
(194,223,209)
#C9E2D6
(201,226,214)
#D0E5DB
(208,229,219)
#D7E8E0
(215,232,224)
#DEEBE5
(222,235,229)
#E5EEEA
(229,238,234)
#ECF1EF
(236,241,239)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6C2; }

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

This text font color is #ADD6C2.


Background Color

.myBgColor { background-color: #ADD6C2; }

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

This div background color is #ADD6C2.


Border color

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

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

This div border color is #ADD6C2.


Opacity

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

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

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

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

This text has shadow with #ADD6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6C2 on black background.


Color preview on white background

This text has color #ADD6C2 on white background.



Black color preview on #ADD6C2 background

This text has black color on #ADD6C2 background.


White color preview on #ADD6C2 background

This text has white color on #ADD6C2 background.