COLOR #D3909B

HEX: #D3909B RGB: (211,144,155)

Color info

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

RGB color model

#D3909B color RGB value is (211,144,155).

RGB: (211,144,155) (83%, 56%, 61%)

RGB channels and saturation

R 211 of 255 = 83%
G 144 of 255 = 56%
B 155 of 255 = 61%

211
144
155

R + G + B ~ 67%. #D3909B is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 144 + 155 = 510 (100%)
R 211 of 510 ~ 41.37%
G 144 of 510 ~ 28.24%
B 155 of 510 ~ 30.39'%

%41.37
%28.24
%30.39

CMYK color model

#D3909B color CMYK value is (0,32,27,17).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK: (0,32,27,17) C0M32Y27K17 (0%,32%,27%,17%) (0.00/0.32/0.27/0.17) 

CMYK percentages

%0
%31.75
%26.54
%17.25

Codes

Color #D3909B in popluar color models

D3 90 9B
RGB 211 144 155
HSL 350° 43.23% 69.61%
HSB/HSV 350° 31.75% 82.75%
CMYK 0.00% 31.75% 26.54%
17.25%

Color #D3909B in popluar number systems.

HEX D3 90 9B
Decimal 211 144 155
Binary 11010011 10010000 10011011
Octal 323 220 233

Shades and tints

Shades of #D3909B

#D3909B
(211,144,155)
#C0838D
(192,131,141)
#AD767F
(173,118,127)
#9A6971
(154,105,113)
#875C63
(135,92,99)
#744F55
(116,79,85)
#614247
(97,66,71)
#4E3539
(78,53,57)
#3B282B
(59,40,43)
#281B1D
(40,27,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #D3909B

#D3909B
(211,144,155)
#D79AA4
(215,154,164)
#DBA4AD
(219,164,173)
#DFAEB6
(223,174,182)
#E3B8BF
(227,184,191)
#E7C2C8
(231,194,200)
#EBCCD1
(235,204,209)
#EFD6DA
(239,214,218)
#F3E0E3
(243,224,227)
#F7EAEC
(247,234,236)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3909B color. Also use rgb(211,144,155) instead hex code.

Text Font Color

.myTextColor { color: #D3909B; }

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

This text font color is #D3909B.

Background Color

.myBgColor { background-color: #D3909B; }

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

This div background color is #D3909B.

Border color

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

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

This div border color is #D3909B.

Opacity

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

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

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

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

This text has shadow with #D3909B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3909B.

Preview

Color preview on black background

This text has color #D3909B on black background.


Color preview on white background

This text has color #D3909B on white background.


Black color preview on #D3909B background

This text has black color on #D3909B background.


White color preview on #D3909B background

This text has white color on #D3909B background.


Related colors

Complementary color

Complementary color for #hex is #2C6F64.


I love getcolorcode.com

Triadic colors

1 #9BD390 and #909BD3 with #D3909B are triadic colors.

2 #9B90D3 and #90D39B with #D3909B are triadic colors.