COLOR #A387B7

HEX: #A387B7
RGB: (163,135,183)

Renk bilgisi

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

RGB renk modeli

#A387B7 color RGB value is (163,135,183).

  • kırmız ton 163;
  • yeşil ton 135;
  • mavi ton 183.
RGB:
(163,135,183)
(64%,53%,72%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 135 of 255 = 53%
B 183 of 255 = 72%

163
135
183

R + G + B ~ 63%. #A387B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 135 + 183 = 481 (100%)
R 163 of 481 ~ 33.89%
G 135 of 481 ~ 28.07%
B 183 of 481 ~ 38.05%

%33.89
%28.07
%38.05

CMYK RENK MODELİ

#A387B7 rengi CMYK tonu (11,26,0,28).

  • camgöbeği tonu 10.93%
  • eflatun tonu 26.23%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(11,26,0,28)
C11M26Y0K28 
(11%,26%,0%,28%)
(0.11/0.26/0.00/0.28)	

CMYK yüzdeleri

%10.93
%26.23
%0
%28.24

Codes

Color #A387B7 in popluar color models

A387B7
RGB163135183
HSL275°25.00%62.35%
HSB/HSV275°26.23%71.76%
CMYK10.93%26.23%0.00%
28.24%

Color #A387B7 in popluar number systems.

HEXA387B7
Decimal163135183
Binary101000111000011110110111
Octal243207267

Shades and tints

Shades of #A387B7

#A387B7
(163,135,183)
#957BA7
(149,123,167)
#876F97
(135,111,151)
#796387
(121,99,135)
#6B5777
(107,87,119)
#5D4B67
(93,75,103)
#4F3F57
(79,63,87)
#413347
(65,51,71)
#332737
(51,39,55)
#251B27
(37,27,39)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #A387B7

#A387B7
(163,135,183)
#AB91BD
(171,145,189)
#B39BC3
(179,155,195)
#BBA5C9
(187,165,201)
#C3AFCF
(195,175,207)
#CBB9D5
(203,185,213)
#D3C3DB
(211,195,219)
#DBCDE1
(219,205,225)
#E3D7E7
(227,215,231)
#EBE1ED
(235,225,237)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A387B7 color. Also use rgb(163,135,183) instead hex code.

Text Font Color

.myTextColor { color: #A387B7; }

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

This text font color is #A387B7.


Background Color

.myBgColor { background-color: #A387B7; }

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

This div background color is #A387B7.


Border color

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

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

This div border color is #A387B7.


Opacity

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

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

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

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

This text has shadow with #A387B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387B7 on black background.


Color preview on white background

This text has color #A387B7 on white background.



Black color preview on #A387B7 background

This text has black color on #A387B7 background.


White color preview on #A387B7 background

This text has white color on #A387B7 background.