COLOR #ADD0B0

HEX: #ADD0B0
RGB: (173,208,176)

Renk bilgisi

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

RGB renk modeli

#ADD0B0 color RGB value is (173,208,176).

  • kırmız ton 173;
  • yeşil ton 208;
  • mavi ton 176.
RGB:
(173,208,176)
(68%,82%,69%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 176 of 255 = 69%

173
208
176

R + G + B ~ 73%. #ADD0B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 176 = 557 (100%)
R 173 of 557 ~ 31.06%
G 208 of 557 ~ 37.34%
B 176 of 557 ~ 31.6%

%31.06
%37.34
%31.6

CMYK RENK MODELİ

#ADD0B0 rengi CMYK tonu (17,0,15,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 0.00%
  • sarı tonu 15.38%
  • ana renk tonu 18.43%
CMYK:
(17,0,15,18)
C17M0Y15K18 
(17%,0%,15%,18%)
(0.17/0.00/0.15/0.18)	

CMYK yüzdeleri

%16.83
%0
%15.38
%18.43

Codes

Color #ADD0B0 in popluar color models

ADD0B0
RGB173208176
HSL125°27.13%74.71%
HSB/HSV125°16.83%81.57%
CMYK16.83%0.00%15.38%
18.43%

Color #ADD0B0 in popluar number systems.

HEXADD0B0
Decimal173208176
Binary101011011101000010110000
Octal255320260

Shades and tints

Shades of #ADD0B0

#ADD0B0
(173,208,176)
#9EBEA0
(158,190,160)
#8FAC90
(143,172,144)
#809A80
(128,154,128)
#718870
(113,136,112)
#627660
(98,118,96)
#536450
(83,100,80)
#445240
(68,82,64)
#354030
(53,64,48)
#262E20
(38,46,32)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #ADD0B0

#ADD0B0
(173,208,176)
#B4D4B7
(180,212,183)
#BBD8BE
(187,216,190)
#C2DCC5
(194,220,197)
#C9E0CC
(201,224,204)
#D0E4D3
(208,228,211)
#D7E8DA
(215,232,218)
#DEECE1
(222,236,225)
#E5F0E8
(229,240,232)
#ECF4EF
(236,244,239)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0B0; }

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

This text font color is #ADD0B0.


Background Color

.myBgColor { background-color: #ADD0B0; }

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

This div background color is #ADD0B0.


Border color

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

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

This div border color is #ADD0B0.


Opacity

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

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

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

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

This text has shadow with #ADD0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0B0 on black background.


Color preview on white background

This text has color #ADD0B0 on white background.



Black color preview on #ADD0B0 background

This text has black color on #ADD0B0 background.


White color preview on #ADD0B0 background

This text has white color on #ADD0B0 background.