COLOR #988FD8

HEX: #988FD8
RGB: (152,143,216)

Renk bilgisi

#988FD8 contains mainly blue color. #988FD8 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#988FD8 color RGB value is (152,143,216).

  • kırmız ton 152;
  • yeşil ton 143;
  • mavi ton 216.
RGB:
(152,143,216)
(60%,56%,85%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 143 of 255 = 56%
B 216 of 255 = 85%

152
143
216

R + G + B ~ 67%. #988FD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 143 + 216 = 511 (100%)
R 152 of 511 ~ 29.75%
G 143 of 511 ~ 27.98%
B 216 of 511 ~ 42.27%

%29.75
%27.98
%42.27

CMYK RENK MODELİ

#988FD8 rengi CMYK tonu (30,34,0,15).

  • camgöbeği tonu 29.63%
  • eflatun tonu 33.80%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(30,34,0,15)
C30M34Y0K15 
(30%,34%,0%,15%)
(0.30/0.34/0.00/0.15)	

CMYK yüzdeleri

%29.63
%33.8
%0
%15.29

Codes

Color #988FD8 in popluar color models

988FD8
RGB152143216
HSL247°48.34%70.39%
HSB/HSV247°33.80%84.71%
CMYK29.63%33.80%0.00%
15.29%

Color #988FD8 in popluar number systems.

HEX988FD8
Decimal152143216
Binary100110001000111111011000
Octal230217330

Shades and tints

Shades of #988FD8

#988FD8
(152,143,216)
#8B82C5
(139,130,197)
#7E75B2
(126,117,178)
#71689F
(113,104,159)
#645B8C
(100,91,140)
#574E79
(87,78,121)
#4A4166
(74,65,102)
#3D3453
(61,52,83)
#302740
(48,39,64)
#231A2D
(35,26,45)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #988FD8

#988FD8
(152,143,216)
#A199DB
(161,153,219)
#AAA3DE
(170,163,222)
#B3ADE1
(179,173,225)
#BCB7E4
(188,183,228)
#C5C1E7
(197,193,231)
#CECBEA
(206,203,234)
#D7D5ED
(215,213,237)
#E0DFF0
(224,223,240)
#E9E9F3
(233,233,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988FD8 color. Also use rgb(152,143,216) instead hex code.

Text Font Color

.myTextColor { color: #988FD8; }

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

This text font color is #988FD8.


Background Color

.myBgColor { background-color: #988FD8; }

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

This div background color is #988FD8.


Border color

.myBorderColor { border: 1px solid #988FD8; }

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

This div border color is #988FD8.


Opacity

.myOpacity80 { color: #988FD8; opacity: 0.8; }

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

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

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

This text has shadow with #988FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FD8 on black background.


Color preview on white background

This text has color #988FD8 on white background.



Black color preview on #988FD8 background

This text has black color on #988FD8 background.


White color preview on #988FD8 background

This text has white color on #988FD8 background.