COLOR #ADC2C7

HEX: #ADC2C7
RGB: (173,194,199)

Renk bilgisi

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

RGB renk modeli

#ADC2C7 color RGB value is (173,194,199).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 199 of 255 = 78%

173
194
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 199 = 566 (100%)
R 173 of 566 ~ 30.57%
G 194 of 566 ~ 34.28%
B 199 of 566 ~ 35.16%

%30.57
%34.28
%35.16

CMYK RENK MODELİ

#ADC2C7 rengi CMYK tonu (13,3,0,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 2.51%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,3,0,22)
C13M3Y0K22 
(13%,3%,0%,22%)
(0.13/0.03/0.00/0.22)	

CMYK yüzdeleri

%13.07
%2.51
%0
%21.96

Codes

Color #ADC2C7 in popluar color models

ADC2C7
RGB173194199
HSL192°18.84%72.94%
HSB/HSV192°13.07%78.04%
CMYK13.07%2.51%0.00%
21.96%

Color #ADC2C7 in popluar number systems.

HEXADC2C7
Decimal173194199
Binary101011011100001011000111
Octal255302307

Shades and tints

Shades of #ADC2C7

#ADC2C7
(173,194,199)
#9EB1B5
(158,177,181)
#8FA0A3
(143,160,163)
#808F91
(128,143,145)
#717E7F
(113,126,127)
#626D6D
(98,109,109)
#535C5B
(83,92,91)
#444B49
(68,75,73)
#353A37
(53,58,55)
#262925
(38,41,37)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADC2C7

#ADC2C7
(173,194,199)
#B4C7CC
(180,199,204)
#BBCCD1
(187,204,209)
#C2D1D6
(194,209,214)
#C9D6DB
(201,214,219)
#D0DBE0
(208,219,224)
#D7E0E5
(215,224,229)
#DEE5EA
(222,229,234)
#E5EAEF
(229,234,239)
#ECEFF4
(236,239,244)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2C7; }

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

This text font color is #ADC2C7.


Background Color

.myBgColor { background-color: #ADC2C7; }

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

This div background color is #ADC2C7.


Border color

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

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

This div border color is #ADC2C7.


Opacity

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

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

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

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

This text has shadow with #ADC2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2C7 on black background.


Color preview on white background

This text has color #ADC2C7 on white background.



Black color preview on #ADC2C7 background

This text has black color on #ADC2C7 background.


White color preview on #ADC2C7 background

This text has white color on #ADC2C7 background.