COLOR #D4BEF9

HEX: #D4BEF9
RGB: (212,190,249)

Color info

#D4BEF9 contains red, green and blue colors in about the same proportion. Web safe color of #D4BEF9 is #CCCCFF (or #CCF).

RGB color model

#D4BEF9 color RGB value is (212,190,249).

  • red value is 212;
  • green value is 190;
  • blue value is 249.
RGB:
(212,190,249)
(83%,75%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 249 of 255 = 98%

212
190
249

R + G + B ~ 85%. #D4BEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 249 = 651 (100%)
R 212 of 651 ~ 32.57%
G 190 of 651 ~ 29.19%
B 249 of 651 ~ 38.25%

%32.57
%29.19
%38.25

CMYK color model

#D4BEF9 color CMYK value is (15,24,0,2).

  • cyan value is 14.86%
  • magenta value is 23.69%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(15,24,0,2)
C15M24Y0K2 
(15%,24%,0%,2%)
(0.15/0.24/0.00/0.02)	

CMYK percentages

%14.86
%23.69
%0
%2.35

Codes

Color #D4BEF9 in popluar color models

D4BEF9
RGB212190249
HSL262°83.10%86.08%
HSB/HSV262°23.69%97.65%
CMYK14.86%23.69%0.00%
2.35%

Color #D4BEF9 in popluar number systems.

HEXD4BEF9
Decimal212190249
Binary110101001011111011111001
Octal324276371

Shades and tints

Shades of #D4BEF9

#D4BEF9
(212,190,249)
#C1ADE3
(193,173,227)
#AE9CCD
(174,156,205)
#9B8BB7
(155,139,183)
#887AA1
(136,122,161)
#75698B
(117,105,139)
#625875
(98,88,117)
#4F475F
(79,71,95)
#3C3649
(60,54,73)
#292533
(41,37,51)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #D4BEF9

#D4BEF9
(212,190,249)
#D7C3F9
(215,195,249)
#DAC8F9
(218,200,249)
#DDCDF9
(221,205,249)
#E0D2F9
(224,210,249)
#E3D7F9
(227,215,249)
#E6DCF9
(230,220,249)
#E9E1F9
(233,225,249)
#ECE6F9
(236,230,249)
#EFEBF9
(239,235,249)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BEF9 color. Also use rgb(212,190,249) instead hex code.

Text Font Color

.myTextColor { color: #D4BEF9; }

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

This text font color is #D4BEF9.


Background Color

.myBgColor { background-color: #D4BEF9; }

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

This div background color is #D4BEF9.


Border color

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

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

This div border color is #D4BEF9.


Opacity

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

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

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

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

This text has shadow with #D4BEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEF9 on black background.


Color preview on white background

This text has color #D4BEF9 on white background.



Black color preview on #D4BEF9 background

This text has black color on #D4BEF9 background.


White color preview on #D4BEF9 background

This text has white color on #D4BEF9 background.