COLOR #ADEBD4

HEX: #ADEBD4
RGB: (173,235,212)

Renk bilgisi

#ADEBD4 contains mainly green and blue colors. #ADEBD4 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADEBD4 color RGB value is (173,235,212).

  • kırmız ton 173;
  • yeşil ton 235;
  • mavi ton 212.
RGB:
(173,235,212)
(68%,92%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 235 of 255 = 92%
B 212 of 255 = 83%

173
235
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 235 + 212 = 620 (100%)
R 173 of 620 ~ 27.9%
G 235 of 620 ~ 37.9%
B 212 of 620 ~ 34.19%

%27.9
%37.9
%34.19

CMYK RENK MODELİ

#ADEBD4 rengi CMYK tonu (26,0,10,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 0.00%
  • sarı tonu 9.79%
  • ana renk tonu 7.84%
CMYK:
(26,0,10,8)
C26M0Y10K8 
(26%,0%,10%,8%)
(0.26/0.00/0.10/0.08)	

CMYK yüzdeleri

%26.38
%0
%9.79
%7.84

Codes

Color #ADEBD4 in popluar color models

ADEBD4
RGB173235212
HSL158°60.78%80.00%
HSB/HSV158°26.38%92.16%
CMYK26.38%0.00%9.79%
7.84%

Color #ADEBD4 in popluar number systems.

HEXADEBD4
Decimal173235212
Binary101011011110101111010100
Octal255353324

Shades and tints

Shades of #ADEBD4

#ADEBD4
(173,235,212)
#9ED6C1
(158,214,193)
#8FC1AE
(143,193,174)
#80AC9B
(128,172,155)
#719788
(113,151,136)
#628275
(98,130,117)
#536D62
(83,109,98)
#44584F
(68,88,79)
#35433C
(53,67,60)
#262E29
(38,46,41)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADEBD4

#ADEBD4
(173,235,212)
#B4ECD7
(180,236,215)
#BBEDDA
(187,237,218)
#C2EEDD
(194,238,221)
#C9EFE0
(201,239,224)
#D0F0E3
(208,240,227)
#D7F1E6
(215,241,230)
#DEF2E9
(222,242,233)
#E5F3EC
(229,243,236)
#ECF4EF
(236,244,239)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEBD4 color. Also use rgb(173,235,212) instead hex code.

Text Font Color

.myTextColor { color: #ADEBD4; }

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

This text font color is #ADEBD4.


Background Color

.myBgColor { background-color: #ADEBD4; }

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

This div background color is #ADEBD4.


Border color

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

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

This div border color is #ADEBD4.


Opacity

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

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

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

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

This text has shadow with #ADEBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEBD4 on black background.


Color preview on white background

This text has color #ADEBD4 on white background.



Black color preview on #ADEBD4 background

This text has black color on #ADEBD4 background.


White color preview on #ADEBD4 background

This text has white color on #ADEBD4 background.