COLOR #ADD5B2

HEX: #ADD5B2
RGB: (173,213,178)

Renk bilgisi

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

RGB renk modeli

#ADD5B2 color RGB value is (173,213,178).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 178 of 255 = 70%

173
213
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 178 = 564 (100%)
R 173 of 564 ~ 30.67%
G 213 of 564 ~ 37.77%
B 178 of 564 ~ 31.56%

%30.67
%37.77
%31.56

CMYK RENK MODELİ

#ADD5B2 rengi CMYK tonu (19,0,16,16).

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

CMYK yüzdeleri

%18.78
%0
%16.43
%16.47

Codes

Color #ADD5B2 in popluar color models

ADD5B2
RGB173213178
HSL128°32.26%75.69%
HSB/HSV128°18.78%83.53%
CMYK18.78%0.00%16.43%
16.47%

Color #ADD5B2 in popluar number systems.

HEXADD5B2
Decimal173213178
Binary101011011101010110110010
Octal255325262

Shades and tints

Shades of #ADD5B2

#ADD5B2
(173,213,178)
#9EC2A2
(158,194,162)
#8FAF92
(143,175,146)
#809C82
(128,156,130)
#718972
(113,137,114)
#627662
(98,118,98)
#536352
(83,99,82)
#445042
(68,80,66)
#353D32
(53,61,50)
#262A22
(38,42,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADD5B2

#ADD5B2
(173,213,178)
#B4D8B9
(180,216,185)
#BBDBC0
(187,219,192)
#C2DEC7
(194,222,199)
#C9E1CE
(201,225,206)
#D0E4D5
(208,228,213)
#D7E7DC
(215,231,220)
#DEEAE3
(222,234,227)
#E5EDEA
(229,237,234)
#ECF0F1
(236,240,241)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5B2; }

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

This text font color is #ADD5B2.


Background Color

.myBgColor { background-color: #ADD5B2; }

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

This div background color is #ADD5B2.


Border color

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

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

This div border color is #ADD5B2.


Opacity

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

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

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

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

This text has shadow with #ADD5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5B2 on black background.


Color preview on white background

This text has color #ADD5B2 on white background.



Black color preview on #ADD5B2 background

This text has black color on #ADD5B2 background.


White color preview on #ADD5B2 background

This text has white color on #ADD5B2 background.