COLOR #D68188

HEX: #D68188
RGB: (214,129,136)

Color info

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

RGB color model

#D68188 color RGB value is (214,129,136).

  • red value is 214;
  • green value is 129;
  • blue value is 136.
RGB:
(214,129,136)
(84%,51%,53%)

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 136 of 255 = 53%

214
129
136

R + G + B ~ 63%. #D68188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 129 + 136 = 479 (100%)
R 214 of 479 ~ 44.68%
G 129 of 479 ~ 26.93%
B 136 of 479 ~ 28.39%

%44.68
%26.93
%28.39

CMYK color model

#D68188 color CMYK value is (0,40,36,16).

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 36.45%
  • key color value is 16.08%
CMYK:
(0,40,36,16)
C0M40Y36K16 
(0%,40%,36%,16%)
(0.00/0.40/0.36/0.16)	

CMYK percentages

%0
%39.72
%36.45
%16.08

Codes

Color #D68188 in popluar color models

D68188
RGB214129136
HSL355°50.90%67.25%
HSB/HSV355°39.72%83.92%
CMYK0.00%39.72%36.45%
16.08%

Color #D68188 in popluar number systems.

HEXD68188
Decimal214129136
Binary110101101000000110001000
Octal326201210

Shades and tints

Shades of #D68188

#D68188
(214,129,136)
#C3767C
(195,118,124)
#B06B70
(176,107,112)
#9D6064
(157,96,100)
#8A5558
(138,85,88)
#774A4C
(119,74,76)
#643F40
(100,63,64)
#513434
(81,52,52)
#3E2928
(62,41,40)
#2B1E1C
(43,30,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #D68188

#D68188
(214,129,136)
#D98C92
(217,140,146)
#DC979C
(220,151,156)
#DFA2A6
(223,162,166)
#E2ADB0
(226,173,176)
#E5B8BA
(229,184,186)
#E8C3C4
(232,195,196)
#EBCECE
(235,206,206)
#EED9D8
(238,217,216)
#F1E4E2
(241,228,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68188 color. Also use rgb(214,129,136) instead hex code.

Text Font Color

.myTextColor { color: #D68188; }

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

This text font color is #D68188.


Background Color

.myBgColor { background-color: #D68188; }

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

This div background color is #D68188.


Border color

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

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

This div border color is #D68188.


Opacity

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

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

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

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

This text has shadow with #D68188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68188 on black background.


Color preview on white background

This text has color #D68188 on white background.



Black color preview on #D68188 background

This text has black color on #D68188 background.


White color preview on #D68188 background

This text has white color on #D68188 background.