COLOR #ADE2C9

HEX: #ADE2C9
RGB: (173,226,201)

Renk bilgisi

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

RGB renk modeli

#ADE2C9 color RGB value is (173,226,201).

  • kırmız ton 173;
  • yeşil ton 226;
  • mavi ton 201.
RGB:
(173,226,201)
(68%,89%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 226 of 255 = 89%
B 201 of 255 = 79%

173
226
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 226 + 201 = 600 (100%)
R 173 of 600 ~ 28.83%
G 226 of 600 ~ 37.67%
B 201 of 600 ~ 33.5%

%28.83
%37.67
%33.5

CMYK RENK MODELİ

#ADE2C9 rengi CMYK tonu (23,0,11,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 0.00%
  • sarı tonu 11.06%
  • ana renk tonu 11.37%
CMYK:
(23,0,11,11)
C23M0Y11K11 
(23%,0%,11%,11%)
(0.23/0.00/0.11/0.11)	

CMYK yüzdeleri

%23.45
%0
%11.06
%11.37

Codes

Color #ADE2C9 in popluar color models

ADE2C9
RGB173226201
HSL152°47.75%78.24%
HSB/HSV152°23.45%88.63%
CMYK23.45%0.00%11.06%
11.37%

Color #ADE2C9 in popluar number systems.

HEXADE2C9
Decimal173226201
Binary101011011110001011001001
Octal255342311

Shades and tints

Shades of #ADE2C9

#ADE2C9
(173,226,201)
#9ECEB7
(158,206,183)
#8FBAA5
(143,186,165)
#80A693
(128,166,147)
#719281
(113,146,129)
#627E6F
(98,126,111)
#536A5D
(83,106,93)
#44564B
(68,86,75)
#354239
(53,66,57)
#262E27
(38,46,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADE2C9

#ADE2C9
(173,226,201)
#B4E4CD
(180,228,205)
#BBE6D1
(187,230,209)
#C2E8D5
(194,232,213)
#C9EAD9
(201,234,217)
#D0ECDD
(208,236,221)
#D7EEE1
(215,238,225)
#DEF0E5
(222,240,229)
#E5F2E9
(229,242,233)
#ECF4ED
(236,244,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE2C9 color. Also use rgb(173,226,201) instead hex code.

Text Font Color

.myTextColor { color: #ADE2C9; }

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

This text font color is #ADE2C9.


Background Color

.myBgColor { background-color: #ADE2C9; }

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

This div background color is #ADE2C9.


Border color

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

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

This div border color is #ADE2C9.


Opacity

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

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

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

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

This text has shadow with #ADE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2C9 on black background.


Color preview on white background

This text has color #ADE2C9 on white background.



Black color preview on #ADE2C9 background

This text has black color on #ADE2C9 background.


White color preview on #ADE2C9 background

This text has white color on #ADE2C9 background.