COLOR #D088BA

HEX: #D088BA
RGB: (208,136,186)

Color info

#D088BA contains mainly red and blue colors. Web safe color of #D088BA is #CC99CC (or #C9C).

RGB color model

#D088BA color RGB value is (208,136,186).

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

RGB channels and saturation

R 208 of 255 = 82%
G 136 of 255 = 53%
B 186 of 255 = 73%

208
136
186

R + G + B ~ 69%. #D088BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 136 + 186 = 530 (100%)
R 208 of 530 ~ 39.25%
G 136 of 530 ~ 25.66%
B 186 of 530 ~ 35.09%

%39.25
%25.66
%35.09

CMYK color model

#D088BA color CMYK value is (0,35,11,18).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(0,35,11,18)
C0M35Y11K18 
(0%,35%,11%,18%)
(0.00/0.35/0.11/0.18)	

CMYK percentages

%0
%34.62
%10.58
%18.43

Codes

Color #D088BA in popluar color models

D088BA
RGB208136186
HSL318°43.37%67.45%
HSB/HSV318°34.62%81.57%
CMYK0.00%34.62%10.58%
18.43%

Color #D088BA in popluar number systems.

HEXD088BA
Decimal208136186
Binary110100001000100010111010
Octal320210272

Shades and tints

Shades of #D088BA

#D088BA
(208,136,186)
#BE7CAA
(190,124,170)
#AC709A
(172,112,154)
#9A648A
(154,100,138)
#88587A
(136,88,122)
#764C6A
(118,76,106)
#64405A
(100,64,90)
#52344A
(82,52,74)
#40283A
(64,40,58)
#2E1C2A
(46,28,42)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #D088BA

#D088BA
(208,136,186)
#D492C0
(212,146,192)
#D89CC6
(216,156,198)
#DCA6CC
(220,166,204)
#E0B0D2
(224,176,210)
#E4BAD8
(228,186,216)
#E8C4DE
(232,196,222)
#ECCEE4
(236,206,228)
#F0D8EA
(240,216,234)
#F4E2F0
(244,226,240)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D088BA; }

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

This text font color is #D088BA.


Background Color

.myBgColor { background-color: #D088BA; }

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

This div background color is #D088BA.


Border color

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

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

This div border color is #D088BA.


Opacity

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

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

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

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

This text has shadow with #D088BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D088BA on black background.


Color preview on white background

This text has color #D088BA on white background.



Black color preview on #D088BA background

This text has black color on #D088BA background.


White color preview on #D088BA background

This text has white color on #D088BA background.