COLOR #ADC3CB

HEX: #ADC3CB
RGB: (173,195,203)

Renk bilgisi

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

RGB renk modeli

#ADC3CB color RGB value is (173,195,203).

  • kırmız ton 173;
  • yeşil ton 195;
  • mavi ton 203.
RGB:
(173,195,203)
(68%,76%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 203 of 255 = 80%

173
195
203

R + G + B ~ 75%. #ADC3CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 203 = 571 (100%)
R 173 of 571 ~ 30.3%
G 195 of 571 ~ 34.15%
B 203 of 571 ~ 35.55%

%30.3
%34.15
%35.55

CMYK RENK MODELİ

#ADC3CB rengi CMYK tonu (15,4,0,20).

  • camgöbeği tonu 14.78%
  • eflatun tonu 3.94%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(15,4,0,20)
C15M4Y0K20 
(15%,4%,0%,20%)
(0.15/0.04/0.00/0.20)	

CMYK yüzdeleri

%14.78
%3.94
%0
%20.39

Codes

Color #ADC3CB in popluar color models

ADC3CB
RGB173195203
HSL196°22.39%73.73%
HSB/HSV196°14.78%79.61%
CMYK14.78%3.94%0.00%
20.39%

Color #ADC3CB in popluar number systems.

HEXADC3CB
Decimal173195203
Binary101011011100001111001011
Octal255303313

Shades and tints

Shades of #ADC3CB

#ADC3CB
(173,195,203)
#9EB2B9
(158,178,185)
#8FA1A7
(143,161,167)
#809095
(128,144,149)
#717F83
(113,127,131)
#626E71
(98,110,113)
#535D5F
(83,93,95)
#444C4D
(68,76,77)
#353B3B
(53,59,59)
#262A29
(38,42,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADC3CB

#ADC3CB
(173,195,203)
#B4C8CF
(180,200,207)
#BBCDD3
(187,205,211)
#C2D2D7
(194,210,215)
#C9D7DB
(201,215,219)
#D0DCDF
(208,220,223)
#D7E1E3
(215,225,227)
#DEE6E7
(222,230,231)
#E5EBEB
(229,235,235)
#ECF0EF
(236,240,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3CB color. Also use rgb(173,195,203) instead hex code.

Text Font Color

.myTextColor { color: #ADC3CB; }

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

This text font color is #ADC3CB.


Background Color

.myBgColor { background-color: #ADC3CB; }

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

This div background color is #ADC3CB.


Border color

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

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

This div border color is #ADC3CB.


Opacity

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

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

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

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

This text has shadow with #ADC3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3CB on black background.


Color preview on white background

This text has color #ADC3CB on white background.



Black color preview on #ADC3CB background

This text has black color on #ADC3CB background.


White color preview on #ADC3CB background

This text has white color on #ADC3CB background.