COLOR #ADDBCE

HEX: #ADDBCE
RGB: (173,219,206)

Renk bilgisi

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

RGB renk modeli

#ADDBCE color RGB value is (173,219,206).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 219 of 255 = 86%
B 206 of 255 = 81%

173
219
206

R + G + B ~ 78%. #ADDBCE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 219 + 206 = 598 (100%)
R 173 of 598 ~ 28.93%
G 219 of 598 ~ 36.62%
B 206 of 598 ~ 34.45%

%28.93
%36.62
%34.45

CMYK RENK MODELİ

#ADDBCE rengi CMYK tonu (21,0,6,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 0.00%
  • sarı tonu 5.94%
  • ana renk tonu 14.12%
CMYK:
(21,0,6,14)
C21M0Y6K14 
(21%,0%,6%,14%)
(0.21/0.00/0.06/0.14)	

CMYK yüzdeleri

%21
%0
%5.94
%14.12

Codes

Color #ADDBCE in popluar color models

ADDBCE
RGB173219206
HSL163°38.98%76.86%
HSB/HSV163°21.00%85.88%
CMYK21.00%0.00%5.94%
14.12%

Color #ADDBCE in popluar number systems.

HEXADDBCE
Decimal173219206
Binary101011011101101111001110
Octal255333316

Shades and tints

Shades of #ADDBCE

#ADDBCE
(173,219,206)
#9EC8BC
(158,200,188)
#8FB5AA
(143,181,170)
#80A298
(128,162,152)
#718F86
(113,143,134)
#627C74
(98,124,116)
#536962
(83,105,98)
#445650
(68,86,80)
#35433E
(53,67,62)
#26302C
(38,48,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #ADDBCE

#ADDBCE
(173,219,206)
#B4DED2
(180,222,210)
#BBE1D6
(187,225,214)
#C2E4DA
(194,228,218)
#C9E7DE
(201,231,222)
#D0EAE2
(208,234,226)
#D7EDE6
(215,237,230)
#DEF0EA
(222,240,234)
#E5F3EE
(229,243,238)
#ECF6F2
(236,246,242)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBCE; }

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

This text font color is #ADDBCE.


Background Color

.myBgColor { background-color: #ADDBCE; }

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

This div background color is #ADDBCE.


Border color

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

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

This div border color is #ADDBCE.


Opacity

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

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

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

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

This text has shadow with #ADDBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBCE on black background.


Color preview on white background

This text has color #ADDBCE on white background.



Black color preview on #ADDBCE background

This text has black color on #ADDBCE background.


White color preview on #ADDBCE background

This text has white color on #ADDBCE background.