COLOR #DFBDC3

HEX: #DFBDC3 RGB: (223,189,195)

Color info

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

RGB color model

#DFBDC3 color RGB value is (223,189,195).

RGB: (223,189,195) (87%, 74%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 195 of 255 = 76%

223
189
195

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

Portions of RGB colors in percentages

R + G + B = 223 + 189 + 195 = 607 (100%)
R 223 of 607 ~ 36.74%
G 189 of 607 ~ 31.14%
B 195 of 607 ~ 32.13'%

%36.74
%31.14
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.25%
  • 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
%15.25
%12.56
%12.55

Codes

Color #DFBDC3 in popluar color models

DF BD C3
RGB 223 189 195
HSL 349° 34.69% 80.78%
HSB/HSV 349° 15.25% 87.45%
CMYK 0.00% 15.25% 12.56%
12.55%

Color #DFBDC3 in popluar number systems.

HEX DF BD C3
Decimal 223 189 195
Binary 11011111 10111101 11000011
Octal 337 275 303

Shades and tints

Shades of #DFBDC3

#DFBDC3
(223,189,195)
#CBACB2
(203,172,178)
#B79BA1
(183,155,161)
#A38A90
(163,138,144)
#8F797F
(143,121,127)
#7B686E
(123,104,110)
#67575D
(103,87,93)
#53464C
(83,70,76)
#3F353B
(63,53,59)
#2B242A
(43,36,42)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFBDC3

#DFBDC3
(223,189,195)
#E1C3C8
(225,195,200)
#E3C9CD
(227,201,205)
#E5CFD2
(229,207,210)
#E7D5D7
(231,213,215)
#E9DBDC
(233,219,220)
#EBE1E1
(235,225,225)
#EDE7E6
(237,231,230)
#EFEDEB
(239,237,235)
#F1F3F0
(241,243,240)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBDC3; }

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

This text font color is #DFBDC3.

Background Color

.myBgColor { background-color: #DFBDC3; }

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

This div background color is #DFBDC3.

Border color

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

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

This div border color is #DFBDC3.

Opacity

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

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

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

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

This text has shadow with #DFBDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBDC3.

Preview

Color preview on black background

This text has color #DFBDC3 on black background.


Color preview on white background

This text has color #DFBDC3 on white background.


Black color preview on #DFBDC3 background

This text has black color on #DFBDC3 background.


White color preview on #DFBDC3 background

This text has white color on #DFBDC3 background.


Related colors

Complementary color

Complementary color for #hex is #20423C.


I love getcolorcode.com

Triadic colors

1 #C3DFBD and #BDC3DF with #DFBDC3 are triadic colors.

2 #C3BDDF and #BDDFC3 with #DFBDC3 are triadic colors.