COLOR #DF9BBE

HEX: #DF9BBE RGB: (223,155,190)

Color info

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

RGB color model

#DF9BBE color RGB value is (223,155,190).

RGB: (223,155,190) (87%, 61%, 75%)

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 190 of 255 = 75%

223
155
190

R + G + B ~ 74%. #DF9BBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 155 + 190 = 568 (100%)
R 223 of 568 ~ 39.26%
G 155 of 568 ~ 27.29%
B 190 of 568 ~ 33.45'%

%39.26
%27.29
%33.45

CMYK color model

#DF9BBE color CMYK value is (0,30,15,13).

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

CMYK: (0,30,15,13)
C0M30Y15K13 (0%, 30%, 15%, 13%)
(0.00 / 0.30 / 0.15 / 0.13)

CMYK percentages

%0
%30.49
%14.8
%12.55

Codes

Color #DF9BBE in popluar color models

DF 9B BE
RGB 223 155 190
HSL 329° 51.52% 74.12%
HSB/HSV 329° 30.49% 87.45%
CMYK 0.00% 30.49% 14.80%
12.55%

Color #DF9BBE in popluar number systems.

HEX DF 9B BE
Decimal 223 155 190
Binary 11011111 10011011 10111110
Octal 337 233 276

Shades and tints

Shades of #DF9BBE

#DF9BBE
(223,155,190)
#CB8DAD
(203,141,173)
#B77F9C
(183,127,156)
#A3718B
(163,113,139)
#8F637A
(143,99,122)
#7B5569
(123,85,105)
#674758
(103,71,88)
#533947
(83,57,71)
#3F2B36
(63,43,54)
#2B1D25
(43,29,37)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #DF9BBE

#DF9BBE
(223,155,190)
#E1A4C3
(225,164,195)
#E3ADC8
(227,173,200)
#E5B6CD
(229,182,205)
#E7BFD2
(231,191,210)
#E9C8D7
(233,200,215)
#EBD1DC
(235,209,220)
#EDDAE1
(237,218,225)
#EFE3E6
(239,227,230)
#F1ECEB
(241,236,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9BBE; }

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

This text font color is #DF9BBE.

Background Color

.myBgColor { background-color: #DF9BBE; }

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

This div background color is #DF9BBE.

Border color

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

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

This div border color is #DF9BBE.

Opacity

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

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

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

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

This text has shadow with #DF9BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9BBE.

Preview

Color preview on black background

This text has color #DF9BBE on black background.


Color preview on white background

This text has color #DF9BBE on white background.


Black color preview on #DF9BBE background

This text has black color on #DF9BBE background.


White color preview on #DF9BBE background

This text has white color on #DF9BBE background.


Related colors

Complementary color

Complementary color for #hex is #206441.


I love getcolorcode.com

Triadic colors

1 #BEDF9B and #9BBEDF with #DF9BBE are triadic colors.

2 #BE9BDF and #9BDFBE with #DF9BBE are triadic colors.