COLOR #ADABE5

HEX: #ADABE5
RGB: (173,171,229)

Renk bilgisi

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

RGB renk modeli

#ADABE5 color RGB value is (173,171,229).

  • kırmız ton 173;
  • yeşil ton 171;
  • mavi ton 229.
RGB:
(173,171,229)
(68%,67%,90%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 171 of 255 = 67%
B 229 of 255 = 90%

173
171
229

R + G + B ~ 75%. #ADABE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 171 + 229 = 573 (100%)
R 173 of 573 ~ 30.19%
G 171 of 573 ~ 29.84%
B 229 of 573 ~ 39.97%

%30.19
%29.84
%39.97

CMYK RENK MODELİ

#ADABE5 rengi CMYK tonu (24,25,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 25.33%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,25,0,10)
C24M25Y0K10 
(24%,25%,0%,10%)
(0.24/0.25/0.00/0.10)	

CMYK yüzdeleri

%24.45
%25.33
%0
%10.2

Codes

Color #ADABE5 in popluar color models

ADABE5
RGB173171229
HSL242°52.73%78.43%
HSB/HSV242°25.33%89.80%
CMYK24.45%25.33%0.00%
10.20%

Color #ADABE5 in popluar number systems.

HEXADABE5
Decimal173171229
Binary101011011010101111100101
Octal255253345

Shades and tints

Shades of #ADABE5

#ADABE5
(173,171,229)
#9E9CD1
(158,156,209)
#8F8DBD
(143,141,189)
#807EA9
(128,126,169)
#716F95
(113,111,149)
#626081
(98,96,129)
#53516D
(83,81,109)
#444259
(68,66,89)
#353345
(53,51,69)
#262431
(38,36,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #ADABE5

#ADABE5
(173,171,229)
#B4B2E7
(180,178,231)
#BBB9E9
(187,185,233)
#C2C0EB
(194,192,235)
#C9C7ED
(201,199,237)
#D0CEEF
(208,206,239)
#D7D5F1
(215,213,241)
#DEDCF3
(222,220,243)
#E5E3F5
(229,227,245)
#ECEAF7
(236,234,247)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABE5; }

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

This text font color is #ADABE5.


Background Color

.myBgColor { background-color: #ADABE5; }

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

This div background color is #ADABE5.


Border color

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

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

This div border color is #ADABE5.


Opacity

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

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

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

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

This text has shadow with #ADABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABE5 on black background.


Color preview on white background

This text has color #ADABE5 on white background.



Black color preview on #ADABE5 background

This text has black color on #ADABE5 background.


White color preview on #ADABE5 background

This text has white color on #ADABE5 background.