COLOR #ADD7CE

HEX: #ADD7CE
RGB: (173,215,206)

Renk bilgisi

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

RGB renk modeli

#ADD7CE color RGB value is (173,215,206).

  • kırmız ton 173;
  • yeşil ton 215;
  • mavi ton 206.
RGB:
(173,215,206)
(68%,84%,81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 206 of 255 = 81%

173
215
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 206 = 594 (100%)
R 173 of 594 ~ 29.12%
G 215 of 594 ~ 36.2%
B 206 of 594 ~ 34.68%

%29.12
%36.2
%34.68

CMYK RENK MODELİ

#ADD7CE rengi CMYK tonu (20,0,4,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 0.00%
  • sarı tonu 4.19%
  • ana renk tonu 15.69%
CMYK:
(20,0,4,16)
C20M0Y4K16 
(20%,0%,4%,16%)
(0.20/0.00/0.04/0.16)	

CMYK yüzdeleri

%19.53
%0
%4.19
%15.69

Codes

Color #ADD7CE in popluar color models

ADD7CE
RGB173215206
HSL167°34.43%76.08%
HSB/HSV167°19.53%84.31%
CMYK19.53%0.00%4.19%
15.69%

Color #ADD7CE in popluar number systems.

HEXADD7CE
Decimal173215206
Binary101011011101011111001110
Octal255327316

Shades and tints

Shades of #ADD7CE

#ADD7CE
(173,215,206)
#9EC4BC
(158,196,188)
#8FB1AA
(143,177,170)
#809E98
(128,158,152)
#718B86
(113,139,134)
#627874
(98,120,116)
#536562
(83,101,98)
#445250
(68,82,80)
#353F3E
(53,63,62)
#262C2C
(38,44,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #ADD7CE

#ADD7CE
(173,215,206)
#B4DAD2
(180,218,210)
#BBDDD6
(187,221,214)
#C2E0DA
(194,224,218)
#C9E3DE
(201,227,222)
#D0E6E2
(208,230,226)
#D7E9E6
(215,233,230)
#DEECEA
(222,236,234)
#E5EFEE
(229,239,238)
#ECF2F2
(236,242,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD7CE color. Also use rgb(173,215,206) instead hex code.

Text Font Color

.myTextColor { color: #ADD7CE; }

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

This text font color is #ADD7CE.


Background Color

.myBgColor { background-color: #ADD7CE; }

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

This div background color is #ADD7CE.


Border color

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

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

This div border color is #ADD7CE.


Opacity

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

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

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

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

This text has shadow with #ADD7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7CE on black background.


Color preview on white background

This text has color #ADD7CE on white background.



Black color preview on #ADD7CE background

This text has black color on #ADD7CE background.


White color preview on #ADD7CE background

This text has white color on #ADD7CE background.