COLOR #ADC7CB

HEX: #ADC7CB
RGB: (173,199,203)

Renk bilgisi

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

RGB renk modeli

#ADC7CB color RGB value is (173,199,203).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 203 of 255 = 80%

173
199
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 203 = 575 (100%)
R 173 of 575 ~ 30.09%
G 199 of 575 ~ 34.61%
B 203 of 575 ~ 35.3%

%30.09
%34.61
%35.3

CMYK RENK MODELİ

#ADC7CB rengi CMYK tonu (15,2,0,20).

  • camgöbeği tonu 14.78%
  • eflatun tonu 1.97%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(15,2,0,20)
C15M2Y0K20 
(15%,2%,0%,20%)
(0.15/0.02/0.00/0.20)	

CMYK yüzdeleri

%14.78
%1.97
%0
%20.39

Codes

Color #ADC7CB in popluar color models

ADC7CB
RGB173199203
HSL188°22.39%73.73%
HSB/HSV188°14.78%79.61%
CMYK14.78%1.97%0.00%
20.39%

Color #ADC7CB in popluar number systems.

HEXADC7CB
Decimal173199203
Binary101011011100011111001011
Octal255307313

Shades and tints

Shades of #ADC7CB

#ADC7CB
(173,199,203)
#9EB5B9
(158,181,185)
#8FA3A7
(143,163,167)
#809195
(128,145,149)
#717F83
(113,127,131)
#626D71
(98,109,113)
#535B5F
(83,91,95)
#44494D
(68,73,77)
#35373B
(53,55,59)
#262529
(38,37,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADC7CB

#ADC7CB
(173,199,203)
#B4CCCF
(180,204,207)
#BBD1D3
(187,209,211)
#C2D6D7
(194,214,215)
#C9DBDB
(201,219,219)
#D0E0DF
(208,224,223)
#D7E5E3
(215,229,227)
#DEEAE7
(222,234,231)
#E5EFEB
(229,239,235)
#ECF4EF
(236,244,239)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC7CB; }

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

This text font color is #ADC7CB.


Background Color

.myBgColor { background-color: #ADC7CB; }

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

This div background color is #ADC7CB.


Border color

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

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

This div border color is #ADC7CB.


Opacity

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

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

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

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

This text has shadow with #ADC7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7CB on black background.


Color preview on white background

This text has color #ADC7CB on white background.



Black color preview on #ADC7CB background

This text has black color on #ADC7CB background.


White color preview on #ADC7CB background

This text has white color on #ADC7CB background.