COLOR #DF9BCD

HEX: #DF9BCD RGB: (223,155,205)

Color info

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

RGB color model

#DF9BCD color RGB value is (223,155,205).

RGB: (223,155,205) (87%, 61%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 205 of 255 = 80%

223
155
205

R + G + B ~ 76%. #DF9BCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 155 + 205 = 583 (100%)
R 223 of 583 ~ 38.25%
G 155 of 583 ~ 26.59%
B 205 of 583 ~ 35.16'%

%38.25
%26.59
%35.16

CMYK color model

#DF9BCD color CMYK value is (0,30,8,13).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 8.07%
  • key color value is 12.55%

CMYK: (0,30,8,13)
C0M30Y8K13 (0%, 30%, 8%, 13%)
(0.00 / 0.30 / 0.08 / 0.13)

CMYK percentages

%0
%30.49
%8.07
%12.55

Codes

Color #DF9BCD in popluar color models

DF 9B CD
RGB 223 155 205
HSL 316° 51.52% 74.12%
HSB/HSV 316° 30.49% 87.45%
CMYK 0.00% 30.49% 8.07%
12.55%

Color #DF9BCD in popluar number systems.

HEX DF 9B CD
Decimal 223 155 205
Binary 11011111 10011011 11001101
Octal 337 233 315

Shades and tints

Shades of #DF9BCD

#DF9BCD
(223,155,205)
#CB8DBB
(203,141,187)
#B77FA9
(183,127,169)
#A37197
(163,113,151)
#8F6385
(143,99,133)
#7B5573
(123,85,115)
#674761
(103,71,97)
#53394F
(83,57,79)
#3F2B3D
(63,43,61)
#2B1D2B
(43,29,43)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #DF9BCD

#DF9BCD
(223,155,205)
#E1A4D1
(225,164,209)
#E3ADD5
(227,173,213)
#E5B6D9
(229,182,217)
#E7BFDD
(231,191,221)
#E9C8E1
(233,200,225)
#EBD1E5
(235,209,229)
#EDDAE9
(237,218,233)
#EFE3ED
(239,227,237)
#F1ECF1
(241,236,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9BCD color. Also use rgb(223,155,205) instead hex code.

Text Font Color

.myTextColor { color: #DF9BCD; }

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

This text font color is #DF9BCD.

Background Color

.myBgColor { background-color: #DF9BCD; }

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

This div background color is #DF9BCD.

Border color

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

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

This div border color is #DF9BCD.

Opacity

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

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

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

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

This text has shadow with #DF9BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9BCD.

Preview

Color preview on black background

This text has color #DF9BCD on black background.


Color preview on white background

This text has color #DF9BCD on white background.


Black color preview on #DF9BCD background

This text has black color on #DF9BCD background.


White color preview on #DF9BCD background

This text has white color on #DF9BCD background.


Related colors

Complementary color

Complementary color for #hex is #206432.


I love getcolorcode.com

Triadic colors

1 #CDDF9B and #9BCDDF with #DF9BCD are triadic colors.

2 #CD9BDF and #9BDFCD with #DF9BCD are triadic colors.