COLOR #888EA5

HEX: #888EA5
RGB: (136,142,165)

Renk bilgisi

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

RGB renk modeli

#888EA5 color RGB value is (136,142,165).

  • kırmız ton 136;
  • yeşil ton 142;
  • mavi ton 165.
RGB:
(136,142,165)
(53%,56%,65%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 165 of 255 = 65%

136
142
165

R + G + B ~ 58%. #888EA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 165 = 443 (100%)
R 136 of 443 ~ 30.7%
G 142 of 443 ~ 32.05%
B 165 of 443 ~ 37.25%

%30.7
%32.05
%37.25

CMYK RENK MODELİ

#888EA5 rengi CMYK tonu (18,14,0,35).

  • camgöbeği tonu 17.58%
  • eflatun tonu 13.94%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(18,14,0,35)
C18M14Y0K35 
(18%,14%,0%,35%)
(0.18/0.14/0.00/0.35)	

CMYK yüzdeleri

%17.58
%13.94
%0
%35.29

Codes

Color #888EA5 in popluar color models

888EA5
RGB136142165
HSL228°13.88%59.02%
HSB/HSV228°17.58%64.71%
CMYK17.58%13.94%0.00%
35.29%

Color #888EA5 in popluar number systems.

HEX888EA5
Decimal136142165
Binary100010001000111010100101
Octal210216245

Shades and tints

Shades of #888EA5

#888EA5
(136,142,165)
#7C8296
(124,130,150)
#707687
(112,118,135)
#646A78
(100,106,120)
#585E69
(88,94,105)
#4C525A
(76,82,90)
#40464B
(64,70,75)
#343A3C
(52,58,60)
#282E2D
(40,46,45)
#1C221E
(28,34,30)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #888EA5

#888EA5
(136,142,165)
#9298AD
(146,152,173)
#9CA2B5
(156,162,181)
#A6ACBD
(166,172,189)
#B0B6C5
(176,182,197)
#BAC0CD
(186,192,205)
#C4CAD5
(196,202,213)
#CED4DD
(206,212,221)
#D8DEE5
(216,222,229)
#E2E8ED
(226,232,237)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888EA5 color. Also use rgb(136,142,165) instead hex code.

Text Font Color

.myTextColor { color: #888EA5; }

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

This text font color is #888EA5.


Background Color

.myBgColor { background-color: #888EA5; }

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

This div background color is #888EA5.


Border color

.myBorderColor { border: 1px solid #888EA5; }

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

This div border color is #888EA5.


Opacity

.myOpacity80 { color: #888EA5; opacity: 0.8; }

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

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

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

This text has shadow with #888EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888EA5 on black background.


Color preview on white background

This text has color #888EA5 on white background.



Black color preview on #888EA5 background

This text has black color on #888EA5 background.


White color preview on #888EA5 background

This text has white color on #888EA5 background.