COLOR #D2BCEF

HEX: #D2BCEF RGB: (210,188,239)

Color info

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

RGB color model

#D2BCEF color RGB value is (210,188,239).

RGB: (210,188,239) (82%, 74%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 239 of 255 = 94%

210
188
239

R + G + B ~ 83%. #D2BCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 188 + 239 = 637 (100%)
R 210 of 637 ~ 32.97%
G 188 of 637 ~ 29.51%
B 239 of 637 ~ 37.52'%

%32.97
%29.51
%37.52

CMYK color model

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

  • cyan value is 12.13%
  • magenta value is 21.34%
  • 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
%21.34
%0
%6.27

Codes

Color #D2BCEF in popluar color models

D2 BC EF
RGB 210 188 239
HSL 266° 61.45% 83.73%
HSB/HSV 266° 21.34% 93.73%
CMYK 12.13% 21.34% 0.00%
6.27%

Color #D2BCEF in popluar number systems.

HEX D2 BC EF
Decimal 210 188 239
Binary 11010010 10111100 11101111
Octal 322 274 357

Shades and tints

Shades of #D2BCEF

#D2BCEF
(210,188,239)
#BFABDA
(191,171,218)
#AC9AC5
(172,154,197)
#9989B0
(153,137,176)
#86789B
(134,120,155)
#736786
(115,103,134)
#605671
(96,86,113)
#4D455C
(77,69,92)
#3A3447
(58,52,71)
#272332
(39,35,50)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #D2BCEF

#D2BCEF
(210,188,239)
#D6C2F0
(214,194,240)
#DAC8F1
(218,200,241)
#DECEF2
(222,206,242)
#E2D4F3
(226,212,243)
#E6DAF4
(230,218,244)
#EAE0F5
(234,224,245)
#EEE6F6
(238,230,246)
#F2ECF7
(242,236,247)
#F6F2F8
(246,242,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCEF; }

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

This text font color is #D2BCEF.

Background Color

.myBgColor { background-color: #D2BCEF; }

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

This div background color is #D2BCEF.

Border color

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

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

This div border color is #D2BCEF.

Opacity

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

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

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

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

This text has shadow with #D2BCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BCEF.

Preview

Color preview on black background

This text has color #D2BCEF on black background.


Color preview on white background

This text has color #D2BCEF on white background.


Black color preview on #D2BCEF background

This text has black color on #D2BCEF background.


White color preview on #D2BCEF background

This text has white color on #D2BCEF background.


Related colors

Complementary color

Complementary color for #hex is #2D4310.


I love getcolorcode.com

Triadic colors

1 #EFD2BC and #BCEFD2 with #D2BCEF are triadic colors.

2 #EFBCD2 and #BCD2EF with #D2BCEF are triadic colors.