COLOR #D2BEEF

HEX: #D2BEEF RGB: (210,190,239)

Color info

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

RGB color model

#D2BEEF color RGB value is (210,190,239).

RGB: (210,190,239) (82%, 75%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 239 of 255 = 94%

210
190
239

R + G + B ~ 84%. #D2BEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 190 + 239 = 639 (100%)
R 210 of 639 ~ 32.86%
G 190 of 639 ~ 29.73%
B 239 of 639 ~ 37.4'%

%32.86
%29.73
%37.4

CMYK color model

#D2BEEF color CMYK value is (12,21,0,6).

  • cyan value is 12.13%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (12,21,0,6)
C12M21Y0K6 (12%, 21%, 0%, 6%)
(0.12 / 0.21 / 0.00 / 0.06)

CMYK percentages

%12.13
%20.5
%0
%6.27

Codes

Color #D2BEEF in popluar color models

D2 BE EF
RGB 210 190 239
HSL 264° 60.49% 84.12%
HSB/HSV 264° 20.50% 93.73%
CMYK 12.13% 20.50% 0.00%
6.27%

Color #D2BEEF in popluar number systems.

HEX D2 BE EF
Decimal 210 190 239
Binary 11010010 10111110 11101111
Octal 322 276 357

Shades and tints

Shades of #D2BEEF

#D2BEEF
(210,190,239)
#BFADDA
(191,173,218)
#AC9CC5
(172,156,197)
#998BB0
(153,139,176)
#867A9B
(134,122,155)
#736986
(115,105,134)
#605871
(96,88,113)
#4D475C
(77,71,92)
#3A3647
(58,54,71)
#272532
(39,37,50)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #D2BEEF

#D2BEEF
(210,190,239)
#D6C3F0
(214,195,240)
#DAC8F1
(218,200,241)
#DECDF2
(222,205,242)
#E2D2F3
(226,210,243)
#E6D7F4
(230,215,244)
#EADCF5
(234,220,245)
#EEE1F6
(238,225,246)
#F2E6F7
(242,230,247)
#F6EBF8
(246,235,248)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BEEF color. Also use rgb(210,190,239) instead hex code.

Text Font Color

.myTextColor { color: #D2BEEF; }

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

This text font color is #D2BEEF.

Background Color

.myBgColor { background-color: #D2BEEF; }

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

This div background color is #D2BEEF.

Border color

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

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

This div border color is #D2BEEF.

Opacity

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

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

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

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

This text has shadow with #D2BEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BEEF.

Preview

Color preview on black background

This text has color #D2BEEF on black background.


Color preview on white background

This text has color #D2BEEF on white background.


Black color preview on #D2BEEF background

This text has black color on #D2BEEF background.


White color preview on #D2BEEF background

This text has white color on #D2BEEF background.


Related colors

Complementary color

Complementary color for #hex is #2D4110.


I love getcolorcode.com

Triadic colors

1 #EFD2BE and #BEEFD2 with #D2BEEF are triadic colors.

2 #EFBED2 and #BED2EF with #D2BEEF are triadic colors.