COLOR #DFBEBF

HEX: #DFBEBF RGB: (223,190,191)

Color info

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

RGB color model

#DFBEBF color RGB value is (223,190,191).

RGB: (223,190,191) (87%, 75%, 75%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 191 of 255 = 75%

223
190
191

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 191 = 604 (100%)
R 223 of 604 ~ 36.92%
G 190 of 604 ~ 31.46%
B 191 of 604 ~ 31.62'%

%36.92
%31.46
%31.62

CMYK color model

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

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

CMYK: (0,15,14,13)
C0M15Y14K13 (0%, 15%, 14%, 13%)
(0.00 / 0.15 / 0.14 / 0.13)

CMYK percentages

%0
%14.8
%14.35
%12.55

Codes

Color #DFBEBF in popluar color models

DF BE BF
RGB 223 190 191
HSL 358° 34.02% 80.98%
HSB/HSV 358° 14.80% 87.45%
CMYK 0.00% 14.80% 14.35%
12.55%

Color #DFBEBF in popluar number systems.

HEX DF BE BF
Decimal 223 190 191
Binary 11011111 10111110 10111111
Octal 337 276 277

Shades and tints

Shades of #DFBEBF

#DFBEBF
(223,190,191)
#CBADAE
(203,173,174)
#B79C9D
(183,156,157)
#A38B8C
(163,139,140)
#8F7A7B
(143,122,123)
#7B696A
(123,105,106)
#675859
(103,88,89)
#534748
(83,71,72)
#3F3637
(63,54,55)
#2B2526
(43,37,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFBEBF

#DFBEBF
(223,190,191)
#E1C3C4
(225,195,196)
#E3C8C9
(227,200,201)
#E5CDCE
(229,205,206)
#E7D2D3
(231,210,211)
#E9D7D8
(233,215,216)
#EBDCDD
(235,220,221)
#EDE1E2
(237,225,226)
#EFE6E7
(239,230,231)
#F1EBEC
(241,235,236)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEBF; }

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

This text font color is #DFBEBF.

Background Color

.myBgColor { background-color: #DFBEBF; }

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

This div background color is #DFBEBF.

Border color

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

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

This div border color is #DFBEBF.

Opacity

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

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

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

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

This text has shadow with #DFBEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEBF.

Preview

Color preview on black background

This text has color #DFBEBF on black background.


Color preview on white background

This text has color #DFBEBF on white background.


Black color preview on #DFBEBF background

This text has black color on #DFBEBF background.


White color preview on #DFBEBF background

This text has white color on #DFBEBF background.


Related colors

Complementary color

Complementary color for #hex is #204140.


I love getcolorcode.com

Triadic colors

1 #BFDFBE and #BEBFDF with #DFBEBF are triadic colors.

2 #BFBEDF and #BEDFBF with #DFBEBF are triadic colors.