COLOR #D09BB2

HEX: #D09BB2
RGB: (208,155,178)

Color info

#D09BB2 contains red, green and blue colors in about the same proportion. Web safe color of #D09BB2 is #CC9999 (or #C99).

RGB color model

#D09BB2 color RGB value is (208,155,178).

  • red value is 208;
  • green value is 155;
  • blue value is 178.
RGB:
(208,155,178)
(82%,61%,70%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 178 of 255 = 70%

208
155
178

R + G + B ~ 71%. #D09BB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 155 + 178 = 541 (100%)
R 208 of 541 ~ 38.45%
G 155 of 541 ~ 28.65%
B 178 of 541 ~ 32.9%

%38.45
%28.65
%32.9

CMYK color model

#D09BB2 color CMYK value is (0,25,14,18).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK:
(0,25,14,18)
C0M25Y14K18 
(0%,25%,14%,18%)
(0.00/0.25/0.14/0.18)	

CMYK percentages

%0
%25.48
%14.42
%18.43

Codes

Color #D09BB2 in popluar color models

D09BB2
RGB208155178
HSL334°36.05%71.18%
HSB/HSV334°25.48%81.57%
CMYK0.00%25.48%14.42%
18.43%

Color #D09BB2 in popluar number systems.

HEXD09BB2
Decimal208155178
Binary110100001001101110110010
Octal320233262

Shades and tints

Shades of #D09BB2

#D09BB2
(208,155,178)
#BE8DA2
(190,141,162)
#AC7F92
(172,127,146)
#9A7182
(154,113,130)
#886372
(136,99,114)
#765562
(118,85,98)
#644752
(100,71,82)
#523942
(82,57,66)
#402B32
(64,43,50)
#2E1D22
(46,29,34)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #D09BB2

#D09BB2
(208,155,178)
#D4A4B9
(212,164,185)
#D8ADC0
(216,173,192)
#DCB6C7
(220,182,199)
#E0BFCE
(224,191,206)
#E4C8D5
(228,200,213)
#E8D1DC
(232,209,220)
#ECDAE3
(236,218,227)
#F0E3EA
(240,227,234)
#F4ECF1
(244,236,241)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09BB2 color. Also use rgb(208,155,178) instead hex code.

Text Font Color

.myTextColor { color: #D09BB2; }

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

This text font color is #D09BB2.


Background Color

.myBgColor { background-color: #D09BB2; }

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

This div background color is #D09BB2.


Border color

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

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

This div border color is #D09BB2.


Opacity

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

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

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

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

This text has shadow with #D09BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09BB2 on black background.


Color preview on white background

This text has color #D09BB2 on white background.



Black color preview on #D09BB2 background

This text has black color on #D09BB2 background.


White color preview on #D09BB2 background

This text has white color on #D09BB2 background.