COLOR #D67C98

HEX: #D67C98 RGB: (214,124,152)

Color info

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

RGB color model

#D67C98 color RGB value is (214,124,152).

RGB: (214,124,152) (84%, 49%, 60%)

RGB channels and saturation

R 214 of 255 = 84%
G 124 of 255 = 49%
B 152 of 255 = 60%

214
124
152

R + G + B ~ 64%. #D67C98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 124 + 152 = 490 (100%)
R 214 of 490 ~ 43.67%
G 124 of 490 ~ 25.31%
B 152 of 490 ~ 31.02'%

%43.67
%25.31
%31.02

CMYK color model

#D67C98 color CMYK value is (0,42,29,16).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 28.97%
  • key color value is 16.08%

CMYK: (0,42,29,16)
C0M42Y29K16 (0%, 42%, 29%, 16%)
(0.00 / 0.42 / 0.29 / 0.16)

CMYK percentages

%0
%42.06
%28.97
%16.08

Codes

Color #D67C98 in popluar color models

D6 7C 98
RGB 214 124 152
HSL 341° 52.33% 66.27%
HSB/HSV 341° 42.06% 83.92%
CMYK 0.00% 42.06% 28.97%
16.08%

Color #D67C98 in popluar number systems.

HEX D6 7C 98
Decimal 214 124 152
Binary 11010110 1111100 10011000
Octal 326 174 230

Shades and tints

Shades of #D67C98

#D67C98
(214,124,152)
#C3718B
(195,113,139)
#B0667E
(176,102,126)
#9D5B71
(157,91,113)
#8A5064
(138,80,100)
#774557
(119,69,87)
#643A4A
(100,58,74)
#512F3D
(81,47,61)
#3E2430
(62,36,48)
#2B1923
(43,25,35)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #D67C98

#D67C98
(214,124,152)
#D987A1
(217,135,161)
#DC92AA
(220,146,170)
#DF9DB3
(223,157,179)
#E2A8BC
(226,168,188)
#E5B3C5
(229,179,197)
#E8BECE
(232,190,206)
#EBC9D7
(235,201,215)
#EED4E0
(238,212,224)
#F1DFE9
(241,223,233)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67C98 color. Also use rgb(214,124,152) instead hex code.

Text Font Color

.myTextColor { color: #D67C98; }

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

This text font color is #D67C98.

Background Color

.myBgColor { background-color: #D67C98; }

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

This div background color is #D67C98.

Border color

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

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

This div border color is #D67C98.

Opacity

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

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

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

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

This text has shadow with #D67C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D67C98.

Preview

Color preview on black background

This text has color #D67C98 on black background.


Color preview on white background

This text has color #D67C98 on white background.


Black color preview on #D67C98 background

This text has black color on #D67C98 background.


White color preview on #D67C98 background

This text has white color on #D67C98 background.


Related colors

Complementary color

Complementary color for #hex is #298367.


I love getcolorcode.com

Triadic colors

1 #98D67C and #7C98D6 with #D67C98 are triadic colors.

2 #987CD6 and #7CD698 with #D67C98 are triadic colors.