COLOR #ADD2B8

HEX: #ADD2B8
RGB: (173,210,184)

Renk bilgisi

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

RGB renk modeli

#ADD2B8 color RGB value is (173,210,184).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 184 of 255 = 72%

173
210
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 184 = 567 (100%)
R 173 of 567 ~ 30.51%
G 210 of 567 ~ 37.04%
B 184 of 567 ~ 32.45%

%30.51
%37.04
%32.45

CMYK RENK MODELİ

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

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 12.38%
  • 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
%12.38
%17.65

Codes

Color #ADD2B8 in popluar color models

ADD2B8
RGB173210184
HSL138°29.13%75.10%
HSB/HSV138°17.62%82.35%
CMYK17.62%0.00%12.38%
17.65%

Color #ADD2B8 in popluar number systems.

HEXADD2B8
Decimal173210184
Binary101011011101001010111000
Octal255322270

Shades and tints

Shades of #ADD2B8

#ADD2B8
(173,210,184)
#9EBFA8
(158,191,168)
#8FAC98
(143,172,152)
#809988
(128,153,136)
#718678
(113,134,120)
#627368
(98,115,104)
#536058
(83,96,88)
#444D48
(68,77,72)
#353A38
(53,58,56)
#262728
(38,39,40)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADD2B8

#ADD2B8
(173,210,184)
#B4D6BE
(180,214,190)
#BBDAC4
(187,218,196)
#C2DECA
(194,222,202)
#C9E2D0
(201,226,208)
#D0E6D6
(208,230,214)
#D7EADC
(215,234,220)
#DEEEE2
(222,238,226)
#E5F2E8
(229,242,232)
#ECF6EE
(236,246,238)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2B8; }

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

This text font color is #ADD2B8.


Background Color

.myBgColor { background-color: #ADD2B8; }

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

This div background color is #ADD2B8.


Border color

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

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

This div border color is #ADD2B8.


Opacity

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

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

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

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

This text has shadow with #ADD2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2B8 on black background.


Color preview on white background

This text has color #ADD2B8 on white background.



Black color preview on #ADD2B8 background

This text has black color on #ADD2B8 background.


White color preview on #ADD2B8 background

This text has white color on #ADD2B8 background.