COLOR #D67890

HEX: #D67890 RGB: (214,120,144)

Color info

#D67890 contains mainly red color. Web safe color of #D67890 is #CC6699 (or #C69).

RGB color model

#D67890 color RGB value is (214,120,144).

RGB: (214,120,144) (84%, 47%, 56%)

RGB channels and saturation

R 214 of 255 = 84%
G 120 of 255 = 47%
B 144 of 255 = 56%

214
120
144

R + G + B ~ 62%. #D67890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 120 + 144 = 478 (100%)
R 214 of 478 ~ 44.77%
G 120 of 478 ~ 25.1%
B 144 of 478 ~ 30.13'%

%44.77
%25.1
%30.13

CMYK color model

#D67890 color CMYK value is (0,44,33,16).

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

CMYK: (0,44,33,16)
C0M44Y33K16 (0%, 44%, 33%, 16%)
(0.00 / 0.44 / 0.33 / 0.16)

CMYK percentages

%0
%43.93
%32.71
%16.08

Codes

Color #D67890 in popluar color models

D6 78 90
RGB 214 120 144
HSL 345° 53.41% 65.49%
HSB/HSV 345° 43.93% 83.92%
CMYK 0.00% 43.93% 32.71%
16.08%

Color #D67890 in popluar number systems.

HEX D6 78 90
Decimal 214 120 144
Binary 11010110 1111000 10010000
Octal 326 170 220

Shades and tints

Shades of #D67890

#D67890
(214,120,144)
#C36E83
(195,110,131)
#B06476
(176,100,118)
#9D5A69
(157,90,105)
#8A505C
(138,80,92)
#77464F
(119,70,79)
#643C42
(100,60,66)
#513235
(81,50,53)
#3E2828
(62,40,40)
#2B1E1B
(43,30,27)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #D67890

#D67890
(214,120,144)
#D9849A
(217,132,154)
#DC90A4
(220,144,164)
#DF9CAE
(223,156,174)
#E2A8B8
(226,168,184)
#E5B4C2
(229,180,194)
#E8C0CC
(232,192,204)
#EBCCD6
(235,204,214)
#EED8E0
(238,216,224)
#F1E4EA
(241,228,234)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D67890; }

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

This text font color is #D67890.

Background Color

.myBgColor { background-color: #D67890; }

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

This div background color is #D67890.

Border color

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

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

This div border color is #D67890.

Opacity

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

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

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

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

This text has shadow with #D67890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D67890.

Preview

Color preview on black background

This text has color #D67890 on black background.


Color preview on white background

This text has color #D67890 on white background.


Black color preview on #D67890 background

This text has black color on #D67890 background.


White color preview on #D67890 background

This text has white color on #D67890 background.


Related colors

Complementary color

Complementary color for #hex is #29876F.


I love getcolorcode.com

Triadic colors

1 #90D678 and #7890D6 with #D67890 are triadic colors.

2 #9078D6 and #78D690 with #D67890 are triadic colors.