COLOR #DFBBD3

HEX: #DFBBD3 RGB: (223,187,211)

Color info

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

RGB color model

#DFBBD3 color RGB value is (223,187,211).

RGB: (223,187,211) (87%, 73%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 211 of 255 = 83%

223
187
211

R + G + B ~ 81%. #DFBBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 211 = 621 (100%)
R 223 of 621 ~ 35.91%
G 187 of 621 ~ 30.11%
B 211 of 621 ~ 33.98'%

%35.91
%30.11
%33.98

CMYK color model

#DFBBD3 color CMYK value is (0,16,5,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 5.38%
  • key color value is 12.55%

CMYK: (0,16,5,13)
C0M16Y5K13 (0%, 16%, 5%, 13%)
(0.00 / 0.16 / 0.05 / 0.13)

CMYK percentages

%0
%16.14
%5.38
%12.55

Codes

Color #DFBBD3 in popluar color models

DF BB D3
RGB 223 187 211
HSL 320° 36.00% 80.39%
HSB/HSV 320° 16.14% 87.45%
CMYK 0.00% 16.14% 5.38%
12.55%

Color #DFBBD3 in popluar number systems.

HEX DF BB D3
Decimal 223 187 211
Binary 11011111 10111011 11010011
Octal 337 273 323

Shades and tints

Shades of #DFBBD3

#DFBBD3
(223,187,211)
#CBAAC0
(203,170,192)
#B799AD
(183,153,173)
#A3889A
(163,136,154)
#8F7787
(143,119,135)
#7B6674
(123,102,116)
#675561
(103,85,97)
#53444E
(83,68,78)
#3F333B
(63,51,59)
#2B2228
(43,34,40)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #DFBBD3

#DFBBD3
(223,187,211)
#E1C1D7
(225,193,215)
#E3C7DB
(227,199,219)
#E5CDDF
(229,205,223)
#E7D3E3
(231,211,227)
#E9D9E7
(233,217,231)
#EBDFEB
(235,223,235)
#EDE5EF
(237,229,239)
#EFEBF3
(239,235,243)
#F1F1F7
(241,241,247)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBBD3 color. Also use rgb(223,187,211) instead hex code.

Text Font Color

.myTextColor { color: #DFBBD3; }

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

This text font color is #DFBBD3.

Background Color

.myBgColor { background-color: #DFBBD3; }

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

This div background color is #DFBBD3.

Border color

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

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

This div border color is #DFBBD3.

Opacity

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

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

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

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

This text has shadow with #DFBBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBD3.

Preview

Color preview on black background

This text has color #DFBBD3 on black background.


Color preview on white background

This text has color #DFBBD3 on white background.


Black color preview on #DFBBD3 background

This text has black color on #DFBBD3 background.


White color preview on #DFBBD3 background

This text has white color on #DFBBD3 background.


Related colors

Complementary color

Complementary color for #hex is #20442C.


I love getcolorcode.com

Triadic colors

1 #D3DFBB and #BBD3DF with #DFBBD3 are triadic colors.

2 #D3BBDF and #BBDFD3 with #DFBBD3 are triadic colors.