COLOR #888EA4

HEX: #888EA4
RGB: (136,142,164)

Renk bilgisi

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

RGB renk modeli

#888EA4 color RGB value is (136,142,164).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 164 of 255 = 64%

136
142
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 164 = 442 (100%)
R 136 of 442 ~ 30.77%
G 142 of 442 ~ 32.13%
B 164 of 442 ~ 37.1%

%30.77
%32.13
%37.1

CMYK RENK MODELİ

#888EA4 rengi CMYK tonu (17,13,0,36).

  • camgöbeği tonu 17.07%
  • eflatun tonu 13.41%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(17,13,0,36)
C17M13Y0K36 
(17%,13%,0%,36%)
(0.17/0.13/0.00/0.36)	

CMYK yüzdeleri

%17.07
%13.41
%0
%35.69

Codes

Color #888EA4 in popluar color models

888EA4
RGB136142164
HSL227°13.33%58.82%
HSB/HSV227°17.07%64.31%
CMYK17.07%13.41%0.00%
35.69%

Color #888EA4 in popluar number systems.

HEX888EA4
Decimal136142164
Binary100010001000111010100100
Octal210216244

Shades and tints

Shades of #888EA4

#888EA4
(136,142,164)
#7C8296
(124,130,150)
#707688
(112,118,136)
#646A7A
(100,106,122)
#585E6C
(88,94,108)
#4C525E
(76,82,94)
#404650
(64,70,80)
#343A42
(52,58,66)
#282E34
(40,46,52)
#1C2226
(28,34,38)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #888EA4

#888EA4
(136,142,164)
#9298AC
(146,152,172)
#9CA2B4
(156,162,180)
#A6ACBC
(166,172,188)
#B0B6C4
(176,182,196)
#BAC0CC
(186,192,204)
#C4CAD4
(196,202,212)
#CED4DC
(206,212,220)
#D8DEE4
(216,222,228)
#E2E8EC
(226,232,236)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888EA4; }

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

This text font color is #888EA4.


Background Color

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

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

This div background color is #888EA4.


Border color

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

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

This div border color is #888EA4.


Opacity

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

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

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

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

This text has shadow with #888EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888EA4 on black background.


Color preview on white background

This text has color #888EA4 on white background.



Black color preview on #888EA4 background

This text has black color on #888EA4 background.


White color preview on #888EA4 background

This text has white color on #888EA4 background.