COLOR #D693A7

HEX: #D693A7
RGB: (214,147,167)

Color info

#D693A7 contains mainly red and blue colors. Web safe color of #D693A7 is #CC9999 (or #C99).

RGB color model

#D693A7 color RGB value is (214,147,167).

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

RGB channels and saturation

R 214 of 255 = 84%
G 147 of 255 = 58%
B 167 of 255 = 65%

214
147
167

R + G + B ~ 69%. #D693A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 147 + 167 = 528 (100%)
R 214 of 528 ~ 40.53%
G 147 of 528 ~ 27.84%
B 167 of 528 ~ 31.63%

%40.53
%27.84
%31.63

CMYK color model

#D693A7 color CMYK value is (0,31,22,16).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(0,31,22,16)
C0M31Y22K16 
(0%,31%,22%,16%)
(0.00/0.31/0.22/0.16)	

CMYK percentages

%0
%31.31
%21.96
%16.08

Codes

Color #D693A7 in popluar color models

D693A7
RGB214147167
HSL342°44.97%70.78%
HSB/HSV342°31.31%83.92%
CMYK0.00%31.31%21.96%
16.08%

Color #D693A7 in popluar number systems.

HEXD693A7
Decimal214147167
Binary110101101001001110100111
Octal326223247

Shades and tints

Shades of #D693A7

#D693A7
(214,147,167)
#C38698
(195,134,152)
#B07989
(176,121,137)
#9D6C7A
(157,108,122)
#8A5F6B
(138,95,107)
#77525C
(119,82,92)
#64454D
(100,69,77)
#51383E
(81,56,62)
#3E2B2F
(62,43,47)
#2B1E20
(43,30,32)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #D693A7

#D693A7
(214,147,167)
#D99CAF
(217,156,175)
#DCA5B7
(220,165,183)
#DFAEBF
(223,174,191)
#E2B7C7
(226,183,199)
#E5C0CF
(229,192,207)
#E8C9D7
(232,201,215)
#EBD2DF
(235,210,223)
#EEDBE7
(238,219,231)
#F1E4EF
(241,228,239)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D693A7; }

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

This text font color is #D693A7.


Background Color

.myBgColor { background-color: #D693A7; }

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

This div background color is #D693A7.


Border color

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

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

This div border color is #D693A7.


Opacity

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

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

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

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

This text has shadow with #D693A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D693A7 on black background.


Color preview on white background

This text has color #D693A7 on white background.



Black color preview on #D693A7 background

This text has black color on #D693A7 background.


White color preview on #D693A7 background

This text has white color on #D693A7 background.