COLOR #D3B0CC

HEX: #D3B0CC RGB: (211,176,204)

Color info

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

RGB color model

#D3B0CC color RGB value is (211,176,204).

RGB: (211,176,204) (83%, 69%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 176 of 255 = 69%
B 204 of 255 = 80%

211
176
204

R + G + B ~ 77%. #D3B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 176 + 204 = 591 (100%)
R 211 of 591 ~ 35.7%
G 176 of 591 ~ 29.78%
B 204 of 591 ~ 34.52'%

%35.7
%29.78
%34.52

CMYK color model

#D3B0CC color CMYK value is (0,17,3,17).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 3.32%
  • key color value is 17.25%

CMYK: (0,17,3,17)
C0M17Y3K17 (0%, 17%, 3%, 17%)
(0.00 / 0.17 / 0.03 / 0.17)

CMYK percentages

%0
%16.59
%3.32
%17.25

Codes

Color #D3B0CC in popluar color models

D3 B0 CC
RGB 211 176 204
HSL 312° 28.46% 75.88%
HSB/HSV 312° 16.59% 82.75%
CMYK 0.00% 16.59% 3.32%
17.25%

Color #D3B0CC in popluar number systems.

HEX D3 B0 CC
Decimal 211 176 204
Binary 11010011 10110000 11001100
Octal 323 260 314

Shades and tints

Shades of #D3B0CC

#D3B0CC
(211,176,204)
#C0A0BA
(192,160,186)
#AD90A8
(173,144,168)
#9A8096
(154,128,150)
#877084
(135,112,132)
#746072
(116,96,114)
#615060
(97,80,96)
#4E404E
(78,64,78)
#3B303C
(59,48,60)
#28202A
(40,32,42)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #D3B0CC

#D3B0CC
(211,176,204)
#D7B7D0
(215,183,208)
#DBBED4
(219,190,212)
#DFC5D8
(223,197,216)
#E3CCDC
(227,204,220)
#E7D3E0
(231,211,224)
#EBDAE4
(235,218,228)
#EFE1E8
(239,225,232)
#F3E8EC
(243,232,236)
#F7EFF0
(247,239,240)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B0CC color. Also use rgb(211,176,204) instead hex code.

Text Font Color

.myTextColor { color: #D3B0CC; }

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

This text font color is #D3B0CC.

Background Color

.myBgColor { background-color: #D3B0CC; }

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

This div background color is #D3B0CC.

Border color

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

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

This div border color is #D3B0CC.

Opacity

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

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

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

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

This text has shadow with #D3B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B0CC.

Preview

Color preview on black background

This text has color #D3B0CC on black background.


Color preview on white background

This text has color #D3B0CC on white background.


Black color preview on #D3B0CC background

This text has black color on #D3B0CC background.


White color preview on #D3B0CC background

This text has white color on #D3B0CC background.


Related colors

Complementary color

Complementary color for #hex is #2C4F33.


I love getcolorcode.com

Triadic colors

1 #CCD3B0 and #B0CCD3 with #D3B0CC are triadic colors.

2 #CCB0D3 and #B0D3CC with #D3B0CC are triadic colors.