COLOR #D68DB7

HEX: #D68DB7 RGB: (214,141,183)

Color info

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

RGB color model

#D68DB7 color RGB value is (214,141,183).

RGB: (214,141,183) (84%, 55%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 141 of 255 = 55%
B 183 of 255 = 72%

214
141
183

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

Portions of RGB colors in percentages

R + G + B = 214 + 141 + 183 = 538 (100%)
R 214 of 538 ~ 39.78%
G 141 of 538 ~ 26.21%
B 183 of 538 ~ 34.01'%

%39.78
%26.21
%34.01

CMYK color model

#D68DB7 color CMYK value is (0,34,14,16).

  • cyan value is 0.00%
  • magenta value is 34.11%
  • yellow value is 14.49%
  • key color value is 16.08%

CMYK: (0,34,14,16)
C0M34Y14K16 (0%, 34%, 14%, 16%)
(0.00 / 0.34 / 0.14 / 0.16)

CMYK percentages

%0
%34.11
%14.49
%16.08

Codes

Color #D68DB7 in popluar color models

D6 8D B7
RGB 214 141 183
HSL 325° 47.10% 69.61%
HSB/HSV 325° 34.11% 83.92%
CMYK 0.00% 34.11% 14.49%
16.08%

Color #D68DB7 in popluar number systems.

HEX D6 8D B7
Decimal 214 141 183
Binary 11010110 10001101 10110111
Octal 326 215 267

Shades and tints

Shades of #D68DB7

#D68DB7
(214,141,183)
#C381A7
(195,129,167)
#B07597
(176,117,151)
#9D6987
(157,105,135)
#8A5D77
(138,93,119)
#775167
(119,81,103)
#644557
(100,69,87)
#513947
(81,57,71)
#3E2D37
(62,45,55)
#2B2127
(43,33,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D68DB7

#D68DB7
(214,141,183)
#D997BD
(217,151,189)
#DCA1C3
(220,161,195)
#DFABC9
(223,171,201)
#E2B5CF
(226,181,207)
#E5BFD5
(229,191,213)
#E8C9DB
(232,201,219)
#EBD3E1
(235,211,225)
#EEDDE7
(238,221,231)
#F1E7ED
(241,231,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68DB7 color. Also use rgb(214,141,183) instead hex code.

Text Font Color

.myTextColor { color: #D68DB7; }

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

This text font color is #D68DB7.

Background Color

.myBgColor { background-color: #D68DB7; }

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

This div background color is #D68DB7.

Border color

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

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

This div border color is #D68DB7.

Opacity

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

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

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

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

This text has shadow with #D68DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D68DB7.

Preview

Color preview on black background

This text has color #D68DB7 on black background.


Color preview on white background

This text has color #D68DB7 on white background.


Black color preview on #D68DB7 background

This text has black color on #D68DB7 background.


White color preview on #D68DB7 background

This text has white color on #D68DB7 background.


Related colors

Complementary color

Complementary color for #hex is #297248.


I love getcolorcode.com

Triadic colors

1 #B7D68D and #8DB7D6 with #D68DB7 are triadic colors.

2 #B78DD6 and #8DD6B7 with #D68DB7 are triadic colors.