COLOR #D9679C

HEX: #D9679C RGB: (217,103,156)

Color info

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

RGB color model

#D9679C color RGB value is (217,103,156).

RGB: (217,103,156) (85%, 40%, 61%)

RGB channels and saturation

R 217 of 255 = 85%
G 103 of 255 = 40%
B 156 of 255 = 61%

217
103
156

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

Portions of RGB colors in percentages

R + G + B = 217 + 103 + 156 = 476 (100%)
R 217 of 476 ~ 45.59%
G 103 of 476 ~ 21.64%
B 156 of 476 ~ 32.77'%

%45.59
%21.64
%32.77

CMYK color model

#D9679C color CMYK value is (0,53,28,15).

  • cyan value is 0.00%
  • magenta value is 52.53%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (0,53,28,15)
C0M53Y28K15 (0%, 53%, 28%, 15%)
(0.00 / 0.53 / 0.28 / 0.15)

CMYK percentages

%0
%52.53
%28.11
%14.9

Codes

Color #D9679C in popluar color models

D9 67 9C
RGB 217 103 156
HSL 332° 60.00% 62.75%
HSB/HSV 332° 52.53% 85.10%
CMYK 0.00% 52.53% 28.11%
14.90%

Color #D9679C in popluar number systems.

HEX D9 67 9C
Decimal 217 103 156
Binary 11011001 1100111 10011100
Octal 331 147 234

Shades and tints

Shades of #D9679C

#D9679C
(217,103,156)
#C65E8E
(198,94,142)
#B35580
(179,85,128)
#A04C72
(160,76,114)
#8D4364
(141,67,100)
#7A3A56
(122,58,86)
#673148
(103,49,72)
#54283A
(84,40,58)
#411F2C
(65,31,44)
#2E161E
(46,22,30)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #D9679C

#D9679C
(217,103,156)
#DC74A5
(220,116,165)
#DF81AE
(223,129,174)
#E28EB7
(226,142,183)
#E59BC0
(229,155,192)
#E8A8C9
(232,168,201)
#EBB5D2
(235,181,210)
#EEC2DB
(238,194,219)
#F1CFE4
(241,207,228)
#F4DCED
(244,220,237)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9679C color. Also use rgb(217,103,156) instead hex code.

Text Font Color

.myTextColor { color: #D9679C; }

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

This text font color is #D9679C.

Background Color

.myBgColor { background-color: #D9679C; }

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

This div background color is #D9679C.

Border color

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

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

This div border color is #D9679C.

Opacity

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

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

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

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

This text has shadow with #D9679C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9679C.

Preview

Color preview on black background

This text has color #D9679C on black background.


Color preview on white background

This text has color #D9679C on white background.


Black color preview on #D9679C background

This text has black color on #D9679C background.


White color preview on #D9679C background

This text has white color on #D9679C background.


Related colors

Complementary color

Complementary color for #hex is #269863.


I love getcolorcode.com

Triadic colors

1 #9CD967 and #679CD9 with #D9679C are triadic colors.

2 #9C67D9 and #67D99C with #D9679C are triadic colors.