COLOR #D188B2

HEX: #D188B2
RGB: (209,136,178)

Color info

#D188B2 contains mainly red and blue colors. Web safe color of #D188B2 is #CC9999 (or #C99).

RGB color model

#D188B2 color RGB value is (209,136,178).

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

RGB channels and saturation

R 209 of 255 = 82%
G 136 of 255 = 53%
B 178 of 255 = 70%

209
136
178

R + G + B ~ 68%. #D188B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 136 + 178 = 523 (100%)
R 209 of 523 ~ 39.96%
G 136 of 523 ~ 26%
B 178 of 523 ~ 34.03%

%39.96
%26
%34.03

CMYK color model

#D188B2 color CMYK value is (0,35,15,18).

  • cyan value is 0.00%
  • magenta value is 34.93%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(0,35,15,18)
C0M35Y15K18 
(0%,35%,15%,18%)
(0.00/0.35/0.15/0.18)	

CMYK percentages

%0
%34.93
%14.83
%18.04

Codes

Color #D188B2 in popluar color models

D188B2
RGB209136178
HSL325°44.24%67.65%
HSB/HSV325°34.93%81.96%
CMYK0.00%34.93%14.83%
18.04%

Color #D188B2 in popluar number systems.

HEXD188B2
Decimal209136178
Binary110100011000100010110010
Octal321210262

Shades and tints

Shades of #D188B2

#D188B2
(209,136,178)
#BE7CA2
(190,124,162)
#AB7092
(171,112,146)
#986482
(152,100,130)
#855872
(133,88,114)
#724C62
(114,76,98)
#5F4052
(95,64,82)
#4C3442
(76,52,66)
#392832
(57,40,50)
#261C22
(38,28,34)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #D188B2

#D188B2
(209,136,178)
#D592B9
(213,146,185)
#D99CC0
(217,156,192)
#DDA6C7
(221,166,199)
#E1B0CE
(225,176,206)
#E5BAD5
(229,186,213)
#E9C4DC
(233,196,220)
#EDCEE3
(237,206,227)
#F1D8EA
(241,216,234)
#F5E2F1
(245,226,241)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D188B2; }

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

This text font color is #D188B2.


Background Color

.myBgColor { background-color: #D188B2; }

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

This div background color is #D188B2.


Border color

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

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

This div border color is #D188B2.


Opacity

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

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

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

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

This text has shadow with #D188B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D188B2 on black background.


Color preview on white background

This text has color #D188B2 on white background.



Black color preview on #D188B2 background

This text has black color on #D188B2 background.


White color preview on #D188B2 background

This text has white color on #D188B2 background.