COLOR #D678A4

HEX: #D678A4 RGB: (214,120,164)

Color info

#D678A4 contains mainly red and blue colors. Web safe color of #D678A4 is #CC6699 (or #C69).

RGB color model

#D678A4 color RGB value is (214,120,164).

RGB: (214,120,164) (84%, 47%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 120 of 255 = 47%
B 164 of 255 = 64%

214
120
164

R + G + B ~ 65%. #D678A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 120 + 164 = 498 (100%)
R 214 of 498 ~ 42.97%
G 120 of 498 ~ 24.1%
B 164 of 498 ~ 32.93'%

%42.97
%24.1
%32.93

CMYK color model

#D678A4 color CMYK value is (0,44,23,16).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 23.36%
  • key color value is 16.08%

CMYK: (0,44,23,16)
C0M44Y23K16 (0%, 44%, 23%, 16%)
(0.00 / 0.44 / 0.23 / 0.16)

CMYK percentages

%0
%43.93
%23.36
%16.08

Codes

Color #D678A4 in popluar color models

D6 78 A4
RGB 214 120 164
HSL 332° 53.41% 65.49%
HSB/HSV 332° 43.93% 83.92%
CMYK 0.00% 43.93% 23.36%
16.08%

Color #D678A4 in popluar number systems.

HEX D6 78 A4
Decimal 214 120 164
Binary 11010110 1111000 10100100
Octal 326 170 244

Shades and tints

Shades of #D678A4

#D678A4
(214,120,164)
#C36E96
(195,110,150)
#B06488
(176,100,136)
#9D5A7A
(157,90,122)
#8A506C
(138,80,108)
#77465E
(119,70,94)
#643C50
(100,60,80)
#513242
(81,50,66)
#3E2834
(62,40,52)
#2B1E26
(43,30,38)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #D678A4

#D678A4
(214,120,164)
#D984AC
(217,132,172)
#DC90B4
(220,144,180)
#DF9CBC
(223,156,188)
#E2A8C4
(226,168,196)
#E5B4CC
(229,180,204)
#E8C0D4
(232,192,212)
#EBCCDC
(235,204,220)
#EED8E4
(238,216,228)
#F1E4EC
(241,228,236)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D678A4 color. Also use rgb(214,120,164) instead hex code.

Text Font Color

.myTextColor { color: #D678A4; }

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

This text font color is #D678A4.

Background Color

.myBgColor { background-color: #D678A4; }

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

This div background color is #D678A4.

Border color

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

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

This div border color is #D678A4.

Opacity

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

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

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

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

This text has shadow with #D678A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D678A4.

Preview

Color preview on black background

This text has color #D678A4 on black background.


Color preview on white background

This text has color #D678A4 on white background.


Black color preview on #D678A4 background

This text has black color on #D678A4 background.


White color preview on #D678A4 background

This text has white color on #D678A4 background.


Related colors

Complementary color

Complementary color for #hex is #29875B.


I love getcolorcode.com

Triadic colors

1 #A4D678 and #78A4D6 with #D678A4 are triadic colors.

2 #A478D6 and #78D6A4 with #D678A4 are triadic colors.