COLOR #ADDBE5

HEX: #ADDBE5
RGB: (173,219,229)

Renk bilgisi

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

RGB renk modeli

#ADDBE5 color RGB value is (173,219,229).

  • kırmız ton 173;
  • yeşil ton 219;
  • mavi ton 229.
RGB:
(173,219,229)
(68%,86%,90%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 219 of 255 = 86%
B 229 of 255 = 90%

173
219
229

R + G + B ~ 81%. #ADDBE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 219 + 229 = 621 (100%)
R 173 of 621 ~ 27.86%
G 219 of 621 ~ 35.27%
B 229 of 621 ~ 36.88%

%27.86
%35.27
%36.88

CMYK RENK MODELİ

#ADDBE5 rengi CMYK tonu (24,4,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 4.37%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,4,0,10)
C24M4Y0K10 
(24%,4%,0%,10%)
(0.24/0.04/0.00/0.10)	

CMYK yüzdeleri

%24.45
%4.37
%0
%10.2

Codes

Color #ADDBE5 in popluar color models

ADDBE5
RGB173219229
HSL191°51.85%78.82%
HSB/HSV191°24.45%89.80%
CMYK24.45%4.37%0.00%
10.20%

Color #ADDBE5 in popluar number systems.

HEXADDBE5
Decimal173219229
Binary101011011101101111100101
Octal255333345

Shades and tints

Shades of #ADDBE5

#ADDBE5
(173,219,229)
#9EC8D1
(158,200,209)
#8FB5BD
(143,181,189)
#80A2A9
(128,162,169)
#718F95
(113,143,149)
#627C81
(98,124,129)
#53696D
(83,105,109)
#445659
(68,86,89)
#354345
(53,67,69)
#263031
(38,48,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #ADDBE5

#ADDBE5
(173,219,229)
#B4DEE7
(180,222,231)
#BBE1E9
(187,225,233)
#C2E4EB
(194,228,235)
#C9E7ED
(201,231,237)
#D0EAEF
(208,234,239)
#D7EDF1
(215,237,241)
#DEF0F3
(222,240,243)
#E5F3F5
(229,243,245)
#ECF6F7
(236,246,247)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDBE5 color. Also use rgb(173,219,229) instead hex code.

Text Font Color

.myTextColor { color: #ADDBE5; }

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

This text font color is #ADDBE5.


Background Color

.myBgColor { background-color: #ADDBE5; }

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

This div background color is #ADDBE5.


Border color

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

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

This div border color is #ADDBE5.


Opacity

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

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

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

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

This text has shadow with #ADDBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBE5 on black background.


Color preview on white background

This text has color #ADDBE5 on white background.



Black color preview on #ADDBE5 background

This text has black color on #ADDBE5 background.


White color preview on #ADDBE5 background

This text has white color on #ADDBE5 background.