COLOR #ADD2BB

HEX: #ADD2BB
RGB: (173,210,187)

Renk bilgisi

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

RGB renk modeli

#ADD2BB color RGB value is (173,210,187).

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

RGB bağlantıları ve doygunluk

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

173
210
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 187 = 570 (100%)
R 173 of 570 ~ 30.35%
G 210 of 570 ~ 36.84%
B 187 of 570 ~ 32.81%

%30.35
%36.84
%32.81

CMYK RENK MODELİ

#ADD2BB rengi CMYK tonu (18,0,11,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 10.95%
  • ana renk tonu 17.65%
CMYK:
(18,0,11,18)
C18M0Y11K18 
(18%,0%,11%,18%)
(0.18/0.00/0.11/0.18)	

CMYK yüzdeleri

%17.62
%0
%10.95
%17.65

Codes

Color #ADD2BB in popluar color models

ADD2BB
RGB173210187
HSL143°29.13%75.10%
HSB/HSV143°17.62%82.35%
CMYK17.62%0.00%10.95%
17.65%

Color #ADD2BB in popluar number systems.

HEXADD2BB
Decimal173210187
Binary101011011101001010111011
Octal255322273

Shades and tints

Shades of #ADD2BB

#ADD2BB
(173,210,187)
#9EBFAA
(158,191,170)
#8FAC99
(143,172,153)
#809988
(128,153,136)
#718677
(113,134,119)
#627366
(98,115,102)
#536055
(83,96,85)
#444D44
(68,77,68)
#353A33
(53,58,51)
#262722
(38,39,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADD2BB

#ADD2BB
(173,210,187)
#B4D6C1
(180,214,193)
#BBDAC7
(187,218,199)
#C2DECD
(194,222,205)
#C9E2D3
(201,226,211)
#D0E6D9
(208,230,217)
#D7EADF
(215,234,223)
#DEEEE5
(222,238,229)
#E5F2EB
(229,242,235)
#ECF6F1
(236,246,241)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2BB; }

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

This text font color is #ADD2BB.


Background Color

.myBgColor { background-color: #ADD2BB; }

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

This div background color is #ADD2BB.


Border color

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

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

This div border color is #ADD2BB.


Opacity

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

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

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

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

This text has shadow with #ADD2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2BB on black background.


Color preview on white background

This text has color #ADD2BB on white background.



Black color preview on #ADD2BB background

This text has black color on #ADD2BB background.


White color preview on #ADD2BB background

This text has white color on #ADD2BB background.