COLOR #896EDD

HEX: #896EDD
RGB: (137,110,221)

Renk bilgisi

#896EDD contains mainly blue color. #896EDD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#896EDD color RGB value is (137,110,221).

  • kırmız ton 137;
  • yeşil ton 110;
  • mavi ton 221.
RGB:
(137,110,221)
(54%,43%,87%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 110 of 255 = 43%
B 221 of 255 = 87%

137
110
221

R + G + B ~ 61%. #896EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 110 + 221 = 468 (100%)
R 137 of 468 ~ 29.27%
G 110 of 468 ~ 23.5%
B 221 of 468 ~ 47.22%

%29.27
%23.5
%47.22

CMYK RENK MODELİ

#896EDD rengi CMYK tonu (38,50,0,13).

  • camgöbeği tonu 38.01%
  • eflatun tonu 50.23%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(38,50,0,13)
C38M50Y0K13 
(38%,50%,0%,13%)
(0.38/0.50/0.00/0.13)	

CMYK yüzdeleri

%38.01
%50.23
%0
%13.33

Codes

Color #896EDD in popluar color models

896EDD
RGB137110221
HSL255°62.01%64.90%
HSB/HSV255°50.23%86.67%
CMYK38.01%50.23%0.00%
13.33%

Color #896EDD in popluar number systems.

HEX896EDD
Decimal137110221
Binary10001001110111011011101
Octal211156335

Shades and tints

Shades of #896EDD

#896EDD
(137,110,221)
#7D64C9
(125,100,201)
#715AB5
(113,90,181)
#6550A1
(101,80,161)
#59468D
(89,70,141)
#4D3C79
(77,60,121)
#413265
(65,50,101)
#352851
(53,40,81)
#291E3D
(41,30,61)
#1D1429
(29,20,41)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #896EDD

#896EDD
(137,110,221)
#937BE0
(147,123,224)
#9D88E3
(157,136,227)
#A795E6
(167,149,230)
#B1A2E9
(177,162,233)
#BBAFEC
(187,175,236)
#C5BCEF
(197,188,239)
#CFC9F2
(207,201,242)
#D9D6F5
(217,214,245)
#E3E3F8
(227,227,248)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896EDD color. Also use rgb(137,110,221) instead hex code.

Text Font Color

.myTextColor { color: #896EDD; }

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

This text font color is #896EDD.


Background Color

.myBgColor { background-color: #896EDD; }

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

This div background color is #896EDD.


Border color

.myBorderColor { border: 1px solid #896EDD; }

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

This div border color is #896EDD.


Opacity

.myOpacity80 { color: #896EDD; opacity: 0.8; }

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

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

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

This text has shadow with #896EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896EDD on black background.


Color preview on white background

This text has color #896EDD on white background.



Black color preview on #896EDD background

This text has black color on #896EDD background.


White color preview on #896EDD background

This text has white color on #896EDD background.