COLOR #D69C96

HEX: #D69C96
RGB: (214,156,150)

Color info

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

RGB color model

#D69C96 color RGB value is (214,156,150).

  • red value is 214;
  • green value is 156;
  • blue value is 150.
RGB:
(214,156,150)
(84%,61%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 156 of 255 = 61%
B 150 of 255 = 59%

214
156
150

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

Portions of RGB colors in percentages

R + G + B =
214 + 156 + 150 = 520 (100%)
R 214 of 520 ~ 41.15%
G 156 of 520 ~ 30%
B 150 of 520 ~ 28.85%

%41.15
%30
%28.85

CMYK color model

#D69C96 color CMYK value is (0,27,30,16).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,27,30,16)
C0M27Y30K16 
(0%,27%,30%,16%)
(0.00/0.27/0.30/0.16)	

CMYK percentages

%0
%27.1
%29.91
%16.08

Codes

Color #D69C96 in popluar color models

D69C96
RGB214156150
HSL43.84%71.37%
HSB/HSV29.91%83.92%
CMYK0.00%27.10%29.91%
16.08%

Color #D69C96 in popluar number systems.

HEXD69C96
Decimal214156150
Binary110101101001110010010110
Octal326234226

Shades and tints

Shades of #D69C96

#D69C96
(214,156,150)
#C38E89
(195,142,137)
#B0807C
(176,128,124)
#9D726F
(157,114,111)
#8A6462
(138,100,98)
#775655
(119,86,85)
#644848
(100,72,72)
#513A3B
(81,58,59)
#3E2C2E
(62,44,46)
#2B1E21
(43,30,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #D69C96

#D69C96
(214,156,150)
#D9A59F
(217,165,159)
#DCAEA8
(220,174,168)
#DFB7B1
(223,183,177)
#E2C0BA
(226,192,186)
#E5C9C3
(229,201,195)
#E8D2CC
(232,210,204)
#EBDBD5
(235,219,213)
#EEE4DE
(238,228,222)
#F1EDE7
(241,237,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69C96 color. Also use rgb(214,156,150) instead hex code.

Text Font Color

.myTextColor { color: #D69C96; }

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

This text font color is #D69C96.


Background Color

.myBgColor { background-color: #D69C96; }

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

This div background color is #D69C96.


Border color

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

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

This div border color is #D69C96.


Opacity

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

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

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

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

This text has shadow with #D69C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69C96 on black background.


Color preview on white background

This text has color #D69C96 on white background.



Black color preview on #D69C96 background

This text has black color on #D69C96 background.


White color preview on #D69C96 background

This text has white color on #D69C96 background.