COLOR #D3ABBC

HEX: #D3ABBC RGB: (211,171,188)

Color info

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

RGB color model

#D3ABBC color RGB value is (211,171,188).

RGB: (211,171,188) (83%, 67%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 171 of 255 = 67%
B 188 of 255 = 74%

211
171
188

R + G + B ~ 75%. #D3ABBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 171 + 188 = 570 (100%)
R 211 of 570 ~ 37.02%
G 171 of 570 ~ 30%
B 188 of 570 ~ 32.98'%

%37.02
%30
%32.98

CMYK color model

#D3ABBC color CMYK value is (0,19,11,17).

  • cyan value is 0.00%
  • magenta value is 18.96%
  • yellow value is 10.90%
  • key color value is 17.25%

CMYK: (0,19,11,17)
C0M19Y11K17 (0%, 19%, 11%, 17%)
(0.00 / 0.19 / 0.11 / 0.17)

CMYK percentages

%0
%18.96
%10.9
%17.25

Codes

Color #D3ABBC in popluar color models

D3 AB BC
RGB 211 171 188
HSL 335° 31.25% 74.90%
HSB/HSV 335° 18.96% 82.75%
CMYK 0.00% 18.96% 10.90%
17.25%

Color #D3ABBC in popluar number systems.

HEX D3 AB BC
Decimal 211 171 188
Binary 11010011 10101011 10111100
Octal 323 253 274

Shades and tints

Shades of #D3ABBC

#D3ABBC
(211,171,188)
#C09CAB
(192,156,171)
#AD8D9A
(173,141,154)
#9A7E89
(154,126,137)
#876F78
(135,111,120)
#746067
(116,96,103)
#615156
(97,81,86)
#4E4245
(78,66,69)
#3B3334
(59,51,52)
#282423
(40,36,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #D3ABBC

#D3ABBC
(211,171,188)
#D7B2C2
(215,178,194)
#DBB9C8
(219,185,200)
#DFC0CE
(223,192,206)
#E3C7D4
(227,199,212)
#E7CEDA
(231,206,218)
#EBD5E0
(235,213,224)
#EFDCE6
(239,220,230)
#F3E3EC
(243,227,236)
#F7EAF2
(247,234,242)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ABBC color. Also use rgb(211,171,188) instead hex code.

Text Font Color

.myTextColor { color: #D3ABBC; }

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

This text font color is #D3ABBC.

Background Color

.myBgColor { background-color: #D3ABBC; }

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

This div background color is #D3ABBC.

Border color

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

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

This div border color is #D3ABBC.

Opacity

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

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

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

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

This text has shadow with #D3ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ABBC.

Preview

Color preview on black background

This text has color #D3ABBC on black background.


Color preview on white background

This text has color #D3ABBC on white background.


Black color preview on #D3ABBC background

This text has black color on #D3ABBC background.


White color preview on #D3ABBC background

This text has white color on #D3ABBC background.


Related colors

Complementary color

Complementary color for #hex is #2C5443.


I love getcolorcode.com

Triadic colors

1 #BCD3AB and #ABBCD3 with #D3ABBC are triadic colors.

2 #BCABD3 and #ABD3BC with #D3ABBC are triadic colors.