COLOR #ADE3DB

HEX: #ADE3DB
RGB: (173,227,219)

Renk bilgisi

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

RGB renk modeli

#ADE3DB color RGB value is (173,227,219).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 227 of 255 = 89%
B 219 of 255 = 86%

173
227
219

R + G + B ~ 81%. #ADE3DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 227 + 219 = 619 (100%)
R 173 of 619 ~ 27.95%
G 227 of 619 ~ 36.67%
B 219 of 619 ~ 35.38%

%27.95
%36.67
%35.38

CMYK RENK MODELİ

#ADE3DB rengi CMYK tonu (24,0,4,11).

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

CMYK yüzdeleri

%23.79
%0
%3.52
%10.98

Codes

Color #ADE3DB in popluar color models

ADE3DB
RGB173227219
HSL171°49.09%78.43%
HSB/HSV171°23.79%89.02%
CMYK23.79%0.00%3.52%
10.98%

Color #ADE3DB in popluar number systems.

HEXADE3DB
Decimal173227219
Binary101011011110001111011011
Octal255343333

Shades and tints

Shades of #ADE3DB

#ADE3DB
(173,227,219)
#9ECFC8
(158,207,200)
#8FBBB5
(143,187,181)
#80A7A2
(128,167,162)
#71938F
(113,147,143)
#627F7C
(98,127,124)
#536B69
(83,107,105)
#445756
(68,87,86)
#354343
(53,67,67)
#262F30
(38,47,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #ADE3DB

#ADE3DB
(173,227,219)
#B4E5DE
(180,229,222)
#BBE7E1
(187,231,225)
#C2E9E4
(194,233,228)
#C9EBE7
(201,235,231)
#D0EDEA
(208,237,234)
#D7EFED
(215,239,237)
#DEF1F0
(222,241,240)
#E5F3F3
(229,243,243)
#ECF5F6
(236,245,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3DB; }

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

This text font color is #ADE3DB.


Background Color

.myBgColor { background-color: #ADE3DB; }

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

This div background color is #ADE3DB.


Border color

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

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

This div border color is #ADE3DB.


Opacity

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

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

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

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

This text has shadow with #ADE3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3DB on black background.


Color preview on white background

This text has color #ADE3DB on white background.



Black color preview on #ADE3DB background

This text has black color on #ADE3DB background.


White color preview on #ADE3DB background

This text has white color on #ADE3DB background.