COLOR #D188EC

HEX: #D188EC
RGB: (209,136,236)

Color info

#D188EC contains mainly red and blue colors. Web safe color of #D188EC is #CC99FF (or #C9F).

RGB color model

#D188EC color RGB value is (209,136,236).

  • red value is 209;
  • green value is 136;
  • blue value is 236.
RGB:
(209,136,236)
(82%,53%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 136 of 255 = 53%
B 236 of 255 = 93%

209
136
236

R + G + B ~ 76%. #D188EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 136 + 236 = 581 (100%)
R 209 of 581 ~ 35.97%
G 136 of 581 ~ 23.41%
B 236 of 581 ~ 40.62%

%35.97
%23.41
%40.62

CMYK color model

#D188EC color CMYK value is (11,42,0,7).

  • cyan value is 11.44%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,42,0,7)
C11M42Y0K7 
(11%,42%,0%,7%)
(0.11/0.42/0.00/0.07)	

CMYK percentages

%11.44
%42.37
%0
%7.45

Codes

Color #D188EC in popluar color models

D188EC
RGB209136236
HSL284°72.46%72.94%
HSB/HSV284°42.37%92.55%
CMYK11.44%42.37%0.00%
7.45%

Color #D188EC in popluar number systems.

HEXD188EC
Decimal209136236
Binary110100011000100011101100
Octal321210354

Shades and tints

Shades of #D188EC

#D188EC
(209,136,236)
#BE7CD7
(190,124,215)
#AB70C2
(171,112,194)
#9864AD
(152,100,173)
#855898
(133,88,152)
#724C83
(114,76,131)
#5F406E
(95,64,110)
#4C3459
(76,52,89)
#392844
(57,40,68)
#261C2F
(38,28,47)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #D188EC

#D188EC
(209,136,236)
#D592ED
(213,146,237)
#D99CEE
(217,156,238)
#DDA6EF
(221,166,239)
#E1B0F0
(225,176,240)
#E5BAF1
(229,186,241)
#E9C4F2
(233,196,242)
#EDCEF3
(237,206,243)
#F1D8F4
(241,216,244)
#F5E2F5
(245,226,245)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D188EC color. Also use rgb(209,136,236) instead hex code.

Text Font Color

.myTextColor { color: #D188EC; }

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

This text font color is #D188EC.


Background Color

.myBgColor { background-color: #D188EC; }

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

This div background color is #D188EC.


Border color

.myBorderColor { border: 1px solid #D188EC; }

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

This div border color is #D188EC.


Opacity

.myOpacity80 { color: #D188EC; opacity: 0.8; }

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

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

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

This text has shadow with #D188EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D188EC on black background.


Color preview on white background

This text has color #D188EC on white background.



Black color preview on #D188EC background

This text has black color on #D188EC background.


White color preview on #D188EC background

This text has white color on #D188EC background.