COLOR #DF95A8

HEX: #DF95A8
RGB: (223,149,168)

Color info

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

RGB color model

#DF95A8 color RGB value is (223,149,168).

  • red value is 223;
  • green value is 149;
  • blue value is 168.
RGB:
(223,149,168)
(87%,58%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 149 of 255 = 58%
B 168 of 255 = 66%

223
149
168

R + G + B ~ 70%. #DF95A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 149 + 168 = 540 (100%)
R 223 of 540 ~ 41.3%
G 149 of 540 ~ 27.59%
B 168 of 540 ~ 31.11%

%41.3
%27.59
%31.11

CMYK color model

#DF95A8 color CMYK value is (0,33,25,13).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(0,33,25,13)
C0M33Y25K13 
(0%,33%,25%,13%)
(0.00/0.33/0.25/0.13)	

CMYK percentages

%0
%33.18
%24.66
%12.55

Codes

Color #DF95A8 in popluar color models

DF95A8
RGB223149168
HSL345°53.62%72.94%
HSB/HSV345°33.18%87.45%
CMYK0.00%33.18%24.66%
12.55%

Color #DF95A8 in popluar number systems.

HEXDF95A8
Decimal223149168
Binary110111111001010110101000
Octal337225250

Shades and tints

Shades of #DF95A8

#DF95A8
(223,149,168)
#CB8899
(203,136,153)
#B77B8A
(183,123,138)
#A36E7B
(163,110,123)
#8F616C
(143,97,108)
#7B545D
(123,84,93)
#67474E
(103,71,78)
#533A3F
(83,58,63)
#3F2D30
(63,45,48)
#2B2021
(43,32,33)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #DF95A8

#DF95A8
(223,149,168)
#E19EAF
(225,158,175)
#E3A7B6
(227,167,182)
#E5B0BD
(229,176,189)
#E7B9C4
(231,185,196)
#E9C2CB
(233,194,203)
#EBCBD2
(235,203,210)
#EDD4D9
(237,212,217)
#EFDDE0
(239,221,224)
#F1E6E7
(241,230,231)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF95A8 color. Also use rgb(223,149,168) instead hex code.

Text Font Color

.myTextColor { color: #DF95A8; }

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

This text font color is #DF95A8.


Background Color

.myBgColor { background-color: #DF95A8; }

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

This div background color is #DF95A8.


Border color

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

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

This div border color is #DF95A8.


Opacity

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

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

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

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

This text has shadow with #DF95A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF95A8 on black background.


Color preview on white background

This text has color #DF95A8 on white background.



Black color preview on #DF95A8 background

This text has black color on #DF95A8 background.


White color preview on #DF95A8 background

This text has white color on #DF95A8 background.