COLOR #D68385

HEX: #D68385
RGB: (214,131,133)

Color info

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

RGB color model

#D68385 color RGB value is (214,131,133).

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

RGB channels and saturation

R 214 of 255 = 84%
G 131 of 255 = 51%
B 133 of 255 = 52%

214
131
133

R + G + B ~ 62%. #D68385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 131 + 133 = 478 (100%)
R 214 of 478 ~ 44.77%
G 131 of 478 ~ 27.41%
B 133 of 478 ~ 27.82%

%44.77
%27.41
%27.82

CMYK color model

#D68385 color CMYK value is (0,39,38,16).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK:
(0,39,38,16)
C0M39Y38K16 
(0%,39%,38%,16%)
(0.00/0.39/0.38/0.16)	

CMYK percentages

%0
%38.79
%37.85
%16.08

Codes

Color #D68385 in popluar color models

D68385
RGB214131133
HSL359°50.30%67.65%
HSB/HSV359°38.79%83.92%
CMYK0.00%38.79%37.85%
16.08%

Color #D68385 in popluar number systems.

HEXD68385
Decimal214131133
Binary110101101000001110000101
Octal326203205

Shades and tints

Shades of #D68385

#D68385
(214,131,133)
#C37879
(195,120,121)
#B06D6D
(176,109,109)
#9D6261
(157,98,97)
#8A5755
(138,87,85)
#774C49
(119,76,73)
#64413D
(100,65,61)
#513631
(81,54,49)
#3E2B25
(62,43,37)
#2B2019
(43,32,25)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #D68385

#D68385
(214,131,133)
#D98E90
(217,142,144)
#DC999B
(220,153,155)
#DFA4A6
(223,164,166)
#E2AFB1
(226,175,177)
#E5BABC
(229,186,188)
#E8C5C7
(232,197,199)
#EBD0D2
(235,208,210)
#EEDBDD
(238,219,221)
#F1E6E8
(241,230,232)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68385; }

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

This text font color is #D68385.


Background Color

.myBgColor { background-color: #D68385; }

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

This div background color is #D68385.


Border color

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

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

This div border color is #D68385.


Opacity

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

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

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

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

This text has shadow with #D68385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68385 on black background.


Color preview on white background

This text has color #D68385 on white background.



Black color preview on #D68385 background

This text has black color on #D68385 background.


White color preview on #D68385 background

This text has white color on #D68385 background.