COLOR #D69D93

HEX: #D69D93
RGB: (214,157,147)

Color info

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

RGB color model

#D69D93 color RGB value is (214,157,147).

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

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 147 of 255 = 58%

214
157
147

R + G + B ~ 68%. #D69D93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 147 = 518 (100%)
R 214 of 518 ~ 41.31%
G 157 of 518 ~ 30.31%
B 147 of 518 ~ 28.38%

%41.31
%30.31
%28.38

CMYK color model

#D69D93 color CMYK value is (0,27,31,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(0,27,31,16)
C0M27Y31K16 
(0%,27%,31%,16%)
(0.00/0.27/0.31/0.16)	

CMYK percentages

%0
%26.64
%31.31
%16.08

Codes

Color #D69D93 in popluar color models

D69D93
RGB214157147
HSL44.97%70.78%
HSB/HSV31.31%83.92%
CMYK0.00%26.64%31.31%
16.08%

Color #D69D93 in popluar number systems.

HEXD69D93
Decimal214157147
Binary110101101001110110010011
Octal326235223

Shades and tints

Shades of #D69D93

#D69D93
(214,157,147)
#C38F86
(195,143,134)
#B08179
(176,129,121)
#9D736C
(157,115,108)
#8A655F
(138,101,95)
#775752
(119,87,82)
#644945
(100,73,69)
#513B38
(81,59,56)
#3E2D2B
(62,45,43)
#2B1F1E
(43,31,30)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #D69D93

#D69D93
(214,157,147)
#D9A59C
(217,165,156)
#DCADA5
(220,173,165)
#DFB5AE
(223,181,174)
#E2BDB7
(226,189,183)
#E5C5C0
(229,197,192)
#E8CDC9
(232,205,201)
#EBD5D2
(235,213,210)
#EEDDDB
(238,221,219)
#F1E5E4
(241,229,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69D93; }

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

This text font color is #D69D93.


Background Color

.myBgColor { background-color: #D69D93; }

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

This div background color is #D69D93.


Border color

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

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

This div border color is #D69D93.


Opacity

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

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

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

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

This text has shadow with #D69D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69D93 on black background.


Color preview on white background

This text has color #D69D93 on white background.



Black color preview on #D69D93 background

This text has black color on #D69D93 background.


White color preview on #D69D93 background

This text has white color on #D69D93 background.