COLOR #D7AEEB

HEX: #D7AEEB
RGB: (215,174,235)

Color info

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

RGB color model

#D7AEEB color RGB value is (215,174,235).

  • red value is 215;
  • green value is 174;
  • blue value is 235.
RGB:
(215,174,235)
(84%,68%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 235 of 255 = 92%

215
174
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 235 = 624 (100%)
R 215 of 624 ~ 34.46%
G 174 of 624 ~ 27.88%
B 235 of 624 ~ 37.66%

%34.46
%27.88
%37.66

CMYK color model

#D7AEEB color CMYK value is (9,26,0,8).

  • cyan value is 8.51%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,26,0,8)
C9M26Y0K8 
(9%,26%,0%,8%)
(0.09/0.26/0.00/0.08)	

CMYK percentages

%8.51
%25.96
%0
%7.84

Codes

Color #D7AEEB in popluar color models

D7AEEB
RGB215174235
HSL280°60.40%80.20%
HSB/HSV280°25.96%92.16%
CMYK8.51%25.96%0.00%
7.84%

Color #D7AEEB in popluar number systems.

HEXD7AEEB
Decimal215174235
Binary110101111010111011101011
Octal327256353

Shades and tints

Shades of #D7AEEB

#D7AEEB
(215,174,235)
#C49FD6
(196,159,214)
#B190C1
(177,144,193)
#9E81AC
(158,129,172)
#8B7297
(139,114,151)
#786382
(120,99,130)
#65546D
(101,84,109)
#524558
(82,69,88)
#3F3643
(63,54,67)
#2C272E
(44,39,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #D7AEEB

#D7AEEB
(215,174,235)
#DAB5EC
(218,181,236)
#DDBCED
(221,188,237)
#E0C3EE
(224,195,238)
#E3CAEF
(227,202,239)
#E6D1F0
(230,209,240)
#E9D8F1
(233,216,241)
#ECDFF2
(236,223,242)
#EFE6F3
(239,230,243)
#F2EDF4
(242,237,244)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AEEB color. Also use rgb(215,174,235) instead hex code.

Text Font Color

.myTextColor { color: #D7AEEB; }

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

This text font color is #D7AEEB.


Background Color

.myBgColor { background-color: #D7AEEB; }

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

This div background color is #D7AEEB.


Border color

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

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

This div border color is #D7AEEB.


Opacity

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

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

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

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

This text has shadow with #D7AEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AEEB on black background.


Color preview on white background

This text has color #D7AEEB on white background.



Black color preview on #D7AEEB background

This text has black color on #D7AEEB background.


White color preview on #D7AEEB background

This text has white color on #D7AEEB background.