COLOR #D69C98

HEX: #D69C98
RGB: (214,156,152)

Color info

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

RGB color model

#D69C98 color RGB value is (214,156,152).

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

RGB channels and saturation

R 214 of 255 = 84%
G 156 of 255 = 61%
B 152 of 255 = 60%

214
156
152

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

Portions of RGB colors in percentages

R + G + B =
214 + 156 + 152 = 522 (100%)
R 214 of 522 ~ 41%
G 156 of 522 ~ 29.89%
B 152 of 522 ~ 29.12%

%41
%29.89
%29.12

CMYK color model

#D69C98 color CMYK value is (0,27,29,16).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 28.97%
  • key color value is 16.08%
CMYK:
(0,27,29,16)
C0M27Y29K16 
(0%,27%,29%,16%)
(0.00/0.27/0.29/0.16)	

CMYK percentages

%0
%27.1
%28.97
%16.08

Codes

Color #D69C98 in popluar color models

D69C98
RGB214156152
HSL43.06%71.76%
HSB/HSV28.97%83.92%
CMYK0.00%27.10%28.97%
16.08%

Color #D69C98 in popluar number systems.

HEXD69C98
Decimal214156152
Binary110101101001110010011000
Octal326234230

Shades and tints

Shades of #D69C98

#D69C98
(214,156,152)
#C38E8B
(195,142,139)
#B0807E
(176,128,126)
#9D7271
(157,114,113)
#8A6464
(138,100,100)
#775657
(119,86,87)
#64484A
(100,72,74)
#513A3D
(81,58,61)
#3E2C30
(62,44,48)
#2B1E23
(43,30,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #D69C98

#D69C98
(214,156,152)
#D9A5A1
(217,165,161)
#DCAEAA
(220,174,170)
#DFB7B3
(223,183,179)
#E2C0BC
(226,192,188)
#E5C9C5
(229,201,197)
#E8D2CE
(232,210,206)
#EBDBD7
(235,219,215)
#EEE4E0
(238,228,224)
#F1EDE9
(241,237,233)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69C98; }

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

This text font color is #D69C98.


Background Color

.myBgColor { background-color: #D69C98; }

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

This div background color is #D69C98.


Border color

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

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

This div border color is #D69C98.


Opacity

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

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

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

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

This text has shadow with #D69C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69C98 on black background.


Color preview on white background

This text has color #D69C98 on white background.



Black color preview on #D69C98 background

This text has black color on #D69C98 background.


White color preview on #D69C98 background

This text has white color on #D69C98 background.