COLOR #D68EA5

HEX: #D68EA5
RGB: (214,142,165)

Color info

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

RGB color model

#D68EA5 color RGB value is (214,142,165).

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

RGB channels and saturation

R 214 of 255 = 84%
G 142 of 255 = 56%
B 165 of 255 = 65%

214
142
165

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

Portions of RGB colors in percentages

R + G + B =
214 + 142 + 165 = 521 (100%)
R 214 of 521 ~ 41.07%
G 142 of 521 ~ 27.26%
B 165 of 521 ~ 31.67%

%41.07
%27.26
%31.67

CMYK color model

#D68EA5 color CMYK value is (0,34,23,16).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(0,34,23,16)
C0M34Y23K16 
(0%,34%,23%,16%)
(0.00/0.34/0.23/0.16)	

CMYK percentages

%0
%33.64
%22.9
%16.08

Codes

Color #D68EA5 in popluar color models

D68EA5
RGB214142165
HSL341°46.75%69.80%
HSB/HSV341°33.64%83.92%
CMYK0.00%33.64%22.90%
16.08%

Color #D68EA5 in popluar number systems.

HEXD68EA5
Decimal214142165
Binary110101101000111010100101
Octal326216245

Shades and tints

Shades of #D68EA5

#D68EA5
(214,142,165)
#C38296
(195,130,150)
#B07687
(176,118,135)
#9D6A78
(157,106,120)
#8A5E69
(138,94,105)
#77525A
(119,82,90)
#64464B
(100,70,75)
#513A3C
(81,58,60)
#3E2E2D
(62,46,45)
#2B221E
(43,34,30)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #D68EA5

#D68EA5
(214,142,165)
#D998AD
(217,152,173)
#DCA2B5
(220,162,181)
#DFACBD
(223,172,189)
#E2B6C5
(226,182,197)
#E5C0CD
(229,192,205)
#E8CAD5
(232,202,213)
#EBD4DD
(235,212,221)
#EEDEE5
(238,222,229)
#F1E8ED
(241,232,237)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68EA5; }

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

This text font color is #D68EA5.


Background Color

.myBgColor { background-color: #D68EA5; }

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

This div background color is #D68EA5.


Border color

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

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

This div border color is #D68EA5.


Opacity

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

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

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

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

This text has shadow with #D68EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68EA5 on black background.


Color preview on white background

This text has color #D68EA5 on white background.



Black color preview on #D68EA5 background

This text has black color on #D68EA5 background.


White color preview on #D68EA5 background

This text has white color on #D68EA5 background.