COLOR #D693BC

HEX: #D693BC
RGB: (214,147,188)

Color info

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

RGB color model

#D693BC color RGB value is (214,147,188).

  • red value is 214;
  • green value is 147;
  • blue value is 188.
RGB:
(214,147,188)
(84%,58%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 147 of 255 = 58%
B 188 of 255 = 74%

214
147
188

R + G + B ~ 72%. #D693BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 147 + 188 = 549 (100%)
R 214 of 549 ~ 38.98%
G 147 of 549 ~ 26.78%
B 188 of 549 ~ 34.24%

%38.98
%26.78
%34.24

CMYK color model

#D693BC color CMYK value is (0,31,12,16).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 12.15%
  • key color value is 16.08%
CMYK:
(0,31,12,16)
C0M31Y12K16 
(0%,31%,12%,16%)
(0.00/0.31/0.12/0.16)	

CMYK percentages

%0
%31.31
%12.15
%16.08

Codes

Color #D693BC in popluar color models

D693BC
RGB214147188
HSL323°44.97%70.78%
HSB/HSV323°31.31%83.92%
CMYK0.00%31.31%12.15%
16.08%

Color #D693BC in popluar number systems.

HEXD693BC
Decimal214147188
Binary110101101001001110111100
Octal326223274

Shades and tints

Shades of #D693BC

#D693BC
(214,147,188)
#C386AB
(195,134,171)
#B0799A
(176,121,154)
#9D6C89
(157,108,137)
#8A5F78
(138,95,120)
#775267
(119,82,103)
#644556
(100,69,86)
#513845
(81,56,69)
#3E2B34
(62,43,52)
#2B1E23
(43,30,35)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #D693BC

#D693BC
(214,147,188)
#D99CC2
(217,156,194)
#DCA5C8
(220,165,200)
#DFAECE
(223,174,206)
#E2B7D4
(226,183,212)
#E5C0DA
(229,192,218)
#E8C9E0
(232,201,224)
#EBD2E6
(235,210,230)
#EEDBEC
(238,219,236)
#F1E4F2
(241,228,242)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D693BC color. Also use rgb(214,147,188) instead hex code.

Text Font Color

.myTextColor { color: #D693BC; }

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

This text font color is #D693BC.


Background Color

.myBgColor { background-color: #D693BC; }

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

This div background color is #D693BC.


Border color

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

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

This div border color is #D693BC.


Opacity

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

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

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

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

This text has shadow with #D693BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D693BC on black background.


Color preview on white background

This text has color #D693BC on white background.



Black color preview on #D693BC background

This text has black color on #D693BC background.


White color preview on #D693BC background

This text has white color on #D693BC background.