COLOR #ADDBDB

HEX: #ADDBDB RGB: (173,219,219)

Renk bilgisi

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

RGB renk modeli

#ADDBDB color RGB value is (173,219,219).

RGB: (173,219,219) (68%, 86%, 86%)

RGB bağlantıları ve doygunluk

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

173
219
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 219 + 219 = 611 (100%)
R 173 of 611 ~ 28.31%
G 219 of 611 ~ 35.84%
B 219 of 611 ~ 35.84'%

%28.31
%35.84
%35.84

CMYK RENK MODELİ

#ADDBDB rengi CMYK tonu (21,0,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (21,0,0,14)
C21M0Y0K14 (21%, 0%, 0%, 14%)
(0.21 / 0.00 / 0.00 / 0.14)

CMYK yüzdeleri

%21
%0
%0
%14.12

Codes

Color #ADDBDB in popluar color models

AD DB DB
RGB 173 219 219
HSL 180° 38.98% 76.86%
HSB/HSV 180° 21.00% 85.88%
CMYK 21.00% 0.00% 0.00%
14.12%

Color #ADDBDB in popluar number systems.

HEX AD DB DB
Decimal 173 219 219
Binary 10101101 11011011 11011011
Octal 255 333 333

Shades and tints

Shades of #ADDBDB

#ADDBDB
(173,219,219)
#9EC8C8
(158,200,200)
#8FB5B5
(143,181,181)
#80A2A2
(128,162,162)
#718F8F
(113,143,143)
#627C7C
(98,124,124)
#536969
(83,105,105)
#445656
(68,86,86)
#354343
(53,67,67)
#263030
(38,48,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #ADDBDB

#ADDBDB
(173,219,219)
#B4DEDE
(180,222,222)
#BBE1E1
(187,225,225)
#C2E4E4
(194,228,228)
#C9E7E7
(201,231,231)
#D0EAEA
(208,234,234)
#D7EDED
(215,237,237)
#DEF0F0
(222,240,240)
#E5F3F3
(229,243,243)
#ECF6F6
(236,246,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBDB; }

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

This text font color is #ADDBDB.

Background Color

.myBgColor { background-color: #ADDBDB; }

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

This div background color is #ADDBDB.

Border color

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

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

This div border color is #ADDBDB.

Opacity

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

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

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

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

This text has shadow with #ADDBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDBDB.

Preview

Color preview on black background

This text has color #ADDBDB on black background.


Color preview on white background

This text has color #ADDBDB on white background.


Black color preview on #ADDBDB background

This text has black color on #ADDBDB background.


White color preview on #ADDBDB background

This text has white color on #ADDBDB background.


Related colors

Complementary color

Complementary color for #hex is #522424.


I love getcolorcode.com