COLOR #D094AA

HEX: #D094AA
RGB: (208,148,170)

Color info

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

RGB color model

#D094AA color RGB value is (208,148,170).

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

RGB channels and saturation

R 208 of 255 = 82%
G 148 of 255 = 58%
B 170 of 255 = 67%

208
148
170

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

Portions of RGB colors in percentages

R + G + B =
208 + 148 + 170 = 526 (100%)
R 208 of 526 ~ 39.54%
G 148 of 526 ~ 28.14%
B 170 of 526 ~ 32.32%

%39.54
%28.14
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK:
(0,29,18,18)
C0M29Y18K18 
(0%,29%,18%,18%)
(0.00/0.29/0.18/0.18)	

CMYK percentages

%0
%28.85
%18.27
%18.43

Codes

Color #D094AA in popluar color models

D094AA
RGB208148170
HSL338°38.96%69.80%
HSB/HSV338°28.85%81.57%
CMYK0.00%28.85%18.27%
18.43%

Color #D094AA in popluar number systems.

HEXD094AA
Decimal208148170
Binary110100001001010010101010
Octal320224252

Shades and tints

Shades of #D094AA

#D094AA
(208,148,170)
#BE879B
(190,135,155)
#AC7A8C
(172,122,140)
#9A6D7D
(154,109,125)
#88606E
(136,96,110)
#76535F
(118,83,95)
#644650
(100,70,80)
#523941
(82,57,65)
#402C32
(64,44,50)
#2E1F23
(46,31,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D094AA

#D094AA
(208,148,170)
#D49DB1
(212,157,177)
#D8A6B8
(216,166,184)
#DCAFBF
(220,175,191)
#E0B8C6
(224,184,198)
#E4C1CD
(228,193,205)
#E8CAD4
(232,202,212)
#ECD3DB
(236,211,219)
#F0DCE2
(240,220,226)
#F4E5E9
(244,229,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D094AA; }

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

This text font color is #D094AA.


Background Color

.myBgColor { background-color: #D094AA; }

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

This div background color is #D094AA.


Border color

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

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

This div border color is #D094AA.


Opacity

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

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

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

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

This text has shadow with #D094AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D094AA on black background.


Color preview on white background

This text has color #D094AA on white background.



Black color preview on #D094AA background

This text has black color on #D094AA background.


White color preview on #D094AA background

This text has white color on #D094AA background.