COLOR #D094BB

HEX: #D094BB
RGB: (208,148,187)

Color info

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

RGB color model

#D094BB color RGB value is (208,148,187).

  • red value is 208;
  • green value is 148;
  • blue value is 187.
RGB:
(208,148,187)
(82%,58%,73%)

RGB channels and saturation

R 208 of 255 = 82%
G 148 of 255 = 58%
B 187 of 255 = 73%

208
148
187

R + G + B ~ 71%. #D094BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 148 + 187 = 543 (100%)
R 208 of 543 ~ 38.31%
G 148 of 543 ~ 27.26%
B 187 of 543 ~ 34.44%

%38.31
%27.26
%34.44

CMYK color model

#D094BB color CMYK value is (0,29,10,18).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(0,29,10,18)
C0M29Y10K18 
(0%,29%,10%,18%)
(0.00/0.29/0.10/0.18)	

CMYK percentages

%0
%28.85
%10.1
%18.43

Codes

Color #D094BB in popluar color models

D094BB
RGB208148187
HSL321°38.96%69.80%
HSB/HSV321°28.85%81.57%
CMYK0.00%28.85%10.10%
18.43%

Color #D094BB in popluar number systems.

HEXD094BB
Decimal208148187
Binary110100001001010010111011
Octal320224273

Shades and tints

Shades of #D094BB

#D094BB
(208,148,187)
#BE87AA
(190,135,170)
#AC7A99
(172,122,153)
#9A6D88
(154,109,136)
#886077
(136,96,119)
#765366
(118,83,102)
#644655
(100,70,85)
#523944
(82,57,68)
#402C33
(64,44,51)
#2E1F22
(46,31,34)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #D094BB

#D094BB
(208,148,187)
#D49DC1
(212,157,193)
#D8A6C7
(216,166,199)
#DCAFCD
(220,175,205)
#E0B8D3
(224,184,211)
#E4C1D9
(228,193,217)
#E8CADF
(232,202,223)
#ECD3E5
(236,211,229)
#F0DCEB
(240,220,235)
#F4E5F1
(244,229,241)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D094BB color. Also use rgb(208,148,187) instead hex code.

Text Font Color

.myTextColor { color: #D094BB; }

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

This text font color is #D094BB.


Background Color

.myBgColor { background-color: #D094BB; }

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

This div background color is #D094BB.


Border color

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

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

This div border color is #D094BB.


Opacity

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

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

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

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

This text has shadow with #D094BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D094BB on black background.


Color preview on white background

This text has color #D094BB on white background.



Black color preview on #D094BB background

This text has black color on #D094BB background.


White color preview on #D094BB background

This text has white color on #D094BB background.