COLOR #ADADDC

HEX: #ADADDC RGB: (173,173,220)

Renk bilgisi

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

RGB renk modeli

#ADADDC color RGB value is (173,173,220).

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

RGB bağlantıları ve doygunluk

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

173
173
220

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 173 + 220 = 566 (100%)
R 173 of 566 ~ 30.57%
G 173 of 566 ~ 30.57%
B 220 of 566 ~ 38.87'%

%30.57
%30.57
%38.87

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.36%
  • eflatun tonu 21.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%

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

CMYK yüzdeleri

%21.36
%21.36
%0
%13.73

Codes

Color #ADADDC in popluar color models

AD AD DC
RGB 173 173 220
HSL 240° 40.17% 77.06%
HSB/HSV 240° 21.36% 86.27%
CMYK 21.36% 21.36% 0.00%
13.73%

Color #ADADDC in popluar number systems.

HEX AD AD DC
Decimal 173 173 220
Binary 10101101 10101101 11011100
Octal 255 255 334

Shades and tints

Shades of #ADADDC

#ADADDC
(173,173,220)
#9E9EC8
(158,158,200)
#8F8FB4
(143,143,180)
#8080A0
(128,128,160)
#71718C
(113,113,140)
#626278
(98,98,120)
#535364
(83,83,100)
#444450
(68,68,80)
#35353C
(53,53,60)
#262628
(38,38,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADADDC

#ADADDC
(173,173,220)
#B4B4DF
(180,180,223)
#BBBBE2
(187,187,226)
#C2C2E5
(194,194,229)
#C9C9E8
(201,201,232)
#D0D0EB
(208,208,235)
#D7D7EE
(215,215,238)
#DEDEF1
(222,222,241)
#E5E5F4
(229,229,244)
#ECECF7
(236,236,247)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADDC; }

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

This text font color is #ADADDC.

Background Color

.myBgColor { background-color: #ADADDC; }

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

This div background color is #ADADDC.

Border color

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

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

This div border color is #ADADDC.

Opacity

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

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

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

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

This text has shadow with #ADADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADDC.

Preview

Color preview on black background

This text has color #ADADDC on black background.


Color preview on white background

This text has color #ADADDC on white background.


Black color preview on #ADADDC background

This text has black color on #ADADDC background.


White color preview on #ADADDC background

This text has white color on #ADADDC background.


Related colors

Complementary color

Complementary color for #hex is #525223.


I love getcolorcode.com