COLOR #ADD4F1

HEX: #ADD4F1
RGB: (173,212,241)

Renk bilgisi

#ADD4F1 contains mainly green and blue colors. #ADD4F1 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADD4F1 color RGB value is (173,212,241).

  • kırmız ton 173;
  • yeşil ton 212;
  • mavi ton 241.
RGB:
(173,212,241)
(68%,83%,95%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 212 of 255 = 83%
B 241 of 255 = 95%

173
212
241

R + G + B ~ 82%. #ADD4F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 212 + 241 = 626 (100%)
R 173 of 626 ~ 27.64%
G 212 of 626 ~ 33.87%
B 241 of 626 ~ 38.5%

%27.64
%33.87
%38.5

CMYK RENK MODELİ

#ADD4F1 rengi CMYK tonu (28,12,0,5).

  • camgöbeği tonu 28.22%
  • eflatun tonu 12.03%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(28,12,0,5)
C28M12Y0K5 
(28%,12%,0%,5%)
(0.28/0.12/0.00/0.05)	

CMYK yüzdeleri

%28.22
%12.03
%0
%5.49

Codes

Color #ADD4F1 in popluar color models

ADD4F1
RGB173212241
HSL206°70.83%81.18%
HSB/HSV206°28.22%94.51%
CMYK28.22%12.03%0.00%
5.49%

Color #ADD4F1 in popluar number systems.

HEXADD4F1
Decimal173212241
Binary101011011101010011110001
Octal255324361

Shades and tints

Shades of #ADD4F1

#ADD4F1
(173,212,241)
#9EC1DC
(158,193,220)
#8FAEC7
(143,174,199)
#809BB2
(128,155,178)
#71889D
(113,136,157)
#627588
(98,117,136)
#536273
(83,98,115)
#444F5E
(68,79,94)
#353C49
(53,60,73)
#262934
(38,41,52)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #ADD4F1

#ADD4F1
(173,212,241)
#B4D7F2
(180,215,242)
#BBDAF3
(187,218,243)
#C2DDF4
(194,221,244)
#C9E0F5
(201,224,245)
#D0E3F6
(208,227,246)
#D7E6F7
(215,230,247)
#DEE9F8
(222,233,248)
#E5ECF9
(229,236,249)
#ECEFFA
(236,239,250)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4F1 color. Also use rgb(173,212,241) instead hex code.

Text Font Color

.myTextColor { color: #ADD4F1; }

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

This text font color is #ADD4F1.


Background Color

.myBgColor { background-color: #ADD4F1; }

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

This div background color is #ADD4F1.


Border color

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

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

This div border color is #ADD4F1.


Opacity

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

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

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

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

This text has shadow with #ADD4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4F1 on black background.


Color preview on white background

This text has color #ADD4F1 on white background.



Black color preview on #ADD4F1 background

This text has black color on #ADD4F1 background.


White color preview on #ADD4F1 background

This text has white color on #ADD4F1 background.