COLOR #A6B5D1

HEX: #A6B5D1
RGB: (166,181,209)

Renk bilgisi

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

RGB renk modeli

#A6B5D1 color RGB value is (166,181,209).

  • kırmız ton 166;
  • yeşil ton 181;
  • mavi ton 209.
RGB:
(166,181,209)
(65%,71%,82%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 181 of 255 = 71%
B 209 of 255 = 82%

166
181
209

R + G + B ~ 73%. #A6B5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 181 + 209 = 556 (100%)
R 166 of 556 ~ 29.86%
G 181 of 556 ~ 32.55%
B 209 of 556 ~ 37.59%

%29.86
%32.55
%37.59

CMYK RENK MODELİ

#A6B5D1 rengi CMYK tonu (21,13,0,18).

  • camgöbeği tonu 20.57%
  • eflatun tonu 13.40%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(21,13,0,18)
C21M13Y0K18 
(21%,13%,0%,18%)
(0.21/0.13/0.00/0.18)	

CMYK yüzdeleri

%20.57
%13.4
%0
%18.04

Codes

Color #A6B5D1 in popluar color models

A6B5D1
RGB166181209
HSL219°31.85%73.53%
HSB/HSV219°20.57%81.96%
CMYK20.57%13.40%0.00%
18.04%

Color #A6B5D1 in popluar number systems.

HEXA6B5D1
Decimal166181209
Binary101001101011010111010001
Octal246265321

Shades and tints

Shades of #A6B5D1

#A6B5D1
(166,181,209)
#97A5BE
(151,165,190)
#8895AB
(136,149,171)
#798598
(121,133,152)
#6A7585
(106,117,133)
#5B6572
(91,101,114)
#4C555F
(76,85,95)
#3D454C
(61,69,76)
#2E3539
(46,53,57)
#1F2526
(31,37,38)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6B5D1

#A6B5D1
(166,181,209)
#AEBBD5
(174,187,213)
#B6C1D9
(182,193,217)
#BEC7DD
(190,199,221)
#C6CDE1
(198,205,225)
#CED3E5
(206,211,229)
#D6D9E9
(214,217,233)
#DEDFED
(222,223,237)
#E6E5F1
(230,229,241)
#EEEBF5
(238,235,245)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B5D1 color. Also use rgb(166,181,209) instead hex code.

Text Font Color

.myTextColor { color: #A6B5D1; }

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

This text font color is #A6B5D1.


Background Color

.myBgColor { background-color: #A6B5D1; }

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

This div background color is #A6B5D1.


Border color

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

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

This div border color is #A6B5D1.


Opacity

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

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

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

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

This text has shadow with #A6B5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B5D1 on black background.


Color preview on white background

This text has color #A6B5D1 on white background.



Black color preview on #A6B5D1 background

This text has black color on #A6B5D1 background.


White color preview on #A6B5D1 background

This text has white color on #A6B5D1 background.