COLOR #D68AAC

HEX: #D68AAC
RGB: (214,138,172)

Color info

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

RGB color model

#D68AAC color RGB value is (214,138,172).

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

RGB channels and saturation

R 214 of 255 = 84%
G 138 of 255 = 54%
B 172 of 255 = 67%

214
138
172

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

Portions of RGB colors in percentages

R + G + B =
214 + 138 + 172 = 524 (100%)
R 214 of 524 ~ 40.84%
G 138 of 524 ~ 26.34%
B 172 of 524 ~ 32.82%

%40.84
%26.34
%32.82

CMYK color model

#D68AAC color CMYK value is (0,36,20,16).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(0,36,20,16)
C0M36Y20K16 
(0%,36%,20%,16%)
(0.00/0.36/0.20/0.16)	

CMYK percentages

%0
%35.51
%19.63
%16.08

Codes

Color #D68AAC in popluar color models

D68AAC
RGB214138172
HSL333°48.10%69.02%
HSB/HSV333°35.51%83.92%
CMYK0.00%35.51%19.63%
16.08%

Color #D68AAC in popluar number systems.

HEXD68AAC
Decimal214138172
Binary110101101000101010101100
Octal326212254

Shades and tints

Shades of #D68AAC

#D68AAC
(214,138,172)
#C37E9D
(195,126,157)
#B0728E
(176,114,142)
#9D667F
(157,102,127)
#8A5A70
(138,90,112)
#774E61
(119,78,97)
#644252
(100,66,82)
#513643
(81,54,67)
#3E2A34
(62,42,52)
#2B1E25
(43,30,37)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #D68AAC

#D68AAC
(214,138,172)
#D994B3
(217,148,179)
#DC9EBA
(220,158,186)
#DFA8C1
(223,168,193)
#E2B2C8
(226,178,200)
#E5BCCF
(229,188,207)
#E8C6D6
(232,198,214)
#EBD0DD
(235,208,221)
#EEDAE4
(238,218,228)
#F1E4EB
(241,228,235)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68AAC; }

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

This text font color is #D68AAC.


Background Color

.myBgColor { background-color: #D68AAC; }

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

This div background color is #D68AAC.


Border color

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

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

This div border color is #D68AAC.


Opacity

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

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

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

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

This text has shadow with #D68AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68AAC on black background.


Color preview on white background

This text has color #D68AAC on white background.



Black color preview on #D68AAC background

This text has black color on #D68AAC background.


White color preview on #D68AAC background

This text has white color on #D68AAC background.