COLOR #D0688E

HEX: #D0688E
RGB: (208,104,142)

Color info

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

RGB color model

#D0688E color RGB value is (208,104,142).

  • red value is 208;
  • green value is 104;
  • blue value is 142.
RGB:
(208,104,142)
(82%,41%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 104 of 255 = 41%
B 142 of 255 = 56%

208
104
142

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

Portions of RGB colors in percentages

R + G + B =
208 + 104 + 142 = 454 (100%)
R 208 of 454 ~ 45.81%
G 104 of 454 ~ 22.91%
B 142 of 454 ~ 31.28%

%45.81
%22.91
%31.28

CMYK color model

#D0688E color CMYK value is (0,50,32,18).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(0,50,32,18)
C0M50Y32K18 
(0%,50%,32%,18%)
(0.00/0.50/0.32/0.18)	

CMYK percentages

%0
%50
%31.73
%18.43

Codes

Color #D0688E in popluar color models

D0688E
RGB208104142
HSL338°52.53%61.18%
HSB/HSV338°50.00%81.57%
CMYK0.00%50.00%31.73%
18.43%

Color #D0688E in popluar number systems.

HEXD0688E
Decimal208104142
Binary11010000110100010001110
Octal320150216

Shades and tints

Shades of #D0688E

#D0688E
(208,104,142)
#BE5F82
(190,95,130)
#AC5676
(172,86,118)
#9A4D6A
(154,77,106)
#88445E
(136,68,94)
#763B52
(118,59,82)
#643246
(100,50,70)
#52293A
(82,41,58)
#40202E
(64,32,46)
#2E1722
(46,23,34)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #D0688E

#D0688E
(208,104,142)
#D47598
(212,117,152)
#D882A2
(216,130,162)
#DC8FAC
(220,143,172)
#E09CB6
(224,156,182)
#E4A9C0
(228,169,192)
#E8B6CA
(232,182,202)
#ECC3D4
(236,195,212)
#F0D0DE
(240,208,222)
#F4DDE8
(244,221,232)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0688E color. Also use rgb(208,104,142) instead hex code.

Text Font Color

.myTextColor { color: #D0688E; }

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

This text font color is #D0688E.


Background Color

.myBgColor { background-color: #D0688E; }

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

This div background color is #D0688E.


Border color

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

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

This div border color is #D0688E.


Opacity

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

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

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

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

This text has shadow with #D0688E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0688E on black background.


Color preview on white background

This text has color #D0688E on white background.



Black color preview on #D0688E background

This text has black color on #D0688E background.


White color preview on #D0688E background

This text has white color on #D0688E background.