COLOR #D68A95

HEX: #D68A95 RGB: (214,138,149)

Color info

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

RGB color model

#D68A95 color RGB value is (214,138,149).

RGB: (214,138,149) (84%, 54%, 58%)

RGB channels and saturation

R 214 of 255 = 84%
G 138 of 255 = 54%
B 149 of 255 = 58%

214
138
149

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

Portions of RGB colors in percentages

R + G + B = 214 + 138 + 149 = 501 (100%)
R 214 of 501 ~ 42.71%
G 138 of 501 ~ 27.54%
B 149 of 501 ~ 29.74'%

%42.71
%27.54
%29.74

CMYK color model

#D68A95 color CMYK value is (0,36,30,16).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 30.37%
  • key color value is 16.08%

CMYK: (0,36,30,16)
C0M36Y30K16 (0%, 36%, 30%, 16%)
(0.00 / 0.36 / 0.30 / 0.16)

CMYK percentages

%0
%35.51
%30.37
%16.08

Codes

Color #D68A95 in popluar color models

D6 8A 95
RGB 214 138 149
HSL 351° 48.10% 69.02%
HSB/HSV 351° 35.51% 83.92%
CMYK 0.00% 35.51% 30.37%
16.08%

Color #D68A95 in popluar number systems.

HEX D6 8A 95
Decimal 214 138 149
Binary 11010110 10001010 10010101
Octal 326 212 225

Shades and tints

Shades of #D68A95

#D68A95
(214,138,149)
#C37E88
(195,126,136)
#B0727B
(176,114,123)
#9D666E
(157,102,110)
#8A5A61
(138,90,97)
#774E54
(119,78,84)
#644247
(100,66,71)
#51363A
(81,54,58)
#3E2A2D
(62,42,45)
#2B1E20
(43,30,32)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #D68A95

#D68A95
(214,138,149)
#D9949E
(217,148,158)
#DC9EA7
(220,158,167)
#DFA8B0
(223,168,176)
#E2B2B9
(226,178,185)
#E5BCC2
(229,188,194)
#E8C6CB
(232,198,203)
#EBD0D4
(235,208,212)
#EEDADD
(238,218,221)
#F1E4E6
(241,228,230)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68A95; }

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

This text font color is #D68A95.

Background Color

.myBgColor { background-color: #D68A95; }

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

This div background color is #D68A95.

Border color

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

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

This div border color is #D68A95.

Opacity

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

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

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

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

This text has shadow with #D68A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D68A95.

Preview

Color preview on black background

This text has color #D68A95 on black background.


Color preview on white background

This text has color #D68A95 on white background.


Black color preview on #D68A95 background

This text has black color on #D68A95 background.


White color preview on #D68A95 background

This text has white color on #D68A95 background.


Related colors

Complementary color

Complementary color for #hex is #29756A.


I love getcolorcode.com

Triadic colors

1 #95D68A and #8A95D6 with #D68A95 are triadic colors.

2 #958AD6 and #8AD695 with #D68A95 are triadic colors.