COLOR #ADB2E9

HEX: #ADB2E9
RGB: (173,178,233)

Renk bilgisi

#ADB2E9 contains mainly green and blue colors. #ADB2E9 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#ADB2E9 color RGB value is (173,178,233).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 233 of 255 = 91%

173
178
233

R + G + B ~ 76%. #ADB2E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 233 = 584 (100%)
R 173 of 584 ~ 29.62%
G 178 of 584 ~ 30.48%
B 233 of 584 ~ 39.9%

%29.62
%30.48
%39.9

CMYK RENK MODELİ

#ADB2E9 rengi CMYK tonu (26,24,0,9).

  • camgöbeği tonu 25.75%
  • eflatun tonu 23.61%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(26,24,0,9)
C26M24Y0K9 
(26%,24%,0%,9%)
(0.26/0.24/0.00/0.09)	

CMYK yüzdeleri

%25.75
%23.61
%0
%8.63

Codes

Color #ADB2E9 in popluar color models

ADB2E9
RGB173178233
HSL235°57.69%79.61%
HSB/HSV235°25.75%91.37%
CMYK25.75%23.61%0.00%
8.63%

Color #ADB2E9 in popluar number systems.

HEXADB2E9
Decimal173178233
Binary101011011011001011101001
Octal255262351

Shades and tints

Shades of #ADB2E9

#ADB2E9
(173,178,233)
#9EA2D4
(158,162,212)
#8F92BF
(143,146,191)
#8082AA
(128,130,170)
#717295
(113,114,149)
#626280
(98,98,128)
#53526B
(83,82,107)
#444256
(68,66,86)
#353241
(53,50,65)
#26222C
(38,34,44)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADB2E9

#ADB2E9
(173,178,233)
#B4B9EB
(180,185,235)
#BBC0ED
(187,192,237)
#C2C7EF
(194,199,239)
#C9CEF1
(201,206,241)
#D0D5F3
(208,213,243)
#D7DCF5
(215,220,245)
#DEE3F7
(222,227,247)
#E5EAF9
(229,234,249)
#ECF1FB
(236,241,251)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2E9; }

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

This text font color is #ADB2E9.


Background Color

.myBgColor { background-color: #ADB2E9; }

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

This div background color is #ADB2E9.


Border color

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

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

This div border color is #ADB2E9.


Opacity

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

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

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

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

This text has shadow with #ADB2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2E9 on black background.


Color preview on white background

This text has color #ADB2E9 on white background.



Black color preview on #ADB2E9 background

This text has black color on #ADB2E9 background.


White color preview on #ADB2E9 background

This text has white color on #ADB2E9 background.