COLOR #DFBEC3

HEX: #DFBEC3 RGB: (223,190,195)

Color info

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

RGB color model

#DFBEC3 color RGB value is (223,190,195).

RGB: (223,190,195) (87%, 75%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 195 of 255 = 76%

223
190
195

R + G + B ~ 79%. #DFBEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 195 = 608 (100%)
R 223 of 608 ~ 36.68%
G 190 of 608 ~ 31.25%
B 195 of 608 ~ 32.07'%

%36.68
%31.25
%32.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 12.56%
  • key color value is 12.55%

CMYK: (0,15,13,13)
C0M15Y13K13 (0%, 15%, 13%, 13%)
(0.00 / 0.15 / 0.13 / 0.13)

CMYK percentages

%0
%14.8
%12.56
%12.55

Codes

Color #DFBEC3 in popluar color models

DF BE C3
RGB 223 190 195
HSL 351° 34.02% 80.98%
HSB/HSV 351° 14.80% 87.45%
CMYK 0.00% 14.80% 12.56%
12.55%

Color #DFBEC3 in popluar number systems.

HEX DF BE C3
Decimal 223 190 195
Binary 11011111 10111110 11000011
Octal 337 276 303

Shades and tints

Shades of #DFBEC3

#DFBEC3
(223,190,195)
#CBADB2
(203,173,178)
#B79CA1
(183,156,161)
#A38B90
(163,139,144)
#8F7A7F
(143,122,127)
#7B696E
(123,105,110)
#67585D
(103,88,93)
#53474C
(83,71,76)
#3F363B
(63,54,59)
#2B252A
(43,37,42)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #DFBEC3

#DFBEC3
(223,190,195)
#E1C3C8
(225,195,200)
#E3C8CD
(227,200,205)
#E5CDD2
(229,205,210)
#E7D2D7
(231,210,215)
#E9D7DC
(233,215,220)
#EBDCE1
(235,220,225)
#EDE1E6
(237,225,230)
#EFE6EB
(239,230,235)
#F1EBF0
(241,235,240)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEC3; }

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

This text font color is #DFBEC3.

Background Color

.myBgColor { background-color: #DFBEC3; }

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

This div background color is #DFBEC3.

Border color

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

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

This div border color is #DFBEC3.

Opacity

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

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

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

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

This text has shadow with #DFBEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEC3.

Preview

Color preview on black background

This text has color #DFBEC3 on black background.


Color preview on white background

This text has color #DFBEC3 on white background.


Black color preview on #DFBEC3 background

This text has black color on #DFBEC3 background.


White color preview on #DFBEC3 background

This text has white color on #DFBEC3 background.


Related colors

Complementary color

Complementary color for #hex is #20413C.


I love getcolorcode.com

Triadic colors

1 #C3DFBE and #BEC3DF with #DFBEC3 are triadic colors.

2 #C3BEDF and #BEDFC3 with #DFBEC3 are triadic colors.