COLOR #D6ABB2

HEX: #D6ABB2
RGB: (214,171,178)

Color info

#D6ABB2 contains red, green and blue colors in about the same proportion. Web safe color of #D6ABB2 is #CC9999 (or #C99).

RGB color model

#D6ABB2 color RGB value is (214,171,178).

  • red value is 214;
  • green value is 171;
  • blue value is 178.
RGB:
(214,171,178)
(84%,67%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 171 of 255 = 67%
B 178 of 255 = 70%

214
171
178

R + G + B ~ 74%. #D6ABB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 171 + 178 = 563 (100%)
R 214 of 563 ~ 38.01%
G 171 of 563 ~ 30.37%
B 178 of 563 ~ 31.62%

%38.01
%30.37
%31.62

CMYK color model

#D6ABB2 color CMYK value is (0,20,17,16).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 16.82%
  • key color value is 16.08%
CMYK:
(0,20,17,16)
C0M20Y17K16 
(0%,20%,17%,16%)
(0.00/0.20/0.17/0.16)	

CMYK percentages

%0
%20.09
%16.82
%16.08

Codes

Color #D6ABB2 in popluar color models

D6ABB2
RGB214171178
HSL350°34.40%75.49%
HSB/HSV350°20.09%83.92%
CMYK0.00%20.09%16.82%
16.08%

Color #D6ABB2 in popluar number systems.

HEXD6ABB2
Decimal214171178
Binary110101101010101110110010
Octal326253262

Shades and tints

Shades of #D6ABB2

#D6ABB2
(214,171,178)
#C39CA2
(195,156,162)
#B08D92
(176,141,146)
#9D7E82
(157,126,130)
#8A6F72
(138,111,114)
#776062
(119,96,98)
#645152
(100,81,82)
#514242
(81,66,66)
#3E3332
(62,51,50)
#2B2422
(43,36,34)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6ABB2

#D6ABB2
(214,171,178)
#D9B2B9
(217,178,185)
#DCB9C0
(220,185,192)
#DFC0C7
(223,192,199)
#E2C7CE
(226,199,206)
#E5CED5
(229,206,213)
#E8D5DC
(232,213,220)
#EBDCE3
(235,220,227)
#EEE3EA
(238,227,234)
#F1EAF1
(241,234,241)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ABB2 color. Also use rgb(214,171,178) instead hex code.

Text Font Color

.myTextColor { color: #D6ABB2; }

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

This text font color is #D6ABB2.


Background Color

.myBgColor { background-color: #D6ABB2; }

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

This div background color is #D6ABB2.


Border color

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

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

This div border color is #D6ABB2.


Opacity

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

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

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

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

This text has shadow with #D6ABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ABB2 on black background.


Color preview on white background

This text has color #D6ABB2 on white background.



Black color preview on #D6ABB2 background

This text has black color on #D6ABB2 background.


White color preview on #D6ABB2 background

This text has white color on #D6ABB2 background.