COLOR #ADCCBB

HEX: #ADCCBB
RGB: (173,204,187)

Renk bilgisi

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

RGB renk modeli

#ADCCBB color RGB value is (173,204,187).

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

RGB bağlantıları ve doygunluk

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

173
204
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 187 = 564 (100%)
R 173 of 564 ~ 30.67%
G 204 of 564 ~ 36.17%
B 187 of 564 ~ 33.16%

%30.67
%36.17
%33.16

CMYK RENK MODELİ

#ADCCBB rengi CMYK tonu (15,0,8,20).

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

CMYK yüzdeleri

%15.2
%0
%8.33
%20

Codes

Color #ADCCBB in popluar color models

ADCCBB
RGB173204187
HSL147°23.31%73.92%
HSB/HSV147°15.20%80.00%
CMYK15.20%0.00%8.33%
20.00%

Color #ADCCBB in popluar number systems.

HEXADCCBB
Decimal173204187
Binary101011011100110010111011
Octal255314273

Shades and tints

Shades of #ADCCBB

#ADCCBB
(173,204,187)
#9EBAAA
(158,186,170)
#8FA899
(143,168,153)
#809688
(128,150,136)
#718477
(113,132,119)
#627266
(98,114,102)
#536055
(83,96,85)
#444E44
(68,78,68)
#353C33
(53,60,51)
#262A22
(38,42,34)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADCCBB

#ADCCBB
(173,204,187)
#B4D0C1
(180,208,193)
#BBD4C7
(187,212,199)
#C2D8CD
(194,216,205)
#C9DCD3
(201,220,211)
#D0E0D9
(208,224,217)
#D7E4DF
(215,228,223)
#DEE8E5
(222,232,229)
#E5ECEB
(229,236,235)
#ECF0F1
(236,240,241)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCBB; }

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

This text font color is #ADCCBB.


Background Color

.myBgColor { background-color: #ADCCBB; }

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

This div background color is #ADCCBB.


Border color

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

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

This div border color is #ADCCBB.


Opacity

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

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

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

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

This text has shadow with #ADCCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCBB on black background.


Color preview on white background

This text has color #ADCCBB on white background.



Black color preview on #ADCCBB background

This text has black color on #ADCCBB background.


White color preview on #ADCCBB background

This text has white color on #ADCCBB background.