COLOR #ADE5CC

HEX: #ADE5CC
RGB: (173,229,204)

Renk bilgisi

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

RGB renk modeli

#ADE5CC color RGB value is (173,229,204).

  • kırmız ton 173;
  • yeşil ton 229;
  • mavi ton 204.
RGB:
(173,229,204)
(68%,90%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 229 of 255 = 90%
B 204 of 255 = 80%

173
229
204

R + G + B ~ 79%. #ADE5CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 204 = 606 (100%)
R 173 of 606 ~ 28.55%
G 229 of 606 ~ 37.79%
B 204 of 606 ~ 33.66%

%28.55
%37.79
%33.66

CMYK RENK MODELİ

#ADE5CC rengi CMYK tonu (24,0,11,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 0.00%
  • sarı tonu 10.92%
  • ana renk tonu 10.20%
CMYK:
(24,0,11,10)
C24M0Y11K10 
(24%,0%,11%,10%)
(0.24/0.00/0.11/0.10)	

CMYK yüzdeleri

%24.45
%0
%10.92
%10.2

Codes

Color #ADE5CC in popluar color models

ADE5CC
RGB173229204
HSL153°51.85%78.82%
HSB/HSV153°24.45%89.80%
CMYK24.45%0.00%10.92%
10.20%

Color #ADE5CC in popluar number systems.

HEXADE5CC
Decimal173229204
Binary101011011110010111001100
Octal255345314

Shades and tints

Shades of #ADE5CC

#ADE5CC
(173,229,204)
#9ED1BA
(158,209,186)
#8FBDA8
(143,189,168)
#80A996
(128,169,150)
#719584
(113,149,132)
#628172
(98,129,114)
#536D60
(83,109,96)
#44594E
(68,89,78)
#35453C
(53,69,60)
#26312A
(38,49,42)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #ADE5CC

#ADE5CC
(173,229,204)
#B4E7D0
(180,231,208)
#BBE9D4
(187,233,212)
#C2EBD8
(194,235,216)
#C9EDDC
(201,237,220)
#D0EFE0
(208,239,224)
#D7F1E4
(215,241,228)
#DEF3E8
(222,243,232)
#E5F5EC
(229,245,236)
#ECF7F0
(236,247,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE5CC color. Also use rgb(173,229,204) instead hex code.

Text Font Color

.myTextColor { color: #ADE5CC; }

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

This text font color is #ADE5CC.


Background Color

.myBgColor { background-color: #ADE5CC; }

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

This div background color is #ADE5CC.


Border color

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

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

This div border color is #ADE5CC.


Opacity

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

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

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

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

This text has shadow with #ADE5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE5CC on black background.


Color preview on white background

This text has color #ADE5CC on white background.



Black color preview on #ADE5CC background

This text has black color on #ADE5CC background.


White color preview on #ADE5CC background

This text has white color on #ADE5CC background.