COLOR #ADADDB

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

173
173
219

R + G + B ~ 74%. #ADADDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 173 + 219 = 565 (100%)
R 173 of 565 ~ 30.62%
G 173 of 565 ~ 30.62%
B 219 of 565 ~ 38.76%

%30.62
%30.62
%38.76

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%21
%21
%0
%14.12

Codes

Color #ADADDB in popluar color models

ADADDB
RGB173173219
HSL240°38.98%76.86%
HSB/HSV240°21.00%85.88%
CMYK21.00%21.00%0.00%
14.12%

Color #ADADDB in popluar number systems.

HEXADADDB
Decimal173173219
Binary101011011010110111011011
Octal255255333

Shades and tints

Shades of #ADADDB

#ADADDB
(173,173,219)
#9E9EC8
(158,158,200)
#8F8FB5
(143,143,181)
#8080A2
(128,128,162)
#71718F
(113,113,143)
#62627C
(98,98,124)
#535369
(83,83,105)
#444456
(68,68,86)
#353543
(53,53,67)
#262630
(38,38,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADADDB

#ADADDB
(173,173,219)
#B4B4DE
(180,180,222)
#BBBBE1
(187,187,225)
#C2C2E4
(194,194,228)
#C9C9E7
(201,201,231)
#D0D0EA
(208,208,234)
#D7D7ED
(215,215,237)
#DEDEF0
(222,222,240)
#E5E5F3
(229,229,243)
#ECECF6
(236,236,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADDB; }

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

This text font color is #ADADDB.


Background Color

.myBgColor { background-color: #ADADDB; }

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

This div background color is #ADADDB.


Border color

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

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

This div border color is #ADADDB.


Opacity

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

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

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

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

This text has shadow with #ADADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADDB on black background.


Color preview on white background

This text has color #ADADDB on white background.



Black color preview on #ADADDB background

This text has black color on #ADADDB background.


White color preview on #ADADDB background

This text has white color on #ADADDB background.