COLOR #ADEDCA

HEX: #ADEDCA
RGB: (173,237,202)

Renk bilgisi

#ADEDCA contains mainly green and blue colors. #ADEDCA ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADEDCA color RGB value is (173,237,202).

  • kırmız ton 173;
  • yeşil ton 237;
  • mavi ton 202.
RGB:
(173,237,202)
(68%,93%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 237 of 255 = 93%
B 202 of 255 = 79%

173
237
202

R + G + B ~ 80%. #ADEDCA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 237 + 202 = 612 (100%)
R 173 of 612 ~ 28.27%
G 237 of 612 ~ 38.73%
B 202 of 612 ~ 33.01%

%28.27
%38.73
%33.01

CMYK RENK MODELİ

#ADEDCA rengi CMYK tonu (27,0,15,7).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.77%
  • ana renk tonu 7.06%
CMYK:
(27,0,15,7)
C27M0Y15K7 
(27%,0%,15%,7%)
(0.27/0.00/0.15/0.07)	

CMYK yüzdeleri

%27
%0
%14.77
%7.06

Codes

Color #ADEDCA in popluar color models

ADEDCA
RGB173237202
HSL147°64.00%80.39%
HSB/HSV147°27.00%92.94%
CMYK27.00%0.00%14.77%
7.06%

Color #ADEDCA in popluar number systems.

HEXADEDCA
Decimal173237202
Binary101011011110110111001010
Octal255355312

Shades and tints

Shades of #ADEDCA

#ADEDCA
(173,237,202)
#9ED8B8
(158,216,184)
#8FC3A6
(143,195,166)
#80AE94
(128,174,148)
#719982
(113,153,130)
#628470
(98,132,112)
#536F5E
(83,111,94)
#445A4C
(68,90,76)
#35453A
(53,69,58)
#263028
(38,48,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADEDCA

#ADEDCA
(173,237,202)
#B4EECE
(180,238,206)
#BBEFD2
(187,239,210)
#C2F0D6
(194,240,214)
#C9F1DA
(201,241,218)
#D0F2DE
(208,242,222)
#D7F3E2
(215,243,226)
#DEF4E6
(222,244,230)
#E5F5EA
(229,245,234)
#ECF6EE
(236,246,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEDCA color. Also use rgb(173,237,202) instead hex code.

Text Font Color

.myTextColor { color: #ADEDCA; }

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

This text font color is #ADEDCA.


Background Color

.myBgColor { background-color: #ADEDCA; }

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

This div background color is #ADEDCA.


Border color

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

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

This div border color is #ADEDCA.


Opacity

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

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

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

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

This text has shadow with #ADEDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDCA on black background.


Color preview on white background

This text has color #ADEDCA on white background.



Black color preview on #ADEDCA background

This text has black color on #ADEDCA background.


White color preview on #ADEDCA background

This text has white color on #ADEDCA background.