COLOR #D68396

HEX: #D68396
RGB: (214,131,150)

Color info

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

RGB color model

#D68396 color RGB value is (214,131,150).

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

RGB channels and saturation

R 214 of 255 = 84%
G 131 of 255 = 51%
B 150 of 255 = 59%

214
131
150

R + G + B ~ 65%. #D68396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 131 + 150 = 495 (100%)
R 214 of 495 ~ 43.23%
G 131 of 495 ~ 26.46%
B 150 of 495 ~ 30.3%

%43.23
%26.46
%30.3

CMYK color model

#D68396 color CMYK value is (0,39,30,16).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,39,30,16)
C0M39Y30K16 
(0%,39%,30%,16%)
(0.00/0.39/0.30/0.16)	

CMYK percentages

%0
%38.79
%29.91
%16.08

Codes

Color #D68396 in popluar color models

D68396
RGB214131150
HSL346°50.30%67.65%
HSB/HSV346°38.79%83.92%
CMYK0.00%38.79%29.91%
16.08%

Color #D68396 in popluar number systems.

HEXD68396
Decimal214131150
Binary110101101000001110010110
Octal326203226

Shades and tints

Shades of #D68396

#D68396
(214,131,150)
#C37889
(195,120,137)
#B06D7C
(176,109,124)
#9D626F
(157,98,111)
#8A5762
(138,87,98)
#774C55
(119,76,85)
#644148
(100,65,72)
#51363B
(81,54,59)
#3E2B2E
(62,43,46)
#2B2021
(43,32,33)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #D68396

#D68396
(214,131,150)
#D98E9F
(217,142,159)
#DC99A8
(220,153,168)
#DFA4B1
(223,164,177)
#E2AFBA
(226,175,186)
#E5BAC3
(229,186,195)
#E8C5CC
(232,197,204)
#EBD0D5
(235,208,213)
#EEDBDE
(238,219,222)
#F1E6E7
(241,230,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68396; }

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

This text font color is #D68396.


Background Color

.myBgColor { background-color: #D68396; }

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

This div background color is #D68396.


Border color

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

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

This div border color is #D68396.


Opacity

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

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

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

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

This text has shadow with #D68396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68396 on black background.


Color preview on white background

This text has color #D68396 on white background.



Black color preview on #D68396 background

This text has black color on #D68396 background.


White color preview on #D68396 background

This text has white color on #D68396 background.