COLOR #D3C5CB

HEX: #D3C5CB RGB: (211,197,203)

Color info

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

RGB color model

#D3C5CB color RGB value is (211,197,203).

RGB: (211,197,203) (83%, 77%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 197 of 255 = 77%
B 203 of 255 = 80%

211
197
203

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

Portions of RGB colors in percentages

R + G + B = 211 + 197 + 203 = 611 (100%)
R 211 of 611 ~ 34.53%
G 197 of 611 ~ 32.24%
B 203 of 611 ~ 33.22'%

%34.53
%32.24
%33.22

CMYK color model

#D3C5CB color CMYK value is (0,7,4,17).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 3.79%
  • key color value is 17.25%

CMYK: (0,7,4,17)
C0M7Y4K17 (0%, 7%, 4%, 17%)
(0.00 / 0.07 / 0.04 / 0.17)

CMYK percentages

%0
%6.64
%3.79
%17.25

Codes

Color #D3C5CB in popluar color models

D3 C5 CB
RGB 211 197 203
HSL 334° 13.73% 80.00%
HSB/HSV 334° 6.64% 82.75%
CMYK 0.00% 6.64% 3.79%
17.25%

Color #D3C5CB in popluar number systems.

HEX D3 C5 CB
Decimal 211 197 203
Binary 11010011 11000101 11001011
Octal 323 305 313

Shades and tints

Shades of #D3C5CB

#D3C5CB
(211,197,203)
#C0B4B9
(192,180,185)
#ADA3A7
(173,163,167)
#9A9295
(154,146,149)
#878183
(135,129,131)
#747071
(116,112,113)
#615F5F
(97,95,95)
#4E4E4D
(78,78,77)
#3B3D3B
(59,61,59)
#282C29
(40,44,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #D3C5CB

#D3C5CB
(211,197,203)
#D7CACF
(215,202,207)
#DBCFD3
(219,207,211)
#DFD4D7
(223,212,215)
#E3D9DB
(227,217,219)
#E7DEDF
(231,222,223)
#EBE3E3
(235,227,227)
#EFE8E7
(239,232,231)
#F3EDEB
(243,237,235)
#F7F2EF
(247,242,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C5CB color. Also use rgb(211,197,203) instead hex code.

Text Font Color

.myTextColor { color: #D3C5CB; }

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

This text font color is #D3C5CB.

Background Color

.myBgColor { background-color: #D3C5CB; }

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

This div background color is #D3C5CB.

Border color

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

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

This div border color is #D3C5CB.

Opacity

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

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

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

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

This text has shadow with #D3C5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C5CB.

Preview

Color preview on black background

This text has color #D3C5CB on black background.


Color preview on white background

This text has color #D3C5CB on white background.


Black color preview on #D3C5CB background

This text has black color on #D3C5CB background.


White color preview on #D3C5CB background

This text has white color on #D3C5CB background.


Related colors

Complementary color

Complementary color for #hex is #2C3A34.


I love getcolorcode.com

Triadic colors

1 #CBD3C5 and #C5CBD3 with #D3C5CB are triadic colors.

2 #CBC5D3 and #C5D3CB with #D3C5CB are triadic colors.