COLOR #A7ADD0

HEX: #A7ADD0
RGB: (167,173,208)

Renk bilgisi

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

RGB renk modeli

#A7ADD0 color RGB value is (167,173,208).

  • kırmız ton 167;
  • yeşil ton 173;
  • mavi ton 208.
RGB:
(167,173,208)
(65%,68%,82%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 173 of 255 = 68%
B 208 of 255 = 82%

167
173
208

R + G + B ~ 72%. #A7ADD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 173 + 208 = 548 (100%)
R 167 of 548 ~ 30.47%
G 173 of 548 ~ 31.57%
B 208 of 548 ~ 37.96%

%30.47
%31.57
%37.96

CMYK RENK MODELİ

#A7ADD0 rengi CMYK tonu (20,17,0,18).

  • camgöbeği tonu 19.71%
  • eflatun tonu 16.83%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(20,17,0,18)
C20M17Y0K18 
(20%,17%,0%,18%)
(0.20/0.17/0.00/0.18)	

CMYK yüzdeleri

%19.71
%16.83
%0
%18.43

Codes

Color #A7ADD0 in popluar color models

A7ADD0
RGB167173208
HSL231°30.37%73.53%
HSB/HSV231°19.71%81.57%
CMYK19.71%16.83%0.00%
18.43%

Color #A7ADD0 in popluar number systems.

HEXA7ADD0
Decimal167173208
Binary101001111010110111010000
Octal247255320

Shades and tints

Shades of #A7ADD0

#A7ADD0
(167,173,208)
#989EBE
(152,158,190)
#898FAC
(137,143,172)
#7A809A
(122,128,154)
#6B7188
(107,113,136)
#5C6276
(92,98,118)
#4D5364
(77,83,100)
#3E4452
(62,68,82)
#2F3540
(47,53,64)
#20262E
(32,38,46)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #A7ADD0

#A7ADD0
(167,173,208)
#AFB4D4
(175,180,212)
#B7BBD8
(183,187,216)
#BFC2DC
(191,194,220)
#C7C9E0
(199,201,224)
#CFD0E4
(207,208,228)
#D7D7E8
(215,215,232)
#DFDEEC
(223,222,236)
#E7E5F0
(231,229,240)
#EFECF4
(239,236,244)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ADD0 color. Also use rgb(167,173,208) instead hex code.

Text Font Color

.myTextColor { color: #A7ADD0; }

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

This text font color is #A7ADD0.


Background Color

.myBgColor { background-color: #A7ADD0; }

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

This div background color is #A7ADD0.


Border color

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

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

This div border color is #A7ADD0.


Opacity

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

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

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

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

This text has shadow with #A7ADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADD0 on black background.


Color preview on white background

This text has color #A7ADD0 on white background.



Black color preview on #A7ADD0 background

This text has black color on #A7ADD0 background.


White color preview on #A7ADD0 background

This text has white color on #A7ADD0 background.