COLOR #DFBEC9

HEX: #DFBEC9
RGB: (223,190,201)

Color info

#DFBEC9 contains red, green and blue colors in about the same proportion. Web safe color of #DFBEC9 is #CCCCCC (or #CCC).

RGB color model

#DFBEC9 color RGB value is (223,190,201).

  • red value is 223;
  • green value is 190;
  • blue value is 201.
RGB:
(223,190,201)
(87%,75%,79%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 201 of 255 = 79%

223
190
201

R + G + B ~ 80%. #DFBEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 190 + 201 = 614 (100%)
R 223 of 614 ~ 36.32%
G 190 of 614 ~ 30.94%
B 201 of 614 ~ 32.74%

%36.32
%30.94
%32.74

CMYK color model

#DFBEC9 color CMYK value is (0,15,10,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 9.87%
  • key color value is 12.55%
CMYK:
(0,15,10,13)
C0M15Y10K13 
(0%,15%,10%,13%)
(0.00/0.15/0.10/0.13)	

CMYK percentages

%0
%14.8
%9.87
%12.55

Codes

Color #DFBEC9 in popluar color models

DFBEC9
RGB223190201
HSL340°34.02%80.98%
HSB/HSV340°14.80%87.45%
CMYK0.00%14.80%9.87%
12.55%

Color #DFBEC9 in popluar number systems.

HEXDFBEC9
Decimal223190201
Binary110111111011111011001001
Octal337276311

Shades and tints

Shades of #DFBEC9

#DFBEC9
(223,190,201)
#CBADB7
(203,173,183)
#B79CA5
(183,156,165)
#A38B93
(163,139,147)
#8F7A81
(143,122,129)
#7B696F
(123,105,111)
#67585D
(103,88,93)
#53474B
(83,71,75)
#3F3639
(63,54,57)
#2B2527
(43,37,39)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFBEC9

#DFBEC9
(223,190,201)
#E1C3CD
(225,195,205)
#E3C8D1
(227,200,209)
#E5CDD5
(229,205,213)
#E7D2D9
(231,210,217)
#E9D7DD
(233,215,221)
#EBDCE1
(235,220,225)
#EDE1E5
(237,225,229)
#EFE6E9
(239,230,233)
#F1EBED
(241,235,237)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEC9; }

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

This text font color is #DFBEC9.


Background Color

.myBgColor { background-color: #DFBEC9; }

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

This div background color is #DFBEC9.


Border color

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

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

This div border color is #DFBEC9.


Opacity

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

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

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

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

This text has shadow with #DFBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBEC9 on black background.


Color preview on white background

This text has color #DFBEC9 on white background.



Black color preview on #DFBEC9 background

This text has black color on #DFBEC9 background.


White color preview on #DFBEC9 background

This text has white color on #DFBEC9 background.