COLOR #ADD7BF

HEX: #ADD7BF
RGB: (173,215,191)

Renk bilgisi

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

RGB renk modeli

#ADD7BF color RGB value is (173,215,191).

  • kırmız ton 173;
  • yeşil ton 215;
  • mavi ton 191.
RGB:
(173,215,191)
(68%,84%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 191 of 255 = 75%

173
215
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 191 = 579 (100%)
R 173 of 579 ~ 29.88%
G 215 of 579 ~ 37.13%
B 191 of 579 ~ 32.99%

%29.88
%37.13
%32.99

CMYK RENK MODELİ

#ADD7BF rengi CMYK tonu (20,0,11,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 0.00%
  • sarı tonu 11.16%
  • ana renk tonu 15.69%
CMYK:
(20,0,11,16)
C20M0Y11K16 
(20%,0%,11%,16%)
(0.20/0.00/0.11/0.16)	

CMYK yüzdeleri

%19.53
%0
%11.16
%15.69

Codes

Color #ADD7BF in popluar color models

ADD7BF
RGB173215191
HSL146°34.43%76.08%
HSB/HSV146°19.53%84.31%
CMYK19.53%0.00%11.16%
15.69%

Color #ADD7BF in popluar number systems.

HEXADD7BF
Decimal173215191
Binary101011011101011110111111
Octal255327277

Shades and tints

Shades of #ADD7BF

#ADD7BF
(173,215,191)
#9EC4AE
(158,196,174)
#8FB19D
(143,177,157)
#809E8C
(128,158,140)
#718B7B
(113,139,123)
#62786A
(98,120,106)
#536559
(83,101,89)
#445248
(68,82,72)
#353F37
(53,63,55)
#262C26
(38,44,38)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADD7BF

#ADD7BF
(173,215,191)
#B4DAC4
(180,218,196)
#BBDDC9
(187,221,201)
#C2E0CE
(194,224,206)
#C9E3D3
(201,227,211)
#D0E6D8
(208,230,216)
#D7E9DD
(215,233,221)
#DEECE2
(222,236,226)
#E5EFE7
(229,239,231)
#ECF2EC
(236,242,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7BF; }

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

This text font color is #ADD7BF.


Background Color

.myBgColor { background-color: #ADD7BF; }

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

This div background color is #ADD7BF.


Border color

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

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

This div border color is #ADD7BF.


Opacity

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

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

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

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

This text has shadow with #ADD7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7BF on black background.


Color preview on white background

This text has color #ADD7BF on white background.



Black color preview on #ADD7BF background

This text has black color on #ADD7BF background.


White color preview on #ADD7BF background

This text has white color on #ADD7BF background.