COLOR #ADD0AF

HEX: #ADD0AF
RGB: (173,208,175)

Renk bilgisi

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

RGB renk modeli

#ADD0AF color RGB value is (173,208,175).

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

RGB bağlantıları ve doygunluk

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

173
208
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 175 = 556 (100%)
R 173 of 556 ~ 31.12%
G 208 of 556 ~ 37.41%
B 175 of 556 ~ 31.47%

%31.12
%37.41
%31.47

CMYK RENK MODELİ

#ADD0AF rengi CMYK tonu (17,0,16,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 0.00%
  • sarı tonu 15.87%
  • ana renk tonu 18.43%
CMYK:
(17,0,16,18)
C17M0Y16K18 
(17%,0%,16%,18%)
(0.17/0.00/0.16/0.18)	

CMYK yüzdeleri

%16.83
%0
%15.87
%18.43

Codes

Color #ADD0AF in popluar color models

ADD0AF
RGB173208175
HSL123°27.13%74.71%
HSB/HSV123°16.83%81.57%
CMYK16.83%0.00%15.87%
18.43%

Color #ADD0AF in popluar number systems.

HEXADD0AF
Decimal173208175
Binary101011011101000010101111
Octal255320257

Shades and tints

Shades of #ADD0AF

#ADD0AF
(173,208,175)
#9EBEA0
(158,190,160)
#8FAC91
(143,172,145)
#809A82
(128,154,130)
#718873
(113,136,115)
#627664
(98,118,100)
#536455
(83,100,85)
#445246
(68,82,70)
#354037
(53,64,55)
#262E28
(38,46,40)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #ADD0AF

#ADD0AF
(173,208,175)
#B4D4B6
(180,212,182)
#BBD8BD
(187,216,189)
#C2DCC4
(194,220,196)
#C9E0CB
(201,224,203)
#D0E4D2
(208,228,210)
#D7E8D9
(215,232,217)
#DEECE0
(222,236,224)
#E5F0E7
(229,240,231)
#ECF4EE
(236,244,238)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0AF; }

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

This text font color is #ADD0AF.


Background Color

.myBgColor { background-color: #ADD0AF; }

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

This div background color is #ADD0AF.


Border color

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

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

This div border color is #ADD0AF.


Opacity

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

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

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

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

This text has shadow with #ADD0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0AF on black background.


Color preview on white background

This text has color #ADD0AF on white background.



Black color preview on #ADD0AF background

This text has black color on #ADD0AF background.


White color preview on #ADD0AF background

This text has white color on #ADD0AF background.