COLOR #ADD2B9

HEX: #ADD2B9
RGB: (173,210,185)

Renk bilgisi

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

RGB renk modeli

#ADD2B9 color RGB value is (173,210,185).

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

RGB bağlantıları ve doygunluk

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

173
210
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 185 = 568 (100%)
R 173 of 568 ~ 30.46%
G 210 of 568 ~ 36.97%
B 185 of 568 ~ 32.57%

%30.46
%36.97
%32.57

CMYK RENK MODELİ

#ADD2B9 rengi CMYK tonu (18,0,12,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 11.90%
  • ana renk tonu 17.65%
CMYK:
(18,0,12,18)
C18M0Y12K18 
(18%,0%,12%,18%)
(0.18/0.00/0.12/0.18)	

CMYK yüzdeleri

%17.62
%0
%11.9
%17.65

Codes

Color #ADD2B9 in popluar color models

ADD2B9
RGB173210185
HSL139°29.13%75.10%
HSB/HSV139°17.62%82.35%
CMYK17.62%0.00%11.90%
17.65%

Color #ADD2B9 in popluar number systems.

HEXADD2B9
Decimal173210185
Binary101011011101001010111001
Octal255322271

Shades and tints

Shades of #ADD2B9

#ADD2B9
(173,210,185)
#9EBFA9
(158,191,169)
#8FAC99
(143,172,153)
#809989
(128,153,137)
#718679
(113,134,121)
#627369
(98,115,105)
#536059
(83,96,89)
#444D49
(68,77,73)
#353A39
(53,58,57)
#262729
(38,39,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADD2B9

#ADD2B9
(173,210,185)
#B4D6BF
(180,214,191)
#BBDAC5
(187,218,197)
#C2DECB
(194,222,203)
#C9E2D1
(201,226,209)
#D0E6D7
(208,230,215)
#D7EADD
(215,234,221)
#DEEEE3
(222,238,227)
#E5F2E9
(229,242,233)
#ECF6EF
(236,246,239)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2B9; }

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

This text font color is #ADD2B9.


Background Color

.myBgColor { background-color: #ADD2B9; }

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

This div background color is #ADD2B9.


Border color

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

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

This div border color is #ADD2B9.


Opacity

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

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

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

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

This text has shadow with #ADD2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2B9 on black background.


Color preview on white background

This text has color #ADD2B9 on white background.



Black color preview on #ADD2B9 background

This text has black color on #ADD2B9 background.


White color preview on #ADD2B9 background

This text has white color on #ADD2B9 background.