COLOR #D090B8

HEX: #D090B8
RGB: (208,144,184)

Color info

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

RGB color model

#D090B8 color RGB value is (208,144,184).

  • red value is 208;
  • green value is 144;
  • blue value is 184.
RGB:
(208,144,184)
(82%,56%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 184 of 255 = 72%

208
144
184

R + G + B ~ 70%. #D090B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 144 + 184 = 536 (100%)
R 208 of 536 ~ 38.81%
G 144 of 536 ~ 26.87%
B 184 of 536 ~ 34.33%

%38.81
%26.87
%34.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK:
(0,31,12,18)
C0M31Y12K18 
(0%,31%,12%,18%)
(0.00/0.31/0.12/0.18)	

CMYK percentages

%0
%30.77
%11.54
%18.43

Codes

Color #D090B8 in popluar color models

D090B8
RGB208144184
HSL323°40.51%69.02%
HSB/HSV323°30.77%81.57%
CMYK0.00%30.77%11.54%
18.43%

Color #D090B8 in popluar number systems.

HEXD090B8
Decimal208144184
Binary110100001001000010111000
Octal320220270

Shades and tints

Shades of #D090B8

#D090B8
(208,144,184)
#BE83A8
(190,131,168)
#AC7698
(172,118,152)
#9A6988
(154,105,136)
#885C78
(136,92,120)
#764F68
(118,79,104)
#644258
(100,66,88)
#523548
(82,53,72)
#402838
(64,40,56)
#2E1B28
(46,27,40)
#1C0E18
(28,14,24)
#000000
(0,0,0)

Tints of #D090B8

#D090B8
(208,144,184)
#D49ABE
(212,154,190)
#D8A4C4
(216,164,196)
#DCAECA
(220,174,202)
#E0B8D0
(224,184,208)
#E4C2D6
(228,194,214)
#E8CCDC
(232,204,220)
#ECD6E2
(236,214,226)
#F0E0E8
(240,224,232)
#F4EAEE
(244,234,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D090B8; }

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

This text font color is #D090B8.


Background Color

.myBgColor { background-color: #D090B8; }

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

This div background color is #D090B8.


Border color

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

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

This div border color is #D090B8.


Opacity

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

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

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

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

This text has shadow with #D090B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D090B8 on black background.


Color preview on white background

This text has color #D090B8 on white background.



Black color preview on #D090B8 background

This text has black color on #D090B8 background.


White color preview on #D090B8 background

This text has white color on #D090B8 background.