COLOR #ADE1CC

HEX: #ADE1CC
RGB: (173,225,204)

Renk bilgisi

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

RGB renk modeli

#ADE1CC color RGB value is (173,225,204).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 225 of 255 = 88%
B 204 of 255 = 80%

173
225
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 225 + 204 = 602 (100%)
R 173 of 602 ~ 28.74%
G 225 of 602 ~ 37.38%
B 204 of 602 ~ 33.89%

%28.74
%37.38
%33.89

CMYK RENK MODELİ

#ADE1CC rengi CMYK tonu (23,0,9,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 0.00%
  • sarı tonu 9.33%
  • ana renk tonu 11.76%
CMYK:
(23,0,9,12)
C23M0Y9K12 
(23%,0%,9%,12%)
(0.23/0.00/0.09/0.12)	

CMYK yüzdeleri

%23.11
%0
%9.33
%11.76

Codes

Color #ADE1CC in popluar color models

ADE1CC
RGB173225204
HSL156°46.43%78.04%
HSB/HSV156°23.11%88.24%
CMYK23.11%0.00%9.33%
11.76%

Color #ADE1CC in popluar number systems.

HEXADE1CC
Decimal173225204
Binary101011011110000111001100
Octal255341314

Shades and tints

Shades of #ADE1CC

#ADE1CC
(173,225,204)
#9ECDBA
(158,205,186)
#8FB9A8
(143,185,168)
#80A596
(128,165,150)
#719184
(113,145,132)
#627D72
(98,125,114)
#536960
(83,105,96)
#44554E
(68,85,78)
#35413C
(53,65,60)
#262D2A
(38,45,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADE1CC

#ADE1CC
(173,225,204)
#B4E3D0
(180,227,208)
#BBE5D4
(187,229,212)
#C2E7D8
(194,231,216)
#C9E9DC
(201,233,220)
#D0EBE0
(208,235,224)
#D7EDE4
(215,237,228)
#DEEFE8
(222,239,232)
#E5F1EC
(229,241,236)
#ECF3F0
(236,243,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1CC; }

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

This text font color is #ADE1CC.


Background Color

.myBgColor { background-color: #ADE1CC; }

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

This div background color is #ADE1CC.


Border color

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

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

This div border color is #ADE1CC.


Opacity

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

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

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

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

This text has shadow with #ADE1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1CC on black background.


Color preview on white background

This text has color #ADE1CC on white background.



Black color preview on #ADE1CC background

This text has black color on #ADE1CC background.


White color preview on #ADE1CC background

This text has white color on #ADE1CC background.