COLOR #D9668B

HEX: #D9668B
RGB: (217,102,139)

Color info

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

RGB color model

#D9668B color RGB value is (217,102,139).

  • red value is 217;
  • green value is 102;
  • blue value is 139.
RGB:
(217,102,139)
(85%,40%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 102 of 255 = 40%
B 139 of 255 = 55%

217
102
139

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

Portions of RGB colors in percentages

R + G + B =
217 + 102 + 139 = 458 (100%)
R 217 of 458 ~ 47.38%
G 102 of 458 ~ 22.27%
B 139 of 458 ~ 30.35%

%47.38
%22.27
%30.35

CMYK color model

#D9668B color CMYK value is (0,53,36,15).

  • cyan value is 0.00%
  • magenta value is 53.00%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK:
(0,53,36,15)
C0M53Y36K15 
(0%,53%,36%,15%)
(0.00/0.53/0.36/0.15)	

CMYK percentages

%0
%53
%35.94
%14.9

Codes

Color #D9668B in popluar color models

D9668B
RGB217102139
HSL341°60.21%62.55%
HSB/HSV341°53.00%85.10%
CMYK0.00%53.00%35.94%
14.90%

Color #D9668B in popluar number systems.

HEXD9668B
Decimal217102139
Binary11011001110011010001011
Octal331146213

Shades and tints

Shades of #D9668B

#D9668B
(217,102,139)
#C65D7F
(198,93,127)
#B35473
(179,84,115)
#A04B67
(160,75,103)
#8D425B
(141,66,91)
#7A394F
(122,57,79)
#673043
(103,48,67)
#542737
(84,39,55)
#411E2B
(65,30,43)
#2E151F
(46,21,31)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #D9668B

#D9668B
(217,102,139)
#DC7395
(220,115,149)
#DF809F
(223,128,159)
#E28DA9
(226,141,169)
#E59AB3
(229,154,179)
#E8A7BD
(232,167,189)
#EBB4C7
(235,180,199)
#EEC1D1
(238,193,209)
#F1CEDB
(241,206,219)
#F4DBE5
(244,219,229)
#F7E8EF
(247,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9668B color. Also use rgb(217,102,139) instead hex code.

Text Font Color

.myTextColor { color: #D9668B; }

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

This text font color is #D9668B.


Background Color

.myBgColor { background-color: #D9668B; }

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

This div background color is #D9668B.


Border color

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

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

This div border color is #D9668B.


Opacity

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

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

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

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

This text has shadow with #D9668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9668B on black background.


Color preview on white background

This text has color #D9668B on white background.



Black color preview on #D9668B background

This text has black color on #D9668B background.


White color preview on #D9668B background

This text has white color on #D9668B background.