COLOR #ADC1BD

HEX: #ADC1BD
RGB: (173,193,189)

Renk bilgisi

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

RGB renk modeli

#ADC1BD color RGB value is (173,193,189).

  • kırmız ton 173;
  • yeşil ton 193;
  • mavi ton 189.
RGB:
(173,193,189)
(68%,76%,74%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 189 of 255 = 74%

173
193
189

R + G + B ~ 73%. #ADC1BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 189 = 555 (100%)
R 173 of 555 ~ 31.17%
G 193 of 555 ~ 34.77%
B 189 of 555 ~ 34.05%

%31.17
%34.77
%34.05

CMYK RENK MODELİ

#ADC1BD rengi CMYK tonu (10,0,2,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 0.00%
  • sarı tonu 2.07%
  • ana renk tonu 24.31%
CMYK:
(10,0,2,24)
C10M0Y2K24 
(10%,0%,2%,24%)
(0.10/0.00/0.02/0.24)	

CMYK yüzdeleri

%10.36
%0
%2.07
%24.31

Codes

Color #ADC1BD in popluar color models

ADC1BD
RGB173193189
HSL168°13.89%71.76%
HSB/HSV168°10.36%75.69%
CMYK10.36%0.00%2.07%
24.31%

Color #ADC1BD in popluar number systems.

HEXADC1BD
Decimal173193189
Binary101011011100000110111101
Octal255301275

Shades and tints

Shades of #ADC1BD

#ADC1BD
(173,193,189)
#9EB0AC
(158,176,172)
#8F9F9B
(143,159,155)
#808E8A
(128,142,138)
#717D79
(113,125,121)
#626C68
(98,108,104)
#535B57
(83,91,87)
#444A46
(68,74,70)
#353935
(53,57,53)
#262824
(38,40,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADC1BD

#ADC1BD
(173,193,189)
#B4C6C3
(180,198,195)
#BBCBC9
(187,203,201)
#C2D0CF
(194,208,207)
#C9D5D5
(201,213,213)
#D0DADB
(208,218,219)
#D7DFE1
(215,223,225)
#DEE4E7
(222,228,231)
#E5E9ED
(229,233,237)
#ECEEF3
(236,238,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1BD color. Also use rgb(173,193,189) instead hex code.

Text Font Color

.myTextColor { color: #ADC1BD; }

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

This text font color is #ADC1BD.


Background Color

.myBgColor { background-color: #ADC1BD; }

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

This div background color is #ADC1BD.


Border color

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

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

This div border color is #ADC1BD.


Opacity

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

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

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

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

This text has shadow with #ADC1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1BD on black background.


Color preview on white background

This text has color #ADC1BD on white background.



Black color preview on #ADC1BD background

This text has black color on #ADC1BD background.


White color preview on #ADC1BD background

This text has white color on #ADC1BD background.