COLOR #ADCCCC

HEX: #ADCCCC
RGB: (173,204,204)

Renk bilgisi

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

RGB renk modeli

#ADCCCC color RGB value is (173,204,204).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 204 of 255 = 80%

173
204
204

R + G + B ~ 76%. #ADCCCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 204 = 581 (100%)
R 173 of 581 ~ 29.78%
G 204 of 581 ~ 35.11%
B 204 of 581 ~ 35.11%

%29.78
%35.11
%35.11

CMYK RENK MODELİ

#ADCCCC rengi CMYK tonu (15,0,0,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,0,0,20)
C15M0Y0K20 
(15%,0%,0%,20%)
(0.15/0.00/0.00/0.20)	

CMYK yüzdeleri

%15.2
%0
%0
%20

Codes

Color #ADCCCC in popluar color models

ADCCCC
RGB173204204
HSL180°23.31%73.92%
HSB/HSV180°15.20%80.00%
CMYK15.20%0.00%0.00%
20.00%

Color #ADCCCC in popluar number systems.

HEXADCCCC
Decimal173204204
Binary101011011100110011001100
Octal255314314

Shades and tints

Shades of #ADCCCC

#ADCCCC
(173,204,204)
#9EBABA
(158,186,186)
#8FA8A8
(143,168,168)
#809696
(128,150,150)
#718484
(113,132,132)
#627272
(98,114,114)
#536060
(83,96,96)
#444E4E
(68,78,78)
#353C3C
(53,60,60)
#262A2A
(38,42,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADCCCC

#ADCCCC
(173,204,204)
#B4D0D0
(180,208,208)
#BBD4D4
(187,212,212)
#C2D8D8
(194,216,216)
#C9DCDC
(201,220,220)
#D0E0E0
(208,224,224)
#D7E4E4
(215,228,228)
#DEE8E8
(222,232,232)
#E5ECEC
(229,236,236)
#ECF0F0
(236,240,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCCC; }

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

This text font color is #ADCCCC.


Background Color

.myBgColor { background-color: #ADCCCC; }

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

This div background color is #ADCCCC.


Border color

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

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

This div border color is #ADCCCC.


Opacity

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

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

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

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

This text has shadow with #ADCCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCCC on black background.


Color preview on white background

This text has color #ADCCCC on white background.



Black color preview on #ADCCCC background

This text has black color on #ADCCCC background.


White color preview on #ADCCCC background

This text has white color on #ADCCCC background.