COLOR #ADD5FB

HEX: #ADD5FB
RGB: (173,213,251)

Renk bilgisi

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

RGB renk modeli

#ADD5FB color RGB value is (173,213,251).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 251 of 255 = 98%

173
213
251

R + G + B ~ 83%. #ADD5FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 251 = 637 (100%)
R 173 of 637 ~ 27.16%
G 213 of 637 ~ 33.44%
B 251 of 637 ~ 39.4%

%27.16
%33.44
%39.4

CMYK RENK MODELİ

#ADD5FB rengi CMYK tonu (31,15,0,2).

  • camgöbeği tonu 31.08%
  • eflatun tonu 15.14%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(31,15,0,2)
C31M15Y0K2 
(31%,15%,0%,2%)
(0.31/0.15/0.00/0.02)	

CMYK yüzdeleri

%31.08
%15.14
%0
%1.57

Codes

Color #ADD5FB in popluar color models

ADD5FB
RGB173213251
HSL209°90.70%83.14%
HSB/HSV209°31.08%98.43%
CMYK31.08%15.14%0.00%
1.57%

Color #ADD5FB in popluar number systems.

HEXADD5FB
Decimal173213251
Binary101011011101010111111011
Octal255325373

Shades and tints

Shades of #ADD5FB

#ADD5FB
(173,213,251)
#9EC2E5
(158,194,229)
#8FAFCF
(143,175,207)
#809CB9
(128,156,185)
#7189A3
(113,137,163)
#62768D
(98,118,141)
#536377
(83,99,119)
#445061
(68,80,97)
#353D4B
(53,61,75)
#262A35
(38,42,53)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #ADD5FB

#ADD5FB
(173,213,251)
#B4D8FB
(180,216,251)
#BBDBFB
(187,219,251)
#C2DEFB
(194,222,251)
#C9E1FB
(201,225,251)
#D0E4FB
(208,228,251)
#D7E7FB
(215,231,251)
#DEEAFB
(222,234,251)
#E5EDFB
(229,237,251)
#ECF0FB
(236,240,251)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5FB; }

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

This text font color is #ADD5FB.


Background Color

.myBgColor { background-color: #ADD5FB; }

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

This div background color is #ADD5FB.


Border color

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

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

This div border color is #ADD5FB.


Opacity

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

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

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

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

This text has shadow with #ADD5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5FB on black background.


Color preview on white background

This text has color #ADD5FB on white background.



Black color preview on #ADD5FB background

This text has black color on #ADD5FB background.


White color preview on #ADD5FB background

This text has white color on #ADD5FB background.