COLOR #ADC9BE

HEX: #ADC9BE
RGB: (173,201,190)

Renk bilgisi

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

RGB renk modeli

#ADC9BE color RGB value is (173,201,190).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 201 of 255 = 79%
B 190 of 255 = 75%

173
201
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 201 + 190 = 564 (100%)
R 173 of 564 ~ 30.67%
G 201 of 564 ~ 35.64%
B 190 of 564 ~ 33.69%

%30.67
%35.64
%33.69

CMYK RENK MODELİ

#ADC9BE rengi CMYK tonu (14,0,5,21).

  • camgöbeği tonu 13.93%
  • eflatun tonu 0.00%
  • sarı tonu 5.47%
  • ana renk tonu 21.18%
CMYK:
(14,0,5,21)
C14M0Y5K21 
(14%,0%,5%,21%)
(0.14/0.00/0.05/0.21)	

CMYK yüzdeleri

%13.93
%0
%5.47
%21.18

Codes

Color #ADC9BE in popluar color models

ADC9BE
RGB173201190
HSL156°20.59%73.33%
HSB/HSV156°13.93%78.82%
CMYK13.93%0.00%5.47%
21.18%

Color #ADC9BE in popluar number systems.

HEXADC9BE
Decimal173201190
Binary101011011100100110111110
Octal255311276

Shades and tints

Shades of #ADC9BE

#ADC9BE
(173,201,190)
#9EB7AD
(158,183,173)
#8FA59C
(143,165,156)
#80938B
(128,147,139)
#71817A
(113,129,122)
#626F69
(98,111,105)
#535D58
(83,93,88)
#444B47
(68,75,71)
#353936
(53,57,54)
#262725
(38,39,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADC9BE

#ADC9BE
(173,201,190)
#B4CDC3
(180,205,195)
#BBD1C8
(187,209,200)
#C2D5CD
(194,213,205)
#C9D9D2
(201,217,210)
#D0DDD7
(208,221,215)
#D7E1DC
(215,225,220)
#DEE5E1
(222,229,225)
#E5E9E6
(229,233,230)
#ECEDEB
(236,237,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9BE; }

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

This text font color is #ADC9BE.


Background Color

.myBgColor { background-color: #ADC9BE; }

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

This div background color is #ADC9BE.


Border color

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

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

This div border color is #ADC9BE.


Opacity

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

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

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

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

This text has shadow with #ADC9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9BE on black background.


Color preview on white background

This text has color #ADC9BE on white background.



Black color preview on #ADC9BE background

This text has black color on #ADC9BE background.


White color preview on #ADC9BE background

This text has white color on #ADC9BE background.