COLOR #ADD5C7

HEX: #ADD5C7
RGB: (173,213,199)

Renk bilgisi

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

RGB renk modeli

#ADD5C7 color RGB value is (173,213,199).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 199 of 255 = 78%

173
213
199

R + G + B ~ 77%. #ADD5C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 199 = 585 (100%)
R 173 of 585 ~ 29.57%
G 213 of 585 ~ 36.41%
B 199 of 585 ~ 34.02%

%29.57
%36.41
%34.02

CMYK RENK MODELİ

#ADD5C7 rengi CMYK tonu (19,0,7,16).

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

CMYK yüzdeleri

%18.78
%0
%6.57
%16.47

Codes

Color #ADD5C7 in popluar color models

ADD5C7
RGB173213199
HSL159°32.26%75.69%
HSB/HSV159°18.78%83.53%
CMYK18.78%0.00%6.57%
16.47%

Color #ADD5C7 in popluar number systems.

HEXADD5C7
Decimal173213199
Binary101011011101010111000111
Octal255325307

Shades and tints

Shades of #ADD5C7

#ADD5C7
(173,213,199)
#9EC2B5
(158,194,181)
#8FAFA3
(143,175,163)
#809C91
(128,156,145)
#71897F
(113,137,127)
#62766D
(98,118,109)
#53635B
(83,99,91)
#445049
(68,80,73)
#353D37
(53,61,55)
#262A25
(38,42,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADD5C7

#ADD5C7
(173,213,199)
#B4D8CC
(180,216,204)
#BBDBD1
(187,219,209)
#C2DED6
(194,222,214)
#C9E1DB
(201,225,219)
#D0E4E0
(208,228,224)
#D7E7E5
(215,231,229)
#DEEAEA
(222,234,234)
#E5EDEF
(229,237,239)
#ECF0F4
(236,240,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5C7; }

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

This text font color is #ADD5C7.


Background Color

.myBgColor { background-color: #ADD5C7; }

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

This div background color is #ADD5C7.


Border color

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

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

This div border color is #ADD5C7.


Opacity

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

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

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

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

This text has shadow with #ADD5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5C7 on black background.


Color preview on white background

This text has color #ADD5C7 on white background.



Black color preview on #ADD5C7 background

This text has black color on #ADD5C7 background.


White color preview on #ADD5C7 background

This text has white color on #ADD5C7 background.