COLOR #ADDCB9

HEX: #ADDCB9
RGB: (173,220,185)

Renk bilgisi

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

RGB renk modeli

#ADDCB9 color RGB value is (173,220,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 220 of 255 = 86%
B 185 of 255 = 73%

173
220
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 220 + 185 = 578 (100%)
R 173 of 578 ~ 29.93%
G 220 of 578 ~ 38.06%
B 185 of 578 ~ 32.01%

%29.93
%38.06
%32.01

CMYK RENK MODELİ

#ADDCB9 rengi CMYK tonu (21,0,16,14).

  • camgöbeği tonu 21.36%
  • eflatun tonu 0.00%
  • sarı tonu 15.91%
  • ana renk tonu 13.73%
CMYK:
(21,0,16,14)
C21M0Y16K14 
(21%,0%,16%,14%)
(0.21/0.00/0.16/0.14)	

CMYK yüzdeleri

%21.36
%0
%15.91
%13.73

Codes

Color #ADDCB9 in popluar color models

ADDCB9
RGB173220185
HSL135°40.17%77.06%
HSB/HSV135°21.36%86.27%
CMYK21.36%0.00%15.91%
13.73%

Color #ADDCB9 in popluar number systems.

HEXADDCB9
Decimal173220185
Binary101011011101110010111001
Octal255334271

Shades and tints

Shades of #ADDCB9

#ADDCB9
(173,220,185)
#9EC8A9
(158,200,169)
#8FB499
(143,180,153)
#80A089
(128,160,137)
#718C79
(113,140,121)
#627869
(98,120,105)
#536459
(83,100,89)
#445049
(68,80,73)
#353C39
(53,60,57)
#262829
(38,40,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADDCB9

#ADDCB9
(173,220,185)
#B4DFBF
(180,223,191)
#BBE2C5
(187,226,197)
#C2E5CB
(194,229,203)
#C9E8D1
(201,232,209)
#D0EBD7
(208,235,215)
#D7EEDD
(215,238,221)
#DEF1E3
(222,241,227)
#E5F4E9
(229,244,233)
#ECF7EF
(236,247,239)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDCB9; }

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

This text font color is #ADDCB9.


Background Color

.myBgColor { background-color: #ADDCB9; }

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

This div background color is #ADDCB9.


Border color

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

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

This div border color is #ADDCB9.


Opacity

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

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

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

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

This text has shadow with #ADDCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDCB9 on black background.


Color preview on white background

This text has color #ADDCB9 on white background.



Black color preview on #ADDCB9 background

This text has black color on #ADDCB9 background.


White color preview on #ADDCB9 background

This text has white color on #ADDCB9 background.