COLOR #A687B1

HEX: #A687B1
RGB: (166,135,177)

Renk bilgisi

#A687B1 contains red, green and blue colors in about the same proportion. #A687B1 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A687B1 color RGB value is (166,135,177).

  • kırmız ton 166;
  • yeşil ton 135;
  • mavi ton 177.
RGB:
(166,135,177)
(65%,53%,69%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 135 of 255 = 53%
B 177 of 255 = 69%

166
135
177

R + G + B ~ 62%. #A687B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 135 + 177 = 478 (100%)
R 166 of 478 ~ 34.73%
G 135 of 478 ~ 28.24%
B 177 of 478 ~ 37.03%

%34.73
%28.24
%37.03

CMYK RENK MODELİ

#A687B1 rengi CMYK tonu (6,24,0,31).

  • camgöbeği tonu 6.21%
  • eflatun tonu 23.73%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(6,24,0,31)
C6M24Y0K31 
(6%,24%,0%,31%)
(0.06/0.24/0.00/0.31)	

CMYK yüzdeleri

%6.21
%23.73
%0
%30.59

Codes

Color #A687B1 in popluar color models

A687B1
RGB166135177
HSL284°21.21%61.18%
HSB/HSV284°23.73%69.41%
CMYK6.21%23.73%0.00%
30.59%

Color #A687B1 in popluar number systems.

HEXA687B1
Decimal166135177
Binary101001101000011110110001
Octal246207261

Shades and tints

Shades of #A687B1

#A687B1
(166,135,177)
#977BA1
(151,123,161)
#886F91
(136,111,145)
#796381
(121,99,129)
#6A5771
(106,87,113)
#5B4B61
(91,75,97)
#4C3F51
(76,63,81)
#3D3341
(61,51,65)
#2E2731
(46,39,49)
#1F1B21
(31,27,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A687B1

#A687B1
(166,135,177)
#AE91B8
(174,145,184)
#B69BBF
(182,155,191)
#BEA5C6
(190,165,198)
#C6AFCD
(198,175,205)
#CEB9D4
(206,185,212)
#D6C3DB
(214,195,219)
#DECDE2
(222,205,226)
#E6D7E9
(230,215,233)
#EEE1F0
(238,225,240)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A687B1 color. Also use rgb(166,135,177) instead hex code.

Text Font Color

.myTextColor { color: #A687B1; }

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

This text font color is #A687B1.


Background Color

.myBgColor { background-color: #A687B1; }

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

This div background color is #A687B1.


Border color

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

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

This div border color is #A687B1.


Opacity

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

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

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

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

This text has shadow with #A687B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A687B1 on black background.


Color preview on white background

This text has color #A687B1 on white background.



Black color preview on #A687B1 background

This text has black color on #A687B1 background.


White color preview on #A687B1 background

This text has white color on #A687B1 background.