COLOR #ADD2C2

HEX: #ADD2C2
RGB: (173,210,194)

Renk bilgisi

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

RGB renk modeli

#ADD2C2 color RGB value is (173,210,194).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 194 of 255 = 76%

173
210
194

R + G + B ~ 75%. #ADD2C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 194 = 577 (100%)
R 173 of 577 ~ 29.98%
G 210 of 577 ~ 36.4%
B 194 of 577 ~ 33.62%

%29.98
%36.4
%33.62

CMYK RENK MODELİ

#ADD2C2 rengi CMYK tonu (18,0,8,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 7.62%
  • ana renk tonu 17.65%
CMYK:
(18,0,8,18)
C18M0Y8K18 
(18%,0%,8%,18%)
(0.18/0.00/0.08/0.18)	

CMYK yüzdeleri

%17.62
%0
%7.62
%17.65

Codes

Color #ADD2C2 in popluar color models

ADD2C2
RGB173210194
HSL154°29.13%75.10%
HSB/HSV154°17.62%82.35%
CMYK17.62%0.00%7.62%
17.65%

Color #ADD2C2 in popluar number systems.

HEXADD2C2
Decimal173210194
Binary101011011101001011000010
Octal255322302

Shades and tints

Shades of #ADD2C2

#ADD2C2
(173,210,194)
#9EBFB1
(158,191,177)
#8FACA0
(143,172,160)
#80998F
(128,153,143)
#71867E
(113,134,126)
#62736D
(98,115,109)
#53605C
(83,96,92)
#444D4B
(68,77,75)
#353A3A
(53,58,58)
#262729
(38,39,41)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADD2C2

#ADD2C2
(173,210,194)
#B4D6C7
(180,214,199)
#BBDACC
(187,218,204)
#C2DED1
(194,222,209)
#C9E2D6
(201,226,214)
#D0E6DB
(208,230,219)
#D7EAE0
(215,234,224)
#DEEEE5
(222,238,229)
#E5F2EA
(229,242,234)
#ECF6EF
(236,246,239)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2C2; }

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

This text font color is #ADD2C2.


Background Color

.myBgColor { background-color: #ADD2C2; }

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

This div background color is #ADD2C2.


Border color

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

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

This div border color is #ADD2C2.


Opacity

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

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

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

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

This text has shadow with #ADD2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2C2 on black background.


Color preview on white background

This text has color #ADD2C2 on white background.



Black color preview on #ADD2C2 background

This text has black color on #ADD2C2 background.


White color preview on #ADD2C2 background

This text has white color on #ADD2C2 background.