COLOR #D698A7

HEX: #D698A7
RGB: (214,152,167)

Color info

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

RGB color model

#D698A7 color RGB value is (214,152,167).

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

RGB channels and saturation

R 214 of 255 = 84%
G 152 of 255 = 60%
B 167 of 255 = 65%

214
152
167

R + G + B ~ 70%. #D698A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 152 + 167 = 533 (100%)
R 214 of 533 ~ 40.15%
G 152 of 533 ~ 28.52%
B 167 of 533 ~ 31.33%

%40.15
%28.52
%31.33

CMYK color model

#D698A7 color CMYK value is (0,29,22,16).

  • cyan value is 0.00%
  • magenta value is 28.97%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(0,29,22,16)
C0M29Y22K16 
(0%,29%,22%,16%)
(0.00/0.29/0.22/0.16)	

CMYK percentages

%0
%28.97
%21.96
%16.08

Codes

Color #D698A7 in popluar color models

D698A7
RGB214152167
HSL345°43.06%71.76%
HSB/HSV345°28.97%83.92%
CMYK0.00%28.97%21.96%
16.08%

Color #D698A7 in popluar number systems.

HEXD698A7
Decimal214152167
Binary110101101001100010100111
Octal326230247

Shades and tints

Shades of #D698A7

#D698A7
(214,152,167)
#C38B98
(195,139,152)
#B07E89
(176,126,137)
#9D717A
(157,113,122)
#8A646B
(138,100,107)
#77575C
(119,87,92)
#644A4D
(100,74,77)
#513D3E
(81,61,62)
#3E302F
(62,48,47)
#2B2320
(43,35,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #D698A7

#D698A7
(214,152,167)
#D9A1AF
(217,161,175)
#DCAAB7
(220,170,183)
#DFB3BF
(223,179,191)
#E2BCC7
(226,188,199)
#E5C5CF
(229,197,207)
#E8CED7
(232,206,215)
#EBD7DF
(235,215,223)
#EEE0E7
(238,224,231)
#F1E9EF
(241,233,239)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D698A7; }

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

This text font color is #D698A7.


Background Color

.myBgColor { background-color: #D698A7; }

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

This div background color is #D698A7.


Border color

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

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

This div border color is #D698A7.


Opacity

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

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

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

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

This text has shadow with #D698A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D698A7 on black background.


Color preview on white background

This text has color #D698A7 on white background.



Black color preview on #D698A7 background

This text has black color on #D698A7 background.


White color preview on #D698A7 background

This text has white color on #D698A7 background.