COLOR #D68B99

HEX: #D68B99
RGB: (214,139,153)

Color info

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

RGB color model

#D68B99 color RGB value is (214,139,153).

  • red value is 214;
  • green value is 139;
  • blue value is 153.
RGB:
(214,139,153)
(84%,55%,60%)

RGB channels and saturation

R 214 of 255 = 84%
G 139 of 255 = 55%
B 153 of 255 = 60%

214
139
153

R + G + B ~ 66%. #D68B99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 139 + 153 = 506 (100%)
R 214 of 506 ~ 42.29%
G 139 of 506 ~ 27.47%
B 153 of 506 ~ 30.24%

%42.29
%27.47
%30.24

CMYK color model

#D68B99 color CMYK value is (0,35,29,16).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 28.50%
  • key color value is 16.08%
CMYK:
(0,35,29,16)
C0M35Y29K16 
(0%,35%,29%,16%)
(0.00/0.35/0.29/0.16)	

CMYK percentages

%0
%35.05
%28.5
%16.08

Codes

Color #D68B99 in popluar color models

D68B99
RGB214139153
HSL349°47.77%69.22%
HSB/HSV349°35.05%83.92%
CMYK0.00%35.05%28.50%
16.08%

Color #D68B99 in popluar number systems.

HEXD68B99
Decimal214139153
Binary110101101000101110011001
Octal326213231

Shades and tints

Shades of #D68B99

#D68B99
(214,139,153)
#C37F8C
(195,127,140)
#B0737F
(176,115,127)
#9D6772
(157,103,114)
#8A5B65
(138,91,101)
#774F58
(119,79,88)
#64434B
(100,67,75)
#51373E
(81,55,62)
#3E2B31
(62,43,49)
#2B1F24
(43,31,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D68B99

#D68B99
(214,139,153)
#D995A2
(217,149,162)
#DC9FAB
(220,159,171)
#DFA9B4
(223,169,180)
#E2B3BD
(226,179,189)
#E5BDC6
(229,189,198)
#E8C7CF
(232,199,207)
#EBD1D8
(235,209,216)
#EEDBE1
(238,219,225)
#F1E5EA
(241,229,234)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68B99 color. Also use rgb(214,139,153) instead hex code.

Text Font Color

.myTextColor { color: #D68B99; }

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

This text font color is #D68B99.


Background Color

.myBgColor { background-color: #D68B99; }

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

This div background color is #D68B99.


Border color

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

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

This div border color is #D68B99.


Opacity

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

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

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

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

This text has shadow with #D68B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68B99 on black background.


Color preview on white background

This text has color #D68B99 on white background.



Black color preview on #D68B99 background

This text has black color on #D68B99 background.


White color preview on #D68B99 background

This text has white color on #D68B99 background.