COLOR #ADD7E1

HEX: #ADD7E1
RGB: (173,215,225)

Renk bilgisi

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

RGB renk modeli

#ADD7E1 color RGB value is (173,215,225).

  • kırmız ton 173;
  • yeşil ton 215;
  • mavi ton 225.
RGB:
(173,215,225)
(68%,84%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 225 of 255 = 88%

173
215
225

R + G + B ~ 80%. #ADD7E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 225 = 613 (100%)
R 173 of 613 ~ 28.22%
G 215 of 613 ~ 35.07%
B 225 of 613 ~ 36.7%

%28.22
%35.07
%36.7

CMYK RENK MODELİ

#ADD7E1 rengi CMYK tonu (23,4,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 4.44%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,4,0,12)
C23M4Y0K12 
(23%,4%,0%,12%)
(0.23/0.04/0.00/0.12)	

CMYK yüzdeleri

%23.11
%4.44
%0
%11.76

Codes

Color #ADD7E1 in popluar color models

ADD7E1
RGB173215225
HSL192°46.43%78.04%
HSB/HSV192°23.11%88.24%
CMYK23.11%4.44%0.00%
11.76%

Color #ADD7E1 in popluar number systems.

HEXADD7E1
Decimal173215225
Binary101011011101011111100001
Octal255327341

Shades and tints

Shades of #ADD7E1

#ADD7E1
(173,215,225)
#9EC4CD
(158,196,205)
#8FB1B9
(143,177,185)
#809EA5
(128,158,165)
#718B91
(113,139,145)
#62787D
(98,120,125)
#536569
(83,101,105)
#445255
(68,82,85)
#353F41
(53,63,65)
#262C2D
(38,44,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADD7E1

#ADD7E1
(173,215,225)
#B4DAE3
(180,218,227)
#BBDDE5
(187,221,229)
#C2E0E7
(194,224,231)
#C9E3E9
(201,227,233)
#D0E6EB
(208,230,235)
#D7E9ED
(215,233,237)
#DEECEF
(222,236,239)
#E5EFF1
(229,239,241)
#ECF2F3
(236,242,243)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD7E1 color. Also use rgb(173,215,225) instead hex code.

Text Font Color

.myTextColor { color: #ADD7E1; }

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

This text font color is #ADD7E1.


Background Color

.myBgColor { background-color: #ADD7E1; }

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

This div background color is #ADD7E1.


Border color

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

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

This div border color is #ADD7E1.


Opacity

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

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

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

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

This text has shadow with #ADD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7E1 on black background.


Color preview on white background

This text has color #ADD7E1 on white background.



Black color preview on #ADD7E1 background

This text has black color on #ADD7E1 background.


White color preview on #ADD7E1 background

This text has white color on #ADD7E1 background.