COLOR #ADADD7

HEX: #ADADD7
RGB: (173,173,215)

Renk bilgisi

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

RGB renk modeli

#ADADD7 color RGB value is (173,173,215).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 215 of 255 = 84%

173
173
215

R + G + B ~ 73%. #ADADD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 173 + 215 = 561 (100%)
R 173 of 561 ~ 30.84%
G 173 of 561 ~ 30.84%
B 215 of 561 ~ 38.32%

%30.84
%30.84
%38.32

CMYK RENK MODELİ

#ADADD7 rengi CMYK tonu (20,20,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 19.53%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,20,0,16)
C20M20Y0K16 
(20%,20%,0%,16%)
(0.20/0.20/0.00/0.16)	

CMYK yüzdeleri

%19.53
%19.53
%0
%15.69

Codes

Color #ADADD7 in popluar color models

ADADD7
RGB173173215
HSL240°34.43%76.08%
HSB/HSV240°19.53%84.31%
CMYK19.53%19.53%0.00%
15.69%

Color #ADADD7 in popluar number systems.

HEXADADD7
Decimal173173215
Binary101011011010110111010111
Octal255255327

Shades and tints

Shades of #ADADD7

#ADADD7
(173,173,215)
#9E9EC4
(158,158,196)
#8F8FB1
(143,143,177)
#80809E
(128,128,158)
#71718B
(113,113,139)
#626278
(98,98,120)
#535365
(83,83,101)
#444452
(68,68,82)
#35353F
(53,53,63)
#26262C
(38,38,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADADD7

#ADADD7
(173,173,215)
#B4B4DA
(180,180,218)
#BBBBDD
(187,187,221)
#C2C2E0
(194,194,224)
#C9C9E3
(201,201,227)
#D0D0E6
(208,208,230)
#D7D7E9
(215,215,233)
#DEDEEC
(222,222,236)
#E5E5EF
(229,229,239)
#ECECF2
(236,236,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADD7; }

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

This text font color is #ADADD7.


Background Color

.myBgColor { background-color: #ADADD7; }

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

This div background color is #ADADD7.


Border color

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

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

This div border color is #ADADD7.


Opacity

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

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

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

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

This text has shadow with #ADADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADD7 on black background.


Color preview on white background

This text has color #ADADD7 on white background.



Black color preview on #ADADD7 background

This text has black color on #ADADD7 background.


White color preview on #ADADD7 background

This text has white color on #ADADD7 background.