COLOR #D48D88

HEX: #D48D88 RGB: (212,141,136)

Color info

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

RGB color model

#D48D88 color RGB value is (212,141,136).

RGB: (212,141,136) (83%, 55%, 53%)

RGB channels and saturation

R 212 of 255 = 83%
G 141 of 255 = 55%
B 136 of 255 = 53%

212
141
136

R + G + B ~ 64%. #D48D88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 141 + 136 = 489 (100%)
R 212 of 489 ~ 43.35%
G 141 of 489 ~ 28.83%
B 136 of 489 ~ 27.81'%

%43.35
%28.83
%27.81

CMYK color model

#D48D88 color CMYK value is (0,33,36,17).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 35.85%
  • key color value is 16.86%
CMYK: (0,33,36,17) C0M33Y36K17 (0%,33%,36%,17%) (0.00/0.33/0.36/0.17) 

CMYK percentages

%0
%33.49
%35.85
%16.86

Codes

Color #D48D88 in popluar color models

D4 8D 88
RGB 212 141 136
HSL 46.91% 68.24%
HSB/HSV 35.85% 83.14%
CMYK 0.00% 33.49% 35.85%
16.86%

Color #D48D88 in popluar number systems.

HEX D4 8D 88
Decimal 212 141 136
Binary 11010100 10001101 10001000
Octal 324 215 210

Shades and tints

Shades of #D48D88

#D48D88
(212,141,136)
#C1817C
(193,129,124)
#AE7570
(174,117,112)
#9B6964
(155,105,100)
#885D58
(136,93,88)
#75514C
(117,81,76)
#624540
(98,69,64)
#4F3934
(79,57,52)
#3C2D28
(60,45,40)
#29211C
(41,33,28)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #D48D88

#D48D88
(212,141,136)
#D79792
(215,151,146)
#DAA19C
(218,161,156)
#DDABA6
(221,171,166)
#E0B5B0
(224,181,176)
#E3BFBA
(227,191,186)
#E6C9C4
(230,201,196)
#E9D3CE
(233,211,206)
#ECDDD8
(236,221,216)
#EFE7E2
(239,231,226)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48D88 color. Also use rgb(212,141,136) instead hex code.

Text Font Color

.myTextColor { color: #D48D88; }

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

This text font color is #D48D88.

Background Color

.myBgColor { background-color: #D48D88; }

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

This div background color is #D48D88.

Border color

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

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

This div border color is #D48D88.

Opacity

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

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

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

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

This text has shadow with #D48D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48D88.

Preview

Color preview on black background

This text has color #D48D88 on black background.


Color preview on white background

This text has color #D48D88 on white background.


Black color preview on #D48D88 background

This text has black color on #D48D88 background.


White color preview on #D48D88 background

This text has white color on #D48D88 background.


Related colors

Complementary color

Complementary color for #hex is #2B7277.


I love getcolorcode.com

Triadic colors

1 #88D48D and #8D88D4 with #D48D88 are triadic colors.

2 #888DD4 and #8DD488 with #D48D88 are triadic colors.