COLOR #DF8BA5

HEX: #DF8BA5 RGB: (223,139,165)

Color info

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

RGB color model

#DF8BA5 color RGB value is (223,139,165).

RGB: (223,139,165) (87%, 55%, 65%)

RGB channels and saturation

R 223 of 255 = 87%
G 139 of 255 = 55%
B 165 of 255 = 65%

223
139
165

R + G + B ~ 69%. #DF8BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 139 + 165 = 527 (100%)
R 223 of 527 ~ 42.31%
G 139 of 527 ~ 26.38%
B 165 of 527 ~ 31.31'%

%42.31
%26.38
%31.31

CMYK color model

#DF8BA5 color CMYK value is (0,38,26,13).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 26.01%
  • key color value is 12.55%

CMYK: (0,38,26,13)
C0M38Y26K13 (0%, 38%, 26%, 13%)
(0.00 / 0.38 / 0.26 / 0.13)

CMYK percentages

%0
%37.67
%26.01
%12.55

Codes

Color #DF8BA5 in popluar color models

DF 8B A5
RGB 223 139 165
HSL 341° 56.76% 70.98%
HSB/HSV 341° 37.67% 87.45%
CMYK 0.00% 37.67% 26.01%
12.55%

Color #DF8BA5 in popluar number systems.

HEX DF 8B A5
Decimal 223 139 165
Binary 11011111 10001011 10100101
Octal 337 213 245

Shades and tints

Shades of #DF8BA5

#DF8BA5
(223,139,165)
#CB7F96
(203,127,150)
#B77387
(183,115,135)
#A36778
(163,103,120)
#8F5B69
(143,91,105)
#7B4F5A
(123,79,90)
#67434B
(103,67,75)
#53373C
(83,55,60)
#3F2B2D
(63,43,45)
#2B1F1E
(43,31,30)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #DF8BA5

#DF8BA5
(223,139,165)
#E195AD
(225,149,173)
#E39FB5
(227,159,181)
#E5A9BD
(229,169,189)
#E7B3C5
(231,179,197)
#E9BDCD
(233,189,205)
#EBC7D5
(235,199,213)
#EDD1DD
(237,209,221)
#EFDBE5
(239,219,229)
#F1E5ED
(241,229,237)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8BA5 color. Also use rgb(223,139,165) instead hex code.

Text Font Color

.myTextColor { color: #DF8BA5; }

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

This text font color is #DF8BA5.

Background Color

.myBgColor { background-color: #DF8BA5; }

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

This div background color is #DF8BA5.

Border color

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

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

This div border color is #DF8BA5.

Opacity

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

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

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

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

This text has shadow with #DF8BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF8BA5.

Preview

Color preview on black background

This text has color #DF8BA5 on black background.


Color preview on white background

This text has color #DF8BA5 on white background.


Black color preview on #DF8BA5 background

This text has black color on #DF8BA5 background.


White color preview on #DF8BA5 background

This text has white color on #DF8BA5 background.


Related colors

Complementary color

Complementary color for #hex is #20745A.


I love getcolorcode.com

Triadic colors

1 #A5DF8B and #8BA5DF with #DF8BA5 are triadic colors.

2 #A58BDF and #8BDFA5 with #DF8BA5 are triadic colors.