COLOR #ADC8BE

HEX: #ADC8BE
RGB: (173,200,190)

Renk bilgisi

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

RGB renk modeli

#ADC8BE color RGB value is (173,200,190).

  • kırmız ton 173;
  • yeşil ton 200;
  • mavi ton 190.
RGB:
(173,200,190)
(68%,78%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 190 of 255 = 75%

173
200
190

R + G + B ~ 74%. #ADC8BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 190 = 563 (100%)
R 173 of 563 ~ 30.73%
G 200 of 563 ~ 35.52%
B 190 of 563 ~ 33.75%

%30.73
%35.52
%33.75

CMYK RENK MODELİ

#ADC8BE rengi CMYK tonu (14,0,5,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 5.00%
  • ana renk tonu 21.57%
CMYK:
(14,0,5,22)
C14M0Y5K22 
(14%,0%,5%,22%)
(0.14/0.00/0.05/0.22)	

CMYK yüzdeleri

%13.5
%0
%5
%21.57

Codes

Color #ADC8BE in popluar color models

ADC8BE
RGB173200190
HSL158°19.71%73.14%
HSB/HSV158°13.50%78.43%
CMYK13.50%0.00%5.00%
21.57%

Color #ADC8BE in popluar number systems.

HEXADC8BE
Decimal173200190
Binary101011011100100010111110
Octal255310276

Shades and tints

Shades of #ADC8BE

#ADC8BE
(173,200,190)
#9EB6AD
(158,182,173)
#8FA49C
(143,164,156)
#80928B
(128,146,139)
#71807A
(113,128,122)
#626E69
(98,110,105)
#535C58
(83,92,88)
#444A47
(68,74,71)
#353836
(53,56,54)
#262625
(38,38,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADC8BE

#ADC8BE
(173,200,190)
#B4CDC3
(180,205,195)
#BBD2C8
(187,210,200)
#C2D7CD
(194,215,205)
#C9DCD2
(201,220,210)
#D0E1D7
(208,225,215)
#D7E6DC
(215,230,220)
#DEEBE1
(222,235,225)
#E5F0E6
(229,240,230)
#ECF5EB
(236,245,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC8BE color. Also use rgb(173,200,190) instead hex code.

Text Font Color

.myTextColor { color: #ADC8BE; }

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

This text font color is #ADC8BE.


Background Color

.myBgColor { background-color: #ADC8BE; }

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

This div background color is #ADC8BE.


Border color

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

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

This div border color is #ADC8BE.


Opacity

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

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

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

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

This text has shadow with #ADC8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8BE on black background.


Color preview on white background

This text has color #ADC8BE on white background.



Black color preview on #ADC8BE background

This text has black color on #ADC8BE background.


White color preview on #ADC8BE background

This text has white color on #ADC8BE background.