COLOR #D386BD

HEX: #D386BD
RGB: (211,134,189)

Color info

#D386BD contains mainly red and blue colors. Web safe color of #D386BD is #CC99CC (or #C9C).

RGB color model

#D386BD color RGB value is (211,134,189).

  • red value is 211;
  • green value is 134;
  • blue value is 189.
RGB:
(211,134,189)
(83%,53%,74%)

RGB channels and saturation

R 211 of 255 = 83%
G 134 of 255 = 53%
B 189 of 255 = 74%

211
134
189

R + G + B ~ 70%. #D386BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 134 + 189 = 534 (100%)
R 211 of 534 ~ 39.51%
G 134 of 534 ~ 25.09%
B 189 of 534 ~ 35.39%

%39.51
%25.09
%35.39

CMYK color model

#D386BD color CMYK value is (0,36,10,17).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(0,36,10,17)
C0M36Y10K17 
(0%,36%,10%,17%)
(0.00/0.36/0.10/0.17)	

CMYK percentages

%0
%36.49
%10.43
%17.25

Codes

Color #D386BD in popluar color models

D386BD
RGB211134189
HSL317°46.67%67.65%
HSB/HSV317°36.49%82.75%
CMYK0.00%36.49%10.43%
17.25%

Color #D386BD in popluar number systems.

HEXD386BD
Decimal211134189
Binary110100111000011010111101
Octal323206275

Shades and tints

Shades of #D386BD

#D386BD
(211,134,189)
#C07AAC
(192,122,172)
#AD6E9B
(173,110,155)
#9A628A
(154,98,138)
#875679
(135,86,121)
#744A68
(116,74,104)
#613E57
(97,62,87)
#4E3246
(78,50,70)
#3B2635
(59,38,53)
#281A24
(40,26,36)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #D386BD

#D386BD
(211,134,189)
#D791C3
(215,145,195)
#DB9CC9
(219,156,201)
#DFA7CF
(223,167,207)
#E3B2D5
(227,178,213)
#E7BDDB
(231,189,219)
#EBC8E1
(235,200,225)
#EFD3E7
(239,211,231)
#F3DEED
(243,222,237)
#F7E9F3
(247,233,243)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D386BD color. Also use rgb(211,134,189) instead hex code.

Text Font Color

.myTextColor { color: #D386BD; }

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

This text font color is #D386BD.


Background Color

.myBgColor { background-color: #D386BD; }

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

This div background color is #D386BD.


Border color

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

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

This div border color is #D386BD.


Opacity

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

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

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

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

This text has shadow with #D386BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D386BD on black background.


Color preview on white background

This text has color #D386BD on white background.



Black color preview on #D386BD background

This text has black color on #D386BD background.


White color preview on #D386BD background

This text has white color on #D386BD background.