COLOR #ADD6B1

HEX: #ADD6B1
RGB: (173,214,177)

Renk bilgisi

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

RGB renk modeli

#ADD6B1 color RGB value is (173,214,177).

  • kırmız ton 173;
  • yeşil ton 214;
  • mavi ton 177.
RGB:
(173,214,177)
(68%,84%,69%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 177 of 255 = 69%

173
214
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 214 + 177 = 564 (100%)
R 173 of 564 ~ 30.67%
G 214 of 564 ~ 37.94%
B 177 of 564 ~ 31.38%

%30.67
%37.94
%31.38

CMYK RENK MODELİ

#ADD6B1 rengi CMYK tonu (19,0,17,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 0.00%
  • sarı tonu 17.29%
  • ana renk tonu 16.08%
CMYK:
(19,0,17,16)
C19M0Y17K16 
(19%,0%,17%,16%)
(0.19/0.00/0.17/0.16)	

CMYK yüzdeleri

%19.16
%0
%17.29
%16.08

Codes

Color #ADD6B1 in popluar color models

ADD6B1
RGB173214177
HSL126°33.33%75.88%
HSB/HSV126°19.16%83.92%
CMYK19.16%0.00%17.29%
16.08%

Color #ADD6B1 in popluar number systems.

HEXADD6B1
Decimal173214177
Binary101011011101011010110001
Octal255326261

Shades and tints

Shades of #ADD6B1

#ADD6B1
(173,214,177)
#9EC3A1
(158,195,161)
#8FB091
(143,176,145)
#809D81
(128,157,129)
#718A71
(113,138,113)
#627761
(98,119,97)
#536451
(83,100,81)
#445141
(68,81,65)
#353E31
(53,62,49)
#262B21
(38,43,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADD6B1

#ADD6B1
(173,214,177)
#B4D9B8
(180,217,184)
#BBDCBF
(187,220,191)
#C2DFC6
(194,223,198)
#C9E2CD
(201,226,205)
#D0E5D4
(208,229,212)
#D7E8DB
(215,232,219)
#DEEBE2
(222,235,226)
#E5EEE9
(229,238,233)
#ECF1F0
(236,241,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6B1 color. Also use rgb(173,214,177) instead hex code.

Text Font Color

.myTextColor { color: #ADD6B1; }

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

This text font color is #ADD6B1.


Background Color

.myBgColor { background-color: #ADD6B1; }

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

This div background color is #ADD6B1.


Border color

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

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

This div border color is #ADD6B1.


Opacity

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

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

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

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

This text has shadow with #ADD6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6B1 on black background.


Color preview on white background

This text has color #ADD6B1 on white background.



Black color preview on #ADD6B1 background

This text has black color on #ADD6B1 background.


White color preview on #ADD6B1 background

This text has white color on #ADD6B1 background.