COLOR #A687EC

HEX: #A687EC
RGB: (166,135,236)

Renk bilgisi

#A687EC contains mainly blue color. #A687EC ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A687EC color RGB value is (166,135,236).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 135 of 255 = 53%
B 236 of 255 = 93%

166
135
236

R + G + B ~ 70%. #A687EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 135 + 236 = 537 (100%)
R 166 of 537 ~ 30.91%
G 135 of 537 ~ 25.14%
B 236 of 537 ~ 43.95%

%30.91
%25.14
%43.95

CMYK RENK MODELİ

#A687EC rengi CMYK tonu (30,43,0,7).

  • camgöbeği tonu 29.66%
  • eflatun tonu 42.80%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(30,43,0,7)
C30M43Y0K7 
(30%,43%,0%,7%)
(0.30/0.43/0.00/0.07)	

CMYK yüzdeleri

%29.66
%42.8
%0
%7.45

Codes

Color #A687EC in popluar color models

A687EC
RGB166135236
HSL258°72.66%72.75%
HSB/HSV258°42.80%92.55%
CMYK29.66%42.80%0.00%
7.45%

Color #A687EC in popluar number systems.

HEXA687EC
Decimal166135236
Binary101001101000011111101100
Octal246207354

Shades and tints

Shades of #A687EC

#A687EC
(166,135,236)
#977BD7
(151,123,215)
#886FC2
(136,111,194)
#7963AD
(121,99,173)
#6A5798
(106,87,152)
#5B4B83
(91,75,131)
#4C3F6E
(76,63,110)
#3D3359
(61,51,89)
#2E2744
(46,39,68)
#1F1B2F
(31,27,47)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #A687EC

#A687EC
(166,135,236)
#AE91ED
(174,145,237)
#B69BEE
(182,155,238)
#BEA5EF
(190,165,239)
#C6AFF0
(198,175,240)
#CEB9F1
(206,185,241)
#D6C3F2
(214,195,242)
#DECDF3
(222,205,243)
#E6D7F4
(230,215,244)
#EEE1F5
(238,225,245)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A687EC; }

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

This text font color is #A687EC.


Background Color

.myBgColor { background-color: #A687EC; }

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

This div background color is #A687EC.


Border color

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

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

This div border color is #A687EC.


Opacity

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

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

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

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

This text has shadow with #A687EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A687EC on black background.


Color preview on white background

This text has color #A687EC on white background.



Black color preview on #A687EC background

This text has black color on #A687EC background.


White color preview on #A687EC background

This text has white color on #A687EC background.