COLOR #D68EB7

HEX: #D68EB7
RGB: (214,142,183)

Color info

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

RGB color model

#D68EB7 color RGB value is (214,142,183).

  • red value is 214;
  • green value is 142;
  • blue value is 183.
RGB:
(214,142,183)
(84%,56%,72%)

RGB channels and saturation

R 214 of 255 = 84%
G 142 of 255 = 56%
B 183 of 255 = 72%

214
142
183

R + G + B ~ 71%. #D68EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 142 + 183 = 539 (100%)
R 214 of 539 ~ 39.7%
G 142 of 539 ~ 26.35%
B 183 of 539 ~ 33.95%

%39.7
%26.35
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.64%
  • 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
%33.64
%14.49
%16.08

Codes

Color #D68EB7 in popluar color models

D68EB7
RGB214142183
HSL326°46.75%69.80%
HSB/HSV326°33.64%83.92%
CMYK0.00%33.64%14.49%
16.08%

Color #D68EB7 in popluar number systems.

HEXD68EB7
Decimal214142183
Binary110101101000111010110111
Octal326216267

Shades and tints

Shades of #D68EB7

#D68EB7
(214,142,183)
#C382A7
(195,130,167)
#B07697
(176,118,151)
#9D6A87
(157,106,135)
#8A5E77
(138,94,119)
#775267
(119,82,103)
#644657
(100,70,87)
#513A47
(81,58,71)
#3E2E37
(62,46,55)
#2B2227
(43,34,39)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D68EB7

#D68EB7
(214,142,183)
#D998BD
(217,152,189)
#DCA2C3
(220,162,195)
#DFACC9
(223,172,201)
#E2B6CF
(226,182,207)
#E5C0D5
(229,192,213)
#E8CADB
(232,202,219)
#EBD4E1
(235,212,225)
#EEDEE7
(238,222,231)
#F1E8ED
(241,232,237)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68EB7; }

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

This text font color is #D68EB7.


Background Color

.myBgColor { background-color: #D68EB7; }

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

This div background color is #D68EB7.


Border color

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

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

This div border color is #D68EB7.


Opacity

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

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

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

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

This text has shadow with #D68EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68EB7 on black background.


Color preview on white background

This text has color #D68EB7 on white background.



Black color preview on #D68EB7 background

This text has black color on #D68EB7 background.


White color preview on #D68EB7 background

This text has white color on #D68EB7 background.