COLOR #DC9BBB

HEX: #DC9BBB RGB: (220,155,187)

Color info

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

RGB color model

#DC9BBB color RGB value is (220,155,187).

RGB: (220,155,187) (86%, 61%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 155 of 255 = 61%
B 187 of 255 = 73%

220
155
187

R + G + B ~ 73%. #DC9BBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 155 + 187 = 562 (100%)
R 220 of 562 ~ 39.15%
G 155 of 562 ~ 27.58%
B 187 of 562 ~ 33.27'%

%39.15
%27.58
%33.27

CMYK color model

#DC9BBB color CMYK value is (0,30,15,14).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 15.00%
  • key color value is 13.73%

CMYK: (0,30,15,14)
C0M30Y15K14 (0%, 30%, 15%, 14%)
(0.00 / 0.30 / 0.15 / 0.14)

CMYK percentages

%0
%29.55
%15
%13.73

Codes

Color #DC9BBB in popluar color models

DC 9B BB
RGB 220 155 187
HSL 330° 48.15% 73.53%
HSB/HSV 330° 29.55% 86.27%
CMYK 0.00% 29.55% 15.00%
13.73%

Color #DC9BBB in popluar number systems.

HEX DC 9B BB
Decimal 220 155 187
Binary 11011100 10011011 10111011
Octal 334 233 273

Shades and tints

Shades of #DC9BBB

#DC9BBB
(220,155,187)
#C88DAA
(200,141,170)
#B47F99
(180,127,153)
#A07188
(160,113,136)
#8C6377
(140,99,119)
#785566
(120,85,102)
#644755
(100,71,85)
#503944
(80,57,68)
#3C2B33
(60,43,51)
#281D22
(40,29,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #DC9BBB

#DC9BBB
(220,155,187)
#DFA4C1
(223,164,193)
#E2ADC7
(226,173,199)
#E5B6CD
(229,182,205)
#E8BFD3
(232,191,211)
#EBC8D9
(235,200,217)
#EED1DF
(238,209,223)
#F1DAE5
(241,218,229)
#F4E3EB
(244,227,235)
#F7ECF1
(247,236,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9BBB color. Also use rgb(220,155,187) instead hex code.

Text Font Color

.myTextColor { color: #DC9BBB; }

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

This text font color is #DC9BBB.

Background Color

.myBgColor { background-color: #DC9BBB; }

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

This div background color is #DC9BBB.

Border color

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

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

This div border color is #DC9BBB.

Opacity

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

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

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

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

This text has shadow with #DC9BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9BBB.

Preview

Color preview on black background

This text has color #DC9BBB on black background.


Color preview on white background

This text has color #DC9BBB on white background.


Black color preview on #DC9BBB background

This text has black color on #DC9BBB background.


White color preview on #DC9BBB background

This text has white color on #DC9BBB background.


Related colors

Complementary color

Complementary color for #hex is #236444.


I love getcolorcode.com

Triadic colors

1 #BBDC9B and #9BBBDC with #DC9BBB are triadic colors.

2 #BB9BDC and #9BDCBB with #DC9BBB are triadic colors.