COLOR #D689C3

HEX: #D689C3
RGB: (214,137,195)

Color info

#D689C3 contains mainly red and blue colors. Web safe color of #D689C3 is #CC99CC (or #C9C).

RGB color model

#D689C3 color RGB value is (214,137,195).

  • red value is 214;
  • green value is 137;
  • blue value is 195.
RGB:
(214,137,195)
(84%,54%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 195 of 255 = 76%

214
137
195

R + G + B ~ 71%. #D689C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 137 + 195 = 546 (100%)
R 214 of 546 ~ 39.19%
G 137 of 546 ~ 25.09%
B 195 of 546 ~ 35.71%

%39.19
%25.09
%35.71

CMYK color model

#D689C3 color CMYK value is (0,36,9,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(0,36,9,16)
C0M36Y9K16 
(0%,36%,9%,16%)
(0.00/0.36/0.09/0.16)	

CMYK percentages

%0
%35.98
%8.88
%16.08

Codes

Color #D689C3 in popluar color models

D689C3
RGB214137195
HSL315°48.43%68.82%
HSB/HSV315°35.98%83.92%
CMYK0.00%35.98%8.88%
16.08%

Color #D689C3 in popluar number systems.

HEXD689C3
Decimal214137195
Binary110101101000100111000011
Octal326211303

Shades and tints

Shades of #D689C3

#D689C3
(214,137,195)
#C37DB2
(195,125,178)
#B071A1
(176,113,161)
#9D6590
(157,101,144)
#8A597F
(138,89,127)
#774D6E
(119,77,110)
#64415D
(100,65,93)
#51354C
(81,53,76)
#3E293B
(62,41,59)
#2B1D2A
(43,29,42)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #D689C3

#D689C3
(214,137,195)
#D993C8
(217,147,200)
#DC9DCD
(220,157,205)
#DFA7D2
(223,167,210)
#E2B1D7
(226,177,215)
#E5BBDC
(229,187,220)
#E8C5E1
(232,197,225)
#EBCFE6
(235,207,230)
#EED9EB
(238,217,235)
#F1E3F0
(241,227,240)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D689C3 color. Also use rgb(214,137,195) instead hex code.

Text Font Color

.myTextColor { color: #D689C3; }

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

This text font color is #D689C3.


Background Color

.myBgColor { background-color: #D689C3; }

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

This div background color is #D689C3.


Border color

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

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

This div border color is #D689C3.


Opacity

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

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

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

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

This text has shadow with #D689C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D689C3 on black background.


Color preview on white background

This text has color #D689C3 on white background.



Black color preview on #D689C3 background

This text has black color on #D689C3 background.


White color preview on #D689C3 background

This text has white color on #D689C3 background.