COLOR #D094A4

HEX: #D094A4
RGB: (208,148,164)

Color info

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

RGB color model

#D094A4 color RGB value is (208,148,164).

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

RGB channels and saturation

R 208 of 255 = 82%
G 148 of 255 = 58%
B 164 of 255 = 64%

208
148
164

R + G + B ~ 68%. #D094A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 148 + 164 = 520 (100%)
R 208 of 520 ~ 40%
G 148 of 520 ~ 28.46%
B 164 of 520 ~ 31.54%

%40
%28.46
%31.54

CMYK color model

#D094A4 color CMYK value is (0,29,21,18).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 21.15%
  • key color value is 18.43%
CMYK:
(0,29,21,18)
C0M29Y21K18 
(0%,29%,21%,18%)
(0.00/0.29/0.21/0.18)	

CMYK percentages

%0
%28.85
%21.15
%18.43

Codes

Color #D094A4 in popluar color models

D094A4
RGB208148164
HSL344°38.96%69.80%
HSB/HSV344°28.85%81.57%
CMYK0.00%28.85%21.15%
18.43%

Color #D094A4 in popluar number systems.

HEXD094A4
Decimal208148164
Binary110100001001010010100100
Octal320224244

Shades and tints

Shades of #D094A4

#D094A4
(208,148,164)
#BE8796
(190,135,150)
#AC7A88
(172,122,136)
#9A6D7A
(154,109,122)
#88606C
(136,96,108)
#76535E
(118,83,94)
#644650
(100,70,80)
#523942
(82,57,66)
#402C34
(64,44,52)
#2E1F26
(46,31,38)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #D094A4

#D094A4
(208,148,164)
#D49DAC
(212,157,172)
#D8A6B4
(216,166,180)
#DCAFBC
(220,175,188)
#E0B8C4
(224,184,196)
#E4C1CC
(228,193,204)
#E8CAD4
(232,202,212)
#ECD3DC
(236,211,220)
#F0DCE4
(240,220,228)
#F4E5EC
(244,229,236)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D094A4; }

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

This text font color is #D094A4.


Background Color

.myBgColor { background-color: #D094A4; }

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

This div background color is #D094A4.


Border color

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

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

This div border color is #D094A4.


Opacity

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

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

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

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

This text has shadow with #D094A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D094A4 on black background.


Color preview on white background

This text has color #D094A4 on white background.



Black color preview on #D094A4 background

This text has black color on #D094A4 background.


White color preview on #D094A4 background

This text has white color on #D094A4 background.