COLOR #DFBECA

HEX: #DFBECA
RGB: (223,190,202)

Color info

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

RGB color model

#DFBECA color RGB value is (223,190,202).

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

RGB channels and saturation

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

223
190
202

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

Portions of RGB colors in percentages

R + G + B =
223 + 190 + 202 = 615 (100%)
R 223 of 615 ~ 36.26%
G 190 of 615 ~ 30.89%
B 202 of 615 ~ 32.85%

%36.26
%30.89
%32.85

CMYK color model

#DFBECA color CMYK value is (0,15,9,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(0,15,9,13)
C0M15Y9K13 
(0%,15%,9%,13%)
(0.00/0.15/0.09/0.13)	

CMYK percentages

%0
%14.8
%9.42
%12.55

Codes

Color #DFBECA in popluar color models

DFBECA
RGB223190202
HSL338°34.02%80.98%
HSB/HSV338°14.80%87.45%
CMYK0.00%14.80%9.42%
12.55%

Color #DFBECA in popluar number systems.

HEXDFBECA
Decimal223190202
Binary110111111011111011001010
Octal337276312

Shades and tints

Shades of #DFBECA

#DFBECA
(223,190,202)
#CBADB8
(203,173,184)
#B79CA6
(183,156,166)
#A38B94
(163,139,148)
#8F7A82
(143,122,130)
#7B6970
(123,105,112)
#67585E
(103,88,94)
#53474C
(83,71,76)
#3F363A
(63,54,58)
#2B2528
(43,37,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #DFBECA

#DFBECA
(223,190,202)
#E1C3CE
(225,195,206)
#E3C8D2
(227,200,210)
#E5CDD6
(229,205,214)
#E7D2DA
(231,210,218)
#E9D7DE
(233,215,222)
#EBDCE2
(235,220,226)
#EDE1E6
(237,225,230)
#EFE6EA
(239,230,234)
#F1EBEE
(241,235,238)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBECA; }

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

This text font color is #DFBECA.


Background Color

.myBgColor { background-color: #DFBECA; }

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

This div background color is #DFBECA.


Border color

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

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

This div border color is #DFBECA.


Opacity

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

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

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

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

This text has shadow with #DFBECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBECA on black background.


Color preview on white background

This text has color #DFBECA on white background.



Black color preview on #DFBECA background

This text has black color on #DFBECA background.


White color preview on #DFBECA background

This text has white color on #DFBECA background.