COLOR #ADD5B9

HEX: #ADD5B9
RGB: (173,213,185)

Renk bilgisi

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

RGB renk modeli

#ADD5B9 color RGB value is (173,213,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 185 of 255 = 73%

173
213
185

R + G + B ~ 75%. #ADD5B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 185 = 571 (100%)
R 173 of 571 ~ 30.3%
G 213 of 571 ~ 37.3%
B 185 of 571 ~ 32.4%

%30.3
%37.3
%32.4

CMYK RENK MODELİ

#ADD5B9 rengi CMYK tonu (19,0,13,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 13.15%
  • ana renk tonu 16.47%
CMYK:
(19,0,13,16)
C19M0Y13K16 
(19%,0%,13%,16%)
(0.19/0.00/0.13/0.16)	

CMYK yüzdeleri

%18.78
%0
%13.15
%16.47

Codes

Color #ADD5B9 in popluar color models

ADD5B9
RGB173213185
HSL138°32.26%75.69%
HSB/HSV138°18.78%83.53%
CMYK18.78%0.00%13.15%
16.47%

Color #ADD5B9 in popluar number systems.

HEXADD5B9
Decimal173213185
Binary101011011101010110111001
Octal255325271

Shades and tints

Shades of #ADD5B9

#ADD5B9
(173,213,185)
#9EC2A9
(158,194,169)
#8FAF99
(143,175,153)
#809C89
(128,156,137)
#718979
(113,137,121)
#627669
(98,118,105)
#536359
(83,99,89)
#445049
(68,80,73)
#353D39
(53,61,57)
#262A29
(38,42,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADD5B9

#ADD5B9
(173,213,185)
#B4D8BF
(180,216,191)
#BBDBC5
(187,219,197)
#C2DECB
(194,222,203)
#C9E1D1
(201,225,209)
#D0E4D7
(208,228,215)
#D7E7DD
(215,231,221)
#DEEAE3
(222,234,227)
#E5EDE9
(229,237,233)
#ECF0EF
(236,240,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5B9; }

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

This text font color is #ADD5B9.


Background Color

.myBgColor { background-color: #ADD5B9; }

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

This div background color is #ADD5B9.


Border color

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

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

This div border color is #ADD5B9.


Opacity

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

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

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

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

This text has shadow with #ADD5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5B9 on black background.


Color preview on white background

This text has color #ADD5B9 on white background.



Black color preview on #ADD5B9 background

This text has black color on #ADD5B9 background.


White color preview on #ADD5B9 background

This text has white color on #ADD5B9 background.