COLOR #ADE3C9

HEX: #ADE3C9
RGB: (173,227,201)

Renk bilgisi

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

RGB renk modeli

#ADE3C9 color RGB value is (173,227,201).

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

RGB bağlantıları ve doygunluk

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

173
227
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 227 + 201 = 601 (100%)
R 173 of 601 ~ 28.79%
G 227 of 601 ~ 37.77%
B 201 of 601 ~ 33.44%

%28.79
%37.77
%33.44

CMYK RENK MODELİ

#ADE3C9 rengi CMYK tonu (24,0,11,11).

  • camgöbeği tonu 23.79%
  • eflatun tonu 0.00%
  • sarı tonu 11.45%
  • ana renk tonu 10.98%
CMYK:
(24,0,11,11)
C24M0Y11K11 
(24%,0%,11%,11%)
(0.24/0.00/0.11/0.11)	

CMYK yüzdeleri

%23.79
%0
%11.45
%10.98

Codes

Color #ADE3C9 in popluar color models

ADE3C9
RGB173227201
HSL151°49.09%78.43%
HSB/HSV151°23.79%89.02%
CMYK23.79%0.00%11.45%
10.98%

Color #ADE3C9 in popluar number systems.

HEXADE3C9
Decimal173227201
Binary101011011110001111001001
Octal255343311

Shades and tints

Shades of #ADE3C9

#ADE3C9
(173,227,201)
#9ECFB7
(158,207,183)
#8FBBA5
(143,187,165)
#80A793
(128,167,147)
#719381
(113,147,129)
#627F6F
(98,127,111)
#536B5D
(83,107,93)
#44574B
(68,87,75)
#354339
(53,67,57)
#262F27
(38,47,39)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADE3C9

#ADE3C9
(173,227,201)
#B4E5CD
(180,229,205)
#BBE7D1
(187,231,209)
#C2E9D5
(194,233,213)
#C9EBD9
(201,235,217)
#D0EDDD
(208,237,221)
#D7EFE1
(215,239,225)
#DEF1E5
(222,241,229)
#E5F3E9
(229,243,233)
#ECF5ED
(236,245,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3C9; }

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

This text font color is #ADE3C9.


Background Color

.myBgColor { background-color: #ADE3C9; }

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

This div background color is #ADE3C9.


Border color

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

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

This div border color is #ADE3C9.


Opacity

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

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

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

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

This text has shadow with #ADE3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3C9 on black background.


Color preview on white background

This text has color #ADE3C9 on white background.



Black color preview on #ADE3C9 background

This text has black color on #ADE3C9 background.


White color preview on #ADE3C9 background

This text has white color on #ADE3C9 background.