COLOR #D3B3CB

HEX: #D3B3CB
RGB: (211,179,203)

Color info

#D3B3CB contains red, green and blue colors in about the same proportion. Web safe color of #D3B3CB is #CC99CC (or #C9C).

RGB color model

#D3B3CB color RGB value is (211,179,203).

  • red value is 211;
  • green value is 179;
  • blue value is 203.
RGB: (211,179,203) (83%,70%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 203 of 255 = 80%

211
179
203

R + G + B ~ 78%. #D3B3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 203 = 593 (100%)
R 211 of 593 ~ 35.58%
G 179 of 593 ~ 30.19%
B 203 of 593 ~ 34.23%

%35.58
%30.19
%34.23

CMYK color model

#D3B3CB color CMYK value is (0,15,4,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK: (0,15,4,17) C0M15Y4K17 (0%,15%,4%,17%) (0.00/0.15/0.04/0.17)

CMYK percentages

%0
%15.17
%3.79
%17.25

Codes

Color #D3B3CB in popluar color models

D3B3CB
RGB211179203
HSL315°26.67%76.47%
HSB/HSV315°15.17%82.75%
CMYK0.00%15.17%3.79%
17.25%

Color #D3B3CB in popluar number systems.

HEXD3B3CB
Decimal211179203
Binary110100111011001111001011
Octal323263313

Shades and tints

Shades of #D3B3CB

#D3B3CB
(211,179,203)
#C0A3B9
(192,163,185)
#AD93A7
(173,147,167)
#9A8395
(154,131,149)
#877383
(135,115,131)
#746371
(116,99,113)
#61535F
(97,83,95)
#4E434D
(78,67,77)
#3B333B
(59,51,59)
#282329
(40,35,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #D3B3CB

#D3B3CB
(211,179,203)
#D7B9CF
(215,185,207)
#DBBFD3
(219,191,211)
#DFC5D7
(223,197,215)
#E3CBDB
(227,203,219)
#E7D1DF
(231,209,223)
#EBD7E3
(235,215,227)
#EFDDE7
(239,221,231)
#F3E3EB
(243,227,235)
#F7E9EF
(247,233,239)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B3CB; }

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

This text font color is #D3B3CB.


Background Color

.myBgColor { background-color: #D3B3CB; }

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

This div background color is #D3B3CB.


Border color

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

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

This div border color is #D3B3CB.


Opacity

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

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

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

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

This text has shadow with #D3B3CB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D3B3CB; -webkit-box-shadow:	1px 1px 3px 2px #D3B3CB; box-shadow:	1px 1px 3px 2px #D3B3CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D3B3CB; -webkit-box-shadow: 1px 1px 3px 2px #D3B3CB; box-shadow:1px 1px 3px 2px #D3B3CB;">
Div content here</div>
This div box has shadow with color #D3B3CB.

Preview

Color preview on black background

This text has color #D3B3CB on black background.


Color preview on white background

This text has color #D3B3CB on white background.



Black color preview on #D3B3CB background

This text has black color on #D3B3CB background.


White color preview on #D3B3CB background

This text has white color on #D3B3CB background.