COLOR #DF999C

HEX: #DF999C
RGB: (223,153,156)

Color info

#DF999C contains mainly red color. Web safe color of #DF999C is #CC9999 (or #C99).

RGB color model

#DF999C color RGB value is (223,153,156).

  • red value is 223;
  • green value is 153;
  • blue value is 156.
RGB:
(223,153,156)
(87%,60%,61%)

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 156 of 255 = 61%

223
153
156

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

Portions of RGB colors in percentages

R + G + B =
223 + 153 + 156 = 532 (100%)
R 223 of 532 ~ 41.92%
G 153 of 532 ~ 28.76%
B 156 of 532 ~ 29.32%

%41.92
%28.76
%29.32

CMYK color model

#DF999C color CMYK value is (0,31,30,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 30.04%
  • key color value is 12.55%
CMYK:
(0,31,30,13)
C0M31Y30K13 
(0%,31%,30%,13%)
(0.00/0.31/0.30/0.13)	

CMYK percentages

%0
%31.39
%30.04
%12.55

Codes

Color #DF999C in popluar color models

DF999C
RGB223153156
HSL357°52.24%73.73%
HSB/HSV357°31.39%87.45%
CMYK0.00%31.39%30.04%
12.55%

Color #DF999C in popluar number systems.

HEXDF999C
Decimal223153156
Binary110111111001100110011100
Octal337231234

Shades and tints

Shades of #DF999C

#DF999C
(223,153,156)
#CB8C8E
(203,140,142)
#B77F80
(183,127,128)
#A37272
(163,114,114)
#8F6564
(143,101,100)
#7B5856
(123,88,86)
#674B48
(103,75,72)
#533E3A
(83,62,58)
#3F312C
(63,49,44)
#2B241E
(43,36,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #DF999C

#DF999C
(223,153,156)
#E1A2A5
(225,162,165)
#E3ABAE
(227,171,174)
#E5B4B7
(229,180,183)
#E7BDC0
(231,189,192)
#E9C6C9
(233,198,201)
#EBCFD2
(235,207,210)
#EDD8DB
(237,216,219)
#EFE1E4
(239,225,228)
#F1EAED
(241,234,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF999C color. Also use rgb(223,153,156) instead hex code.

Text Font Color

.myTextColor { color: #DF999C; }

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

This text font color is #DF999C.


Background Color

.myBgColor { background-color: #DF999C; }

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

This div background color is #DF999C.


Border color

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

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

This div border color is #DF999C.


Opacity

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

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

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

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

This text has shadow with #DF999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF999C on black background.


Color preview on white background

This text has color #DF999C on white background.



Black color preview on #DF999C background

This text has black color on #DF999C background.


White color preview on #DF999C background

This text has white color on #DF999C background.