COLOR #D67EA3

HEX: #D67EA3 RGB: (214,126,163)

Color info

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

RGB color model

#D67EA3 color RGB value is (214,126,163).

RGB: (214,126,163) (84%, 49%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 126 of 255 = 49%
B 163 of 255 = 64%

214
126
163

R + G + B ~ 66%. #D67EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 126 + 163 = 503 (100%)
R 214 of 503 ~ 42.54%
G 126 of 503 ~ 25.05%
B 163 of 503 ~ 32.41'%

%42.54
%25.05
%32.41

CMYK color model

#D67EA3 color CMYK value is (0,41,24,16).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 23.83%
  • key color value is 16.08%

CMYK: (0,41,24,16)
C0M41Y24K16 (0%, 41%, 24%, 16%)
(0.00 / 0.41 / 0.24 / 0.16)

CMYK percentages

%0
%41.12
%23.83
%16.08

Codes

Color #D67EA3 in popluar color models

D6 7E A3
RGB 214 126 163
HSL 335° 51.76% 66.67%
HSB/HSV 335° 41.12% 83.92%
CMYK 0.00% 41.12% 23.83%
16.08%

Color #D67EA3 in popluar number systems.

HEX D6 7E A3
Decimal 214 126 163
Binary 11010110 1111110 10100011
Octal 326 176 243

Shades and tints

Shades of #D67EA3

#D67EA3
(214,126,163)
#C37395
(195,115,149)
#B06887
(176,104,135)
#9D5D79
(157,93,121)
#8A526B
(138,82,107)
#77475D
(119,71,93)
#643C4F
(100,60,79)
#513141
(81,49,65)
#3E2633
(62,38,51)
#2B1B25
(43,27,37)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #D67EA3

#D67EA3
(214,126,163)
#D989AB
(217,137,171)
#DC94B3
(220,148,179)
#DF9FBB
(223,159,187)
#E2AAC3
(226,170,195)
#E5B5CB
(229,181,203)
#E8C0D3
(232,192,211)
#EBCBDB
(235,203,219)
#EED6E3
(238,214,227)
#F1E1EB
(241,225,235)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67EA3 color. Also use rgb(214,126,163) instead hex code.

Text Font Color

.myTextColor { color: #D67EA3; }

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

This text font color is #D67EA3.

Background Color

.myBgColor { background-color: #D67EA3; }

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

This div background color is #D67EA3.

Border color

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

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

This div border color is #D67EA3.

Opacity

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

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

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

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

This text has shadow with #D67EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D67EA3.

Preview

Color preview on black background

This text has color #D67EA3 on black background.


Color preview on white background

This text has color #D67EA3 on white background.


Black color preview on #D67EA3 background

This text has black color on #D67EA3 background.


White color preview on #D67EA3 background

This text has white color on #D67EA3 background.


Related colors

Complementary color

Complementary color for #hex is #29815C.


I love getcolorcode.com

Triadic colors

1 #A3D67E and #7EA3D6 with #D67EA3 are triadic colors.

2 #A37ED6 and #7ED6A3 with #D67EA3 are triadic colors.