COLOR #D68EBC

HEX: #D68EBC
RGB: (214,142,188)

Color info

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

RGB color model

#D68EBC color RGB value is (214,142,188).

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

RGB channels and saturation

R 214 of 255 = 84%
G 142 of 255 = 56%
B 188 of 255 = 74%

214
142
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 142 + 188 = 544 (100%)
R 214 of 544 ~ 39.34%
G 142 of 544 ~ 26.1%
B 188 of 544 ~ 34.56%

%39.34
%26.1
%34.56

CMYK color model

#D68EBC color CMYK value is (0,34,12,16).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 12.15%
  • key color value is 16.08%
CMYK:
(0,34,12,16)
C0M34Y12K16 
(0%,34%,12%,16%)
(0.00/0.34/0.12/0.16)	

CMYK percentages

%0
%33.64
%12.15
%16.08

Codes

Color #D68EBC in popluar color models

D68EBC
RGB214142188
HSL322°46.75%69.80%
HSB/HSV322°33.64%83.92%
CMYK0.00%33.64%12.15%
16.08%

Color #D68EBC in popluar number systems.

HEXD68EBC
Decimal214142188
Binary110101101000111010111100
Octal326216274

Shades and tints

Shades of #D68EBC

#D68EBC
(214,142,188)
#C382AB
(195,130,171)
#B0769A
(176,118,154)
#9D6A89
(157,106,137)
#8A5E78
(138,94,120)
#775267
(119,82,103)
#644656
(100,70,86)
#513A45
(81,58,69)
#3E2E34
(62,46,52)
#2B2223
(43,34,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D68EBC

#D68EBC
(214,142,188)
#D998C2
(217,152,194)
#DCA2C8
(220,162,200)
#DFACCE
(223,172,206)
#E2B6D4
(226,182,212)
#E5C0DA
(229,192,218)
#E8CAE0
(232,202,224)
#EBD4E6
(235,212,230)
#EEDEEC
(238,222,236)
#F1E8F2
(241,232,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68EBC; }

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

This text font color is #D68EBC.


Background Color

.myBgColor { background-color: #D68EBC; }

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

This div background color is #D68EBC.


Border color

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

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

This div border color is #D68EBC.


Opacity

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

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

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

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

This text has shadow with #D68EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68EBC on black background.


Color preview on white background

This text has color #D68EBC on white background.



Black color preview on #D68EBC background

This text has black color on #D68EBC background.


White color preview on #D68EBC background

This text has white color on #D68EBC background.