COLOR #ADD5BE

HEX: #ADD5BE
RGB: (173,213,190)

Renk bilgisi

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

RGB renk modeli

#ADD5BE color RGB value is (173,213,190).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 190 of 255 = 75%

173
213
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 190 = 576 (100%)
R 173 of 576 ~ 30.03%
G 213 of 576 ~ 36.98%
B 190 of 576 ~ 32.99%

%30.03
%36.98
%32.99

CMYK RENK MODELİ

#ADD5BE rengi CMYK tonu (19,0,11,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 10.80%
  • ana renk tonu 16.47%
CMYK:
(19,0,11,16)
C19M0Y11K16 
(19%,0%,11%,16%)
(0.19/0.00/0.11/0.16)	

CMYK yüzdeleri

%18.78
%0
%10.8
%16.47

Codes

Color #ADD5BE in popluar color models

ADD5BE
RGB173213190
HSL146°32.26%75.69%
HSB/HSV146°18.78%83.53%
CMYK18.78%0.00%10.80%
16.47%

Color #ADD5BE in popluar number systems.

HEXADD5BE
Decimal173213190
Binary101011011101010110111110
Octal255325276

Shades and tints

Shades of #ADD5BE

#ADD5BE
(173,213,190)
#9EC2AD
(158,194,173)
#8FAF9C
(143,175,156)
#809C8B
(128,156,139)
#71897A
(113,137,122)
#627669
(98,118,105)
#536358
(83,99,88)
#445047
(68,80,71)
#353D36
(53,61,54)
#262A25
(38,42,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADD5BE

#ADD5BE
(173,213,190)
#B4D8C3
(180,216,195)
#BBDBC8
(187,219,200)
#C2DECD
(194,222,205)
#C9E1D2
(201,225,210)
#D0E4D7
(208,228,215)
#D7E7DC
(215,231,220)
#DEEAE1
(222,234,225)
#E5EDE6
(229,237,230)
#ECF0EB
(236,240,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5BE; }

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

This text font color is #ADD5BE.


Background Color

.myBgColor { background-color: #ADD5BE; }

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

This div background color is #ADD5BE.


Border color

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

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

This div border color is #ADD5BE.


Opacity

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

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

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

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

This text has shadow with #ADD5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5BE on black background.


Color preview on white background

This text has color #ADD5BE on white background.



Black color preview on #ADD5BE background

This text has black color on #ADD5BE background.


White color preview on #ADD5BE background

This text has white color on #ADD5BE background.