COLOR #D090AB

HEX: #D090AB RGB: (208,144,171)

Color info

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

RGB color model

#D090AB color RGB value is (208,144,171).

RGB: (208,144,171) (82%, 56%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 171 of 255 = 67%

208
144
171

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

Portions of RGB colors in percentages

R + G + B = 208 + 144 + 171 = 523 (100%)
R 208 of 523 ~ 39.77%
G 144 of 523 ~ 27.53%
B 171 of 523 ~ 32.7'%

%39.77
%27.53
%32.7

CMYK color model

#D090AB color CMYK value is (0,31,18,18).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 17.79%
  • key color value is 18.43%

CMYK: (0,31,18,18)
C0M31Y18K18 (0%, 31%, 18%, 18%)
(0.00 / 0.31 / 0.18 / 0.18)

CMYK percentages

%0
%30.77
%17.79
%18.43

Codes

Color #D090AB in popluar color models

D0 90 AB
RGB 208 144 171
HSL 335° 40.51% 69.02%
HSB/HSV 335° 30.77% 81.57%
CMYK 0.00% 30.77% 17.79%
18.43%

Color #D090AB in popluar number systems.

HEX D0 90 AB
Decimal 208 144 171
Binary 11010000 10010000 10101011
Octal 320 220 253

Shades and tints

Shades of #D090AB

#D090AB
(208,144,171)
#BE839C
(190,131,156)
#AC768D
(172,118,141)
#9A697E
(154,105,126)
#885C6F
(136,92,111)
#764F60
(118,79,96)
#644251
(100,66,81)
#523542
(82,53,66)
#402833
(64,40,51)
#2E1B24
(46,27,36)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #D090AB

#D090AB
(208,144,171)
#D49AB2
(212,154,178)
#D8A4B9
(216,164,185)
#DCAEC0
(220,174,192)
#E0B8C7
(224,184,199)
#E4C2CE
(228,194,206)
#E8CCD5
(232,204,213)
#ECD6DC
(236,214,220)
#F0E0E3
(240,224,227)
#F4EAEA
(244,234,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D090AB color. Also use rgb(208,144,171) instead hex code.

Text Font Color

.myTextColor { color: #D090AB; }

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

This text font color is #D090AB.

Background Color

.myBgColor { background-color: #D090AB; }

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

This div background color is #D090AB.

Border color

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

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

This div border color is #D090AB.

Opacity

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

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

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

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

This text has shadow with #D090AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D090AB.

Preview

Color preview on black background

This text has color #D090AB on black background.


Color preview on white background

This text has color #D090AB on white background.


Black color preview on #D090AB background

This text has black color on #D090AB background.


White color preview on #D090AB background

This text has white color on #D090AB background.


Related colors

Complementary color

Complementary color for #hex is #2F6F54.


I love getcolorcode.com

Triadic colors

1 #ABD090 and #90ABD0 with #D090AB are triadic colors.

2 #AB90D0 and #90D0AB with #D090AB are triadic colors.