COLOR #ADCDDA

HEX: #ADCDDA
RGB: (173,205,218)

Renk bilgisi

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

RGB renk modeli

#ADCDDA color RGB value is (173,205,218).

  • kırmız ton 173;
  • yeşil ton 205;
  • mavi ton 218.
RGB:
(173,205,218)
(68%,80%,85%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 218 of 255 = 85%

173
205
218

R + G + B ~ 78%. #ADCDDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 218 = 596 (100%)
R 173 of 596 ~ 29.03%
G 205 of 596 ~ 34.4%
B 218 of 596 ~ 36.58%

%29.03
%34.4
%36.58

CMYK RENK MODELİ

#ADCDDA rengi CMYK tonu (21,6,0,15).

  • camgöbeği tonu 20.64%
  • eflatun tonu 5.96%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(21,6,0,15)
C21M6Y0K15 
(21%,6%,0%,15%)
(0.21/0.06/0.00/0.15)	

CMYK yüzdeleri

%20.64
%5.96
%0
%14.51

Codes

Color #ADCDDA in popluar color models

ADCDDA
RGB173205218
HSL197°37.82%76.67%
HSB/HSV197°20.64%85.49%
CMYK20.64%5.96%0.00%
14.51%

Color #ADCDDA in popluar number systems.

HEXADCDDA
Decimal173205218
Binary101011011100110111011010
Octal255315332

Shades and tints

Shades of #ADCDDA

#ADCDDA
(173,205,218)
#9EBBC7
(158,187,199)
#8FA9B4
(143,169,180)
#8097A1
(128,151,161)
#71858E
(113,133,142)
#62737B
(98,115,123)
#536168
(83,97,104)
#444F55
(68,79,85)
#353D42
(53,61,66)
#262B2F
(38,43,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #ADCDDA

#ADCDDA
(173,205,218)
#B4D1DD
(180,209,221)
#BBD5E0
(187,213,224)
#C2D9E3
(194,217,227)
#C9DDE6
(201,221,230)
#D0E1E9
(208,225,233)
#D7E5EC
(215,229,236)
#DEE9EF
(222,233,239)
#E5EDF2
(229,237,242)
#ECF1F5
(236,241,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCDDA color. Also use rgb(173,205,218) instead hex code.

Text Font Color

.myTextColor { color: #ADCDDA; }

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

This text font color is #ADCDDA.


Background Color

.myBgColor { background-color: #ADCDDA; }

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

This div background color is #ADCDDA.


Border color

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

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

This div border color is #ADCDDA.


Opacity

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

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

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

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

This text has shadow with #ADCDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDDA on black background.


Color preview on white background

This text has color #ADCDDA on white background.



Black color preview on #ADCDDA background

This text has black color on #ADCDDA background.


White color preview on #ADCDDA background

This text has white color on #ADCDDA background.