COLOR #ADD0B9

HEX: #ADD0B9
RGB: (173,208,185)

Renk bilgisi

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

RGB renk modeli

#ADD0B9 color RGB value is (173,208,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 185 of 255 = 73%

173
208
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 185 = 566 (100%)
R 173 of 566 ~ 30.57%
G 208 of 566 ~ 36.75%
B 185 of 566 ~ 32.69%

%30.57
%36.75
%32.69

CMYK RENK MODELİ

#ADD0B9 rengi CMYK tonu (17,0,11,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 0.00%
  • sarı tonu 11.06%
  • ana renk tonu 18.43%
CMYK:
(17,0,11,18)
C17M0Y11K18 
(17%,0%,11%,18%)
(0.17/0.00/0.11/0.18)	

CMYK yüzdeleri

%16.83
%0
%11.06
%18.43

Codes

Color #ADD0B9 in popluar color models

ADD0B9
RGB173208185
HSL141°27.13%74.71%
HSB/HSV141°16.83%81.57%
CMYK16.83%0.00%11.06%
18.43%

Color #ADD0B9 in popluar number systems.

HEXADD0B9
Decimal173208185
Binary101011011101000010111001
Octal255320271

Shades and tints

Shades of #ADD0B9

#ADD0B9
(173,208,185)
#9EBEA9
(158,190,169)
#8FAC99
(143,172,153)
#809A89
(128,154,137)
#718879
(113,136,121)
#627669
(98,118,105)
#536459
(83,100,89)
#445249
(68,82,73)
#354039
(53,64,57)
#262E29
(38,46,41)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #ADD0B9

#ADD0B9
(173,208,185)
#B4D4BF
(180,212,191)
#BBD8C5
(187,216,197)
#C2DCCB
(194,220,203)
#C9E0D1
(201,224,209)
#D0E4D7
(208,228,215)
#D7E8DD
(215,232,221)
#DEECE3
(222,236,227)
#E5F0E9
(229,240,233)
#ECF4EF
(236,244,239)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0B9; }

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

This text font color is #ADD0B9.


Background Color

.myBgColor { background-color: #ADD0B9; }

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

This div background color is #ADD0B9.


Border color

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

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

This div border color is #ADD0B9.


Opacity

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

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

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

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

This text has shadow with #ADD0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0B9 on black background.


Color preview on white background

This text has color #ADD0B9 on white background.



Black color preview on #ADD0B9 background

This text has black color on #ADD0B9 background.


White color preview on #ADD0B9 background

This text has white color on #ADD0B9 background.