COLOR #D8698D

HEX: #D8698D RGB: (216,105,141)

Color info

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

RGB color model

#D8698D color RGB value is (216,105,141).

RGB: (216,105,141) (85%, 41%, 55%)

RGB channels and saturation

R 216 of 255 = 85%
G 105 of 255 = 41%
B 141 of 255 = 55%

216
105
141

R + G + B ~ 60%. #D8698D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 216 + 105 + 141 = 462 (100%)
R 216 of 462 ~ 46.75%
G 105 of 462 ~ 22.73%
B 141 of 462 ~ 30.52'%

%46.75
%22.73
%30.52

CMYK color model

#D8698D color CMYK value is (0,51,35,15).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 34.72%
  • key color value is 15.29%

CMYK: (0,51,35,15)
C0M51Y35K15 (0%, 51%, 35%, 15%)
(0.00 / 0.51 / 0.35 / 0.15)

CMYK percentages

%0
%51.39
%34.72
%15.29

Codes

Color #D8698D in popluar color models

D8 69 8D
RGB 216 105 141
HSL 341° 58.73% 62.94%
HSB/HSV 341° 51.39% 84.71%
CMYK 0.00% 51.39% 34.72%
15.29%

Color #D8698D in popluar number systems.

HEX D8 69 8D
Decimal 216 105 141
Binary 11011000 1101001 10001101
Octal 330 151 215

Shades and tints

Shades of #D8698D

#D8698D
(216,105,141)
#C56081
(197,96,129)
#B25775
(178,87,117)
#9F4E69
(159,78,105)
#8C455D
(140,69,93)
#793C51
(121,60,81)
#663345
(102,51,69)
#532A39
(83,42,57)
#40212D
(64,33,45)
#2D1821
(45,24,33)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #D8698D

#D8698D
(216,105,141)
#DB7697
(219,118,151)
#DE83A1
(222,131,161)
#E190AB
(225,144,171)
#E49DB5
(228,157,181)
#E7AABF
(231,170,191)
#EAB7C9
(234,183,201)
#EDC4D3
(237,196,211)
#F0D1DD
(240,209,221)
#F3DEE7
(243,222,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8698D color. Also use rgb(216,105,141) instead hex code.

Text Font Color

.myTextColor { color: #D8698D; }

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

This text font color is #D8698D.

Background Color

.myBgColor { background-color: #D8698D; }

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

This div background color is #D8698D.

Border color

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

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

This div border color is #D8698D.

Opacity

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

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

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

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

This text has shadow with #D8698D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8698D.

Preview

Color preview on black background

This text has color #D8698D on black background.


Color preview on white background

This text has color #D8698D on white background.


Black color preview on #D8698D background

This text has black color on #D8698D background.


White color preview on #D8698D background

This text has white color on #D8698D background.


Related colors

Complementary color

Complementary color for #hex is #279672.


I love getcolorcode.com

Triadic colors

1 #8DD869 and #698DD8 with #D8698D are triadic colors.

2 #8D69D8 and #69D88D with #D8698D are triadic colors.