COLOR #ADBBE7

HEX: #ADBBE7
RGB: (173,187,231)

Renk bilgisi

#ADBBE7 contains red, green and blue colors in about the same proportion. #ADBBE7 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADBBE7 color RGB value is (173,187,231).

  • kırmız ton 173;
  • yeşil ton 187;
  • mavi ton 231.
RGB:
(173,187,231)
(68%,73%,91%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 187 of 255 = 73%
B 231 of 255 = 91%

173
187
231

R + G + B ~ 77%. #ADBBE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 231 = 591 (100%)
R 173 of 591 ~ 29.27%
G 187 of 591 ~ 31.64%
B 231 of 591 ~ 39.09%

%29.27
%31.64
%39.09

CMYK RENK MODELİ

#ADBBE7 rengi CMYK tonu (25,19,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 19.05%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,19,0,9)
C25M19Y0K9 
(25%,19%,0%,9%)
(0.25/0.19/0.00/0.09)	

CMYK yüzdeleri

%25.11
%19.05
%0
%9.41

Codes

Color #ADBBE7 in popluar color models

ADBBE7
RGB173187231
HSL226°54.72%79.22%
HSB/HSV226°25.11%90.59%
CMYK25.11%19.05%0.00%
9.41%

Color #ADBBE7 in popluar number systems.

HEXADBBE7
Decimal173187231
Binary101011011011101111100111
Octal255273347

Shades and tints

Shades of #ADBBE7

#ADBBE7
(173,187,231)
#9EAAD2
(158,170,210)
#8F99BD
(143,153,189)
#8088A8
(128,136,168)
#717793
(113,119,147)
#62667E
(98,102,126)
#535569
(83,85,105)
#444454
(68,68,84)
#35333F
(53,51,63)
#26222A
(38,34,42)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADBBE7

#ADBBE7
(173,187,231)
#B4C1E9
(180,193,233)
#BBC7EB
(187,199,235)
#C2CDED
(194,205,237)
#C9D3EF
(201,211,239)
#D0D9F1
(208,217,241)
#D7DFF3
(215,223,243)
#DEE5F5
(222,229,245)
#E5EBF7
(229,235,247)
#ECF1F9
(236,241,249)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBE7; }

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

This text font color is #ADBBE7.


Background Color

.myBgColor { background-color: #ADBBE7; }

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

This div background color is #ADBBE7.


Border color

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

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

This div border color is #ADBBE7.


Opacity

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

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

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

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

This text has shadow with #ADBBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBE7 on black background.


Color preview on white background

This text has color #ADBBE7 on white background.



Black color preview on #ADBBE7 background

This text has black color on #ADBBE7 background.


White color preview on #ADBBE7 background

This text has white color on #ADBBE7 background.