COLOR #888EA8

HEX: #888EA8
RGB: (136,142,168)

Renk bilgisi

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

RGB renk modeli

#888EA8 color RGB value is (136,142,168).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 168 of 255 = 66%

136
142
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 168 = 446 (100%)
R 136 of 446 ~ 30.49%
G 142 of 446 ~ 31.84%
B 168 of 446 ~ 37.67%

%30.49
%31.84
%37.67

CMYK RENK MODELİ

#888EA8 rengi CMYK tonu (19,15,0,34).

  • camgöbeği tonu 19.05%
  • eflatun tonu 15.48%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(19,15,0,34)
C19M15Y0K34 
(19%,15%,0%,34%)
(0.19/0.15/0.00/0.34)	

CMYK yüzdeleri

%19.05
%15.48
%0
%34.12

Codes

Color #888EA8 in popluar color models

888EA8
RGB136142168
HSL229°15.53%59.61%
HSB/HSV229°19.05%65.88%
CMYK19.05%15.48%0.00%
34.12%

Color #888EA8 in popluar number systems.

HEX888EA8
Decimal136142168
Binary100010001000111010101000
Octal210216250

Shades and tints

Shades of #888EA8

#888EA8
(136,142,168)
#7C8299
(124,130,153)
#70768A
(112,118,138)
#646A7B
(100,106,123)
#585E6C
(88,94,108)
#4C525D
(76,82,93)
#40464E
(64,70,78)
#343A3F
(52,58,63)
#282E30
(40,46,48)
#1C2221
(28,34,33)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #888EA8

#888EA8
(136,142,168)
#9298AF
(146,152,175)
#9CA2B6
(156,162,182)
#A6ACBD
(166,172,189)
#B0B6C4
(176,182,196)
#BAC0CB
(186,192,203)
#C4CAD2
(196,202,210)
#CED4D9
(206,212,217)
#D8DEE0
(216,222,224)
#E2E8E7
(226,232,231)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888EA8; }

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

This text font color is #888EA8.


Background Color

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

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

This div background color is #888EA8.


Border color

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

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

This div border color is #888EA8.


Opacity

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

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

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

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

This text has shadow with #888EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888EA8 on black background.


Color preview on white background

This text has color #888EA8 on white background.



Black color preview on #888EA8 background

This text has black color on #888EA8 background.


White color preview on #888EA8 background

This text has white color on #888EA8 background.