COLOR #D694A7

HEX: #D694A7
RGB: (214,148,167)

Color info

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

RGB color model

#D694A7 color RGB value is (214,148,167).

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

RGB channels and saturation

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

214
148
167

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

Portions of RGB colors in percentages

R + G + B =
214 + 148 + 167 = 529 (100%)
R 214 of 529 ~ 40.45%
G 148 of 529 ~ 27.98%
B 167 of 529 ~ 31.57%

%40.45
%27.98
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.84%
  • 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
%30.84
%21.96
%16.08

Codes

Color #D694A7 in popluar color models

D694A7
RGB214148167
HSL343°44.59%70.98%
HSB/HSV343°30.84%83.92%
CMYK0.00%30.84%21.96%
16.08%

Color #D694A7 in popluar number systems.

HEXD694A7
Decimal214148167
Binary110101101001010010100111
Octal326224247

Shades and tints

Shades of #D694A7

#D694A7
(214,148,167)
#C38798
(195,135,152)
#B07A89
(176,122,137)
#9D6D7A
(157,109,122)
#8A606B
(138,96,107)
#77535C
(119,83,92)
#64464D
(100,70,77)
#51393E
(81,57,62)
#3E2C2F
(62,44,47)
#2B1F20
(43,31,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #D694A7

#D694A7
(214,148,167)
#D99DAF
(217,157,175)
#DCA6B7
(220,166,183)
#DFAFBF
(223,175,191)
#E2B8C7
(226,184,199)
#E5C1CF
(229,193,207)
#E8CAD7
(232,202,215)
#EBD3DF
(235,211,223)
#EEDCE7
(238,220,231)
#F1E5EF
(241,229,239)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D694A7; }

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

This text font color is #D694A7.


Background Color

.myBgColor { background-color: #D694A7; }

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

This div background color is #D694A7.


Border color

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

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

This div border color is #D694A7.


Opacity

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

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

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

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

This text has shadow with #D694A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D694A7 on black background.


Color preview on white background

This text has color #D694A7 on white background.



Black color preview on #D694A7 background

This text has black color on #D694A7 background.


White color preview on #D694A7 background

This text has white color on #D694A7 background.