COLOR #D68AC6

HEX: #D68AC6
RGB: (214,138,198)

Color info

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

RGB color model

#D68AC6 color RGB value is (214,138,198).

  • red value is 214;
  • green value is 138;
  • blue value is 198.
RGB:
(214,138,198)
(84%,54%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 138 of 255 = 54%
B 198 of 255 = 78%

214
138
198

R + G + B ~ 72%. #D68AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 138 + 198 = 550 (100%)
R 214 of 550 ~ 38.91%
G 138 of 550 ~ 25.09%
B 198 of 550 ~ 36%

%38.91
%25.09
%36

CMYK color model

#D68AC6 color CMYK value is (0,36,7,16).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(0,36,7,16)
C0M36Y7K16 
(0%,36%,7%,16%)
(0.00/0.36/0.07/0.16)	

CMYK percentages

%0
%35.51
%7.48
%16.08

Codes

Color #D68AC6 in popluar color models

D68AC6
RGB214138198
HSL313°48.10%69.02%
HSB/HSV313°35.51%83.92%
CMYK0.00%35.51%7.48%
16.08%

Color #D68AC6 in popluar number systems.

HEXD68AC6
Decimal214138198
Binary110101101000101011000110
Octal326212306

Shades and tints

Shades of #D68AC6

#D68AC6
(214,138,198)
#C37EB4
(195,126,180)
#B072A2
(176,114,162)
#9D6690
(157,102,144)
#8A5A7E
(138,90,126)
#774E6C
(119,78,108)
#64425A
(100,66,90)
#513648
(81,54,72)
#3E2A36
(62,42,54)
#2B1E24
(43,30,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #D68AC6

#D68AC6
(214,138,198)
#D994CB
(217,148,203)
#DC9ED0
(220,158,208)
#DFA8D5
(223,168,213)
#E2B2DA
(226,178,218)
#E5BCDF
(229,188,223)
#E8C6E4
(232,198,228)
#EBD0E9
(235,208,233)
#EEDAEE
(238,218,238)
#F1E4F3
(241,228,243)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68AC6 color. Also use rgb(214,138,198) instead hex code.

Text Font Color

.myTextColor { color: #D68AC6; }

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

This text font color is #D68AC6.


Background Color

.myBgColor { background-color: #D68AC6; }

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

This div background color is #D68AC6.


Border color

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

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

This div border color is #D68AC6.


Opacity

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

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

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

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

This text has shadow with #D68AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68AC6 on black background.


Color preview on white background

This text has color #D68AC6 on white background.



Black color preview on #D68AC6 background

This text has black color on #D68AC6 background.


White color preview on #D68AC6 background

This text has white color on #D68AC6 background.