COLOR #D088A1

HEX: #D088A1
RGB: (208,136,161)

Color info

#D088A1 contains mainly red and blue colors. Web safe color of #D088A1 is #CC9999 (or #C99).

RGB color model

#D088A1 color RGB value is (208,136,161).

  • red value is 208;
  • green value is 136;
  • blue value is 161.
RGB:
(208,136,161)
(82%,53%,63%)

RGB channels and saturation

R 208 of 255 = 82%
G 136 of 255 = 53%
B 161 of 255 = 63%

208
136
161

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

Portions of RGB colors in percentages

R + G + B =
208 + 136 + 161 = 505 (100%)
R 208 of 505 ~ 41.19%
G 136 of 505 ~ 26.93%
B 161 of 505 ~ 31.88%

%41.19
%26.93
%31.88

CMYK color model

#D088A1 color CMYK value is (0,35,23,18).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 22.60%
  • key color value is 18.43%
CMYK:
(0,35,23,18)
C0M35Y23K18 
(0%,35%,23%,18%)
(0.00/0.35/0.23/0.18)	

CMYK percentages

%0
%34.62
%22.6
%18.43

Codes

Color #D088A1 in popluar color models

D088A1
RGB208136161
HSL339°43.37%67.45%
HSB/HSV339°34.62%81.57%
CMYK0.00%34.62%22.60%
18.43%

Color #D088A1 in popluar number systems.

HEXD088A1
Decimal208136161
Binary110100001000100010100001
Octal320210241

Shades and tints

Shades of #D088A1

#D088A1
(208,136,161)
#BE7C93
(190,124,147)
#AC7085
(172,112,133)
#9A6477
(154,100,119)
#885869
(136,88,105)
#764C5B
(118,76,91)
#64404D
(100,64,77)
#52343F
(82,52,63)
#402831
(64,40,49)
#2E1C23
(46,28,35)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #D088A1

#D088A1
(208,136,161)
#D492A9
(212,146,169)
#D89CB1
(216,156,177)
#DCA6B9
(220,166,185)
#E0B0C1
(224,176,193)
#E4BAC9
(228,186,201)
#E8C4D1
(232,196,209)
#ECCED9
(236,206,217)
#F0D8E1
(240,216,225)
#F4E2E9
(244,226,233)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D088A1 color. Also use rgb(208,136,161) instead hex code.

Text Font Color

.myTextColor { color: #D088A1; }

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

This text font color is #D088A1.


Background Color

.myBgColor { background-color: #D088A1; }

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

This div background color is #D088A1.


Border color

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

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

This div border color is #D088A1.


Opacity

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

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

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

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

This text has shadow with #D088A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D088A1 on black background.


Color preview on white background

This text has color #D088A1 on white background.



Black color preview on #D088A1 background

This text has black color on #D088A1 background.


White color preview on #D088A1 background

This text has white color on #D088A1 background.