COLOR #ADACE7

HEX: #ADACE7
RGB: (173,172,231)

Renk bilgisi

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

RGB renk modeli

#ADACE7 color RGB value is (173,172,231).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 172 of 255 = 67%
B 231 of 255 = 91%

173
172
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 172 + 231 = 576 (100%)
R 173 of 576 ~ 30.03%
G 172 of 576 ~ 29.86%
B 231 of 576 ~ 40.1%

%30.03
%29.86
%40.1

CMYK RENK MODELİ

#ADACE7 rengi CMYK tonu (25,26,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 25.54%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,26,0,9)
C25M26Y0K9 
(25%,26%,0%,9%)
(0.25/0.26/0.00/0.09)	

CMYK yüzdeleri

%25.11
%25.54
%0
%9.41

Codes

Color #ADACE7 in popluar color models

ADACE7
RGB173172231
HSL241°55.14%79.02%
HSB/HSV241°25.54%90.59%
CMYK25.11%25.54%0.00%
9.41%

Color #ADACE7 in popluar number systems.

HEXADACE7
Decimal173172231
Binary101011011010110011100111
Octal255254347

Shades and tints

Shades of #ADACE7

#ADACE7
(173,172,231)
#9E9DD2
(158,157,210)
#8F8EBD
(143,142,189)
#807FA8
(128,127,168)
#717093
(113,112,147)
#62617E
(98,97,126)
#535269
(83,82,105)
#444354
(68,67,84)
#35343F
(53,52,63)
#26252A
(38,37,42)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADACE7

#ADACE7
(173,172,231)
#B4B3E9
(180,179,233)
#BBBAEB
(187,186,235)
#C2C1ED
(194,193,237)
#C9C8EF
(201,200,239)
#D0CFF1
(208,207,241)
#D7D6F3
(215,214,243)
#DEDDF5
(222,221,245)
#E5E4F7
(229,228,247)
#ECEBF9
(236,235,249)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACE7; }

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

This text font color is #ADACE7.


Background Color

.myBgColor { background-color: #ADACE7; }

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

This div background color is #ADACE7.


Border color

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

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

This div border color is #ADACE7.


Opacity

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

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

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

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

This text has shadow with #ADACE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADACE7 on black background.


Color preview on white background

This text has color #ADACE7 on white background.



Black color preview on #ADACE7 background

This text has black color on #ADACE7 background.


White color preview on #ADACE7 background

This text has white color on #ADACE7 background.