COLOR #ADD2C7

HEX: #ADD2C7
RGB: (173,210,199)

Renk bilgisi

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

RGB renk modeli

#ADD2C7 color RGB value is (173,210,199).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 199 of 255 = 78%

173
210
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 199 = 582 (100%)
R 173 of 582 ~ 29.73%
G 210 of 582 ~ 36.08%
B 199 of 582 ~ 34.19%

%29.73
%36.08
%34.19

CMYK RENK MODELİ

#ADD2C7 rengi CMYK tonu (18,0,5,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 5.24%
  • ana renk tonu 17.65%
CMYK:
(18,0,5,18)
C18M0Y5K18 
(18%,0%,5%,18%)
(0.18/0.00/0.05/0.18)	

CMYK yüzdeleri

%17.62
%0
%5.24
%17.65

Codes

Color #ADD2C7 in popluar color models

ADD2C7
RGB173210199
HSL162°29.13%75.10%
HSB/HSV162°17.62%82.35%
CMYK17.62%0.00%5.24%
17.65%

Color #ADD2C7 in popluar number systems.

HEXADD2C7
Decimal173210199
Binary101011011101001011000111
Octal255322307

Shades and tints

Shades of #ADD2C7

#ADD2C7
(173,210,199)
#9EBFB5
(158,191,181)
#8FACA3
(143,172,163)
#809991
(128,153,145)
#71867F
(113,134,127)
#62736D
(98,115,109)
#53605B
(83,96,91)
#444D49
(68,77,73)
#353A37
(53,58,55)
#262725
(38,39,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADD2C7

#ADD2C7
(173,210,199)
#B4D6CC
(180,214,204)
#BBDAD1
(187,218,209)
#C2DED6
(194,222,214)
#C9E2DB
(201,226,219)
#D0E6E0
(208,230,224)
#D7EAE5
(215,234,229)
#DEEEEA
(222,238,234)
#E5F2EF
(229,242,239)
#ECF6F4
(236,246,244)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2C7; }

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

This text font color is #ADD2C7.


Background Color

.myBgColor { background-color: #ADD2C7; }

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

This div background color is #ADD2C7.


Border color

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

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

This div border color is #ADD2C7.


Opacity

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

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

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

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

This text has shadow with #ADD2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2C7 on black background.


Color preview on white background

This text has color #ADD2C7 on white background.



Black color preview on #ADD2C7 background

This text has black color on #ADD2C7 background.


White color preview on #ADD2C7 background

This text has white color on #ADD2C7 background.