COLOR #D69395

HEX: #D69395
RGB: (214,147,149)

Color info

#D69395 contains mainly red color. Web safe color of #D69395 is #CC9999 (or #C99).

RGB color model

#D69395 color RGB value is (214,147,149).

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

RGB channels and saturation

R 214 of 255 = 84%
G 147 of 255 = 58%
B 149 of 255 = 58%

214
147
149

R + G + B ~ 67%. #D69395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 147 + 149 = 510 (100%)
R 214 of 510 ~ 41.96%
G 147 of 510 ~ 28.82%
B 149 of 510 ~ 29.22%

%41.96
%28.82
%29.22

CMYK color model

#D69395 color CMYK value is (0,31,30,16).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(0,31,30,16)
C0M31Y30K16 
(0%,31%,30%,16%)
(0.00/0.31/0.30/0.16)	

CMYK percentages

%0
%31.31
%30.37
%16.08

Codes

Color #D69395 in popluar color models

D69395
RGB214147149
HSL358°44.97%70.78%
HSB/HSV358°31.31%83.92%
CMYK0.00%31.31%30.37%
16.08%

Color #D69395 in popluar number systems.

HEXD69395
Decimal214147149
Binary110101101001001110010101
Octal326223225

Shades and tints

Shades of #D69395

#D69395
(214,147,149)
#C38688
(195,134,136)
#B0797B
(176,121,123)
#9D6C6E
(157,108,110)
#8A5F61
(138,95,97)
#775254
(119,82,84)
#644547
(100,69,71)
#51383A
(81,56,58)
#3E2B2D
(62,43,45)
#2B1E20
(43,30,32)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #D69395

#D69395
(214,147,149)
#D99C9E
(217,156,158)
#DCA5A7
(220,165,167)
#DFAEB0
(223,174,176)
#E2B7B9
(226,183,185)
#E5C0C2
(229,192,194)
#E8C9CB
(232,201,203)
#EBD2D4
(235,210,212)
#EEDBDD
(238,219,221)
#F1E4E6
(241,228,230)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69395; }

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

This text font color is #D69395.


Background Color

.myBgColor { background-color: #D69395; }

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

This div background color is #D69395.


Border color

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

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

This div border color is #D69395.


Opacity

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

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

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

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

This text has shadow with #D69395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69395 on black background.


Color preview on white background

This text has color #D69395 on white background.



Black color preview on #D69395 background

This text has black color on #D69395 background.


White color preview on #D69395 background

This text has white color on #D69395 background.