COLOR #D6ACEB

HEX: #D6ACEB
RGB: (214,172,235)

Color info

#D6ACEB contains mainly red and blue colors. Web safe color of #D6ACEB is #CC99FF (or #C9F).

RGB color model

#D6ACEB color RGB value is (214,172,235).

  • red value is 214;
  • green value is 172;
  • blue value is 235.
RGB:
(214,172,235)
(84%,67%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 235 of 255 = 92%

214
172
235

R + G + B ~ 81%. #D6ACEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 235 = 621 (100%)
R 214 of 621 ~ 34.46%
G 172 of 621 ~ 27.7%
B 235 of 621 ~ 37.84%

%34.46
%27.7
%37.84

CMYK color model

#D6ACEB color CMYK value is (9,27,0,8).

  • cyan value is 8.94%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,27,0,8)
C9M27Y0K8 
(9%,27%,0%,8%)
(0.09/0.27/0.00/0.08)	

CMYK percentages

%8.94
%26.81
%0
%7.84

Codes

Color #D6ACEB in popluar color models

D6ACEB
RGB214172235
HSL280°61.17%79.80%
HSB/HSV280°26.81%92.16%
CMYK8.94%26.81%0.00%
7.84%

Color #D6ACEB in popluar number systems.

HEXD6ACEB
Decimal214172235
Binary110101101010110011101011
Octal326254353

Shades and tints

Shades of #D6ACEB

#D6ACEB
(214,172,235)
#C39DD6
(195,157,214)
#B08EC1
(176,142,193)
#9D7FAC
(157,127,172)
#8A7097
(138,112,151)
#776182
(119,97,130)
#64526D
(100,82,109)
#514358
(81,67,88)
#3E3443
(62,52,67)
#2B252E
(43,37,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6ACEB

#D6ACEB
(214,172,235)
#D9B3EC
(217,179,236)
#DCBAED
(220,186,237)
#DFC1EE
(223,193,238)
#E2C8EF
(226,200,239)
#E5CFF0
(229,207,240)
#E8D6F1
(232,214,241)
#EBDDF2
(235,221,242)
#EEE4F3
(238,228,243)
#F1EBF4
(241,235,244)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ACEB color. Also use rgb(214,172,235) instead hex code.

Text Font Color

.myTextColor { color: #D6ACEB; }

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

This text font color is #D6ACEB.


Background Color

.myBgColor { background-color: #D6ACEB; }

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

This div background color is #D6ACEB.


Border color

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

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

This div border color is #D6ACEB.


Opacity

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

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

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

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

This text has shadow with #D6ACEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACEB on black background.


Color preview on white background

This text has color #D6ACEB on white background.



Black color preview on #D6ACEB background

This text has black color on #D6ACEB background.


White color preview on #D6ACEB background

This text has white color on #D6ACEB background.