COLOR #ADB2E1

HEX: #ADB2E1
RGB: (173,178,225)

Renk bilgisi

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

RGB renk modeli

#ADB2E1 color RGB value is (173,178,225).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 225.
RGB:
(173,178,225)
(68%,70%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 225 of 255 = 88%

173
178
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 225 = 576 (100%)
R 173 of 576 ~ 30.03%
G 178 of 576 ~ 30.9%
B 225 of 576 ~ 39.06%

%30.03
%30.9
%39.06

CMYK RENK MODELİ

#ADB2E1 rengi CMYK tonu (23,21,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 20.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,21,0,12)
C23M21Y0K12 
(23%,21%,0%,12%)
(0.23/0.21/0.00/0.12)	

CMYK yüzdeleri

%23.11
%20.89
%0
%11.76

Codes

Color #ADB2E1 in popluar color models

ADB2E1
RGB173178225
HSL234°46.43%78.04%
HSB/HSV234°23.11%88.24%
CMYK23.11%20.89%0.00%
11.76%

Color #ADB2E1 in popluar number systems.

HEXADB2E1
Decimal173178225
Binary101011011011001011100001
Octal255262341

Shades and tints

Shades of #ADB2E1

#ADB2E1
(173,178,225)
#9EA2CD
(158,162,205)
#8F92B9
(143,146,185)
#8082A5
(128,130,165)
#717291
(113,114,145)
#62627D
(98,98,125)
#535269
(83,82,105)
#444255
(68,66,85)
#353241
(53,50,65)
#26222D
(38,34,45)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #ADB2E1

#ADB2E1
(173,178,225)
#B4B9E3
(180,185,227)
#BBC0E5
(187,192,229)
#C2C7E7
(194,199,231)
#C9CEE9
(201,206,233)
#D0D5EB
(208,213,235)
#D7DCED
(215,220,237)
#DEE3EF
(222,227,239)
#E5EAF1
(229,234,241)
#ECF1F3
(236,241,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2E1; }

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

This text font color is #ADB2E1.


Background Color

.myBgColor { background-color: #ADB2E1; }

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

This div background color is #ADB2E1.


Border color

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

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

This div border color is #ADB2E1.


Opacity

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

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

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

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

This text has shadow with #ADB2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2E1 on black background.


Color preview on white background

This text has color #ADB2E1 on white background.



Black color preview on #ADB2E1 background

This text has black color on #ADB2E1 background.


White color preview on #ADB2E1 background

This text has white color on #ADB2E1 background.