COLOR #ADCCD1

HEX: #ADCCD1
RGB: (173,204,209)

Renk bilgisi

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

RGB renk modeli

#ADCCD1 color RGB value is (173,204,209).

  • kırmız ton 173;
  • yeşil ton 204;
  • mavi ton 209.
RGB:
(173,204,209)
(68%,80%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 209 of 255 = 82%

173
204
209

R + G + B ~ 77%. #ADCCD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 209 = 586 (100%)
R 173 of 586 ~ 29.52%
G 204 of 586 ~ 34.81%
B 209 of 586 ~ 35.67%

%29.52
%34.81
%35.67

CMYK RENK MODELİ

#ADCCD1 rengi CMYK tonu (17,2,0,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 2.39%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(17,2,0,18)
C17M2Y0K18 
(17%,2%,0%,18%)
(0.17/0.02/0.00/0.18)	

CMYK yüzdeleri

%17.22
%2.39
%0
%18.04

Codes

Color #ADCCD1 in popluar color models

ADCCD1
RGB173204209
HSL188°28.13%74.90%
HSB/HSV188°17.22%81.96%
CMYK17.22%2.39%0.00%
18.04%

Color #ADCCD1 in popluar number systems.

HEXADCCD1
Decimal173204209
Binary101011011100110011010001
Octal255314321

Shades and tints

Shades of #ADCCD1

#ADCCD1
(173,204,209)
#9EBABE
(158,186,190)
#8FA8AB
(143,168,171)
#809698
(128,150,152)
#718485
(113,132,133)
#627272
(98,114,114)
#53605F
(83,96,95)
#444E4C
(68,78,76)
#353C39
(53,60,57)
#262A26
(38,42,38)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADCCD1

#ADCCD1
(173,204,209)
#B4D0D5
(180,208,213)
#BBD4D9
(187,212,217)
#C2D8DD
(194,216,221)
#C9DCE1
(201,220,225)
#D0E0E5
(208,224,229)
#D7E4E9
(215,228,233)
#DEE8ED
(222,232,237)
#E5ECF1
(229,236,241)
#ECF0F5
(236,240,245)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCD1 color. Also use rgb(173,204,209) instead hex code.

Text Font Color

.myTextColor { color: #ADCCD1; }

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

This text font color is #ADCCD1.


Background Color

.myBgColor { background-color: #ADCCD1; }

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

This div background color is #ADCCD1.


Border color

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

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

This div border color is #ADCCD1.


Opacity

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

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

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

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

This text has shadow with #ADCCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCD1 on black background.


Color preview on white background

This text has color #ADCCD1 on white background.



Black color preview on #ADCCD1 background

This text has black color on #ADCCD1 background.


White color preview on #ADCCD1 background

This text has white color on #ADCCD1 background.