COLOR #D094AE

HEX: #D094AE
RGB: (208,148,174)

Color info

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

RGB color model

#D094AE color RGB value is (208,148,174).

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

RGB channels and saturation

R 208 of 255 = 82%
G 148 of 255 = 58%
B 174 of 255 = 68%

208
148
174

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

Portions of RGB colors in percentages

R + G + B =
208 + 148 + 174 = 530 (100%)
R 208 of 530 ~ 39.25%
G 148 of 530 ~ 27.92%
B 174 of 530 ~ 32.83%

%39.25
%27.92
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(0,29,16,18)
C0M29Y16K18 
(0%,29%,16%,18%)
(0.00/0.29/0.16/0.18)	

CMYK percentages

%0
%28.85
%16.35
%18.43

Codes

Color #D094AE in popluar color models

D094AE
RGB208148174
HSL334°38.96%69.80%
HSB/HSV334°28.85%81.57%
CMYK0.00%28.85%16.35%
18.43%

Color #D094AE in popluar number systems.

HEXD094AE
Decimal208148174
Binary110100001001010010101110
Octal320224256

Shades and tints

Shades of #D094AE

#D094AE
(208,148,174)
#BE879F
(190,135,159)
#AC7A90
(172,122,144)
#9A6D81
(154,109,129)
#886072
(136,96,114)
#765363
(118,83,99)
#644654
(100,70,84)
#523945
(82,57,69)
#402C36
(64,44,54)
#2E1F27
(46,31,39)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #D094AE

#D094AE
(208,148,174)
#D49DB5
(212,157,181)
#D8A6BC
(216,166,188)
#DCAFC3
(220,175,195)
#E0B8CA
(224,184,202)
#E4C1D1
(228,193,209)
#E8CAD8
(232,202,216)
#ECD3DF
(236,211,223)
#F0DCE6
(240,220,230)
#F4E5ED
(244,229,237)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D094AE; }

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

This text font color is #D094AE.


Background Color

.myBgColor { background-color: #D094AE; }

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

This div background color is #D094AE.


Border color

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

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

This div border color is #D094AE.


Opacity

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

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

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

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

This text has shadow with #D094AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D094AE on black background.


Color preview on white background

This text has color #D094AE on white background.



Black color preview on #D094AE background

This text has black color on #D094AE background.


White color preview on #D094AE background

This text has white color on #D094AE background.