COLOR #D3BBED

HEX: #D3BBED
RGB: (211,187,237)

Color info

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

RGB color model

#D3BBED color RGB value is (211,187,237).

  • red value is 211;
  • green value is 187;
  • blue value is 237.
RGB:
(211,187,237)
(83%,73%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 237 of 255 = 93%

211
187
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 237 = 635 (100%)
R 211 of 635 ~ 33.23%
G 187 of 635 ~ 29.45%
B 237 of 635 ~ 37.32%

%33.23
%29.45
%37.32

CMYK color model

#D3BBED color CMYK value is (11,21,0,7).

  • cyan value is 10.97%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,21,0,7)
C11M21Y0K7 
(11%,21%,0%,7%)
(0.11/0.21/0.00/0.07)	

CMYK percentages

%10.97
%21.1
%0
%7.06

Codes

Color #D3BBED in popluar color models

D3BBED
RGB211187237
HSL269°58.14%83.14%
HSB/HSV269°21.10%92.94%
CMYK10.97%21.10%0.00%
7.06%

Color #D3BBED in popluar number systems.

HEXD3BBED
Decimal211187237
Binary110100111011101111101101
Octal323273355

Shades and tints

Shades of #D3BBED

#D3BBED
(211,187,237)
#C0AAD8
(192,170,216)
#AD99C3
(173,153,195)
#9A88AE
(154,136,174)
#877799
(135,119,153)
#746684
(116,102,132)
#61556F
(97,85,111)
#4E445A
(78,68,90)
#3B3345
(59,51,69)
#282230
(40,34,48)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #D3BBED

#D3BBED
(211,187,237)
#D7C1EE
(215,193,238)
#DBC7EF
(219,199,239)
#DFCDF0
(223,205,240)
#E3D3F1
(227,211,241)
#E7D9F2
(231,217,242)
#EBDFF3
(235,223,243)
#EFE5F4
(239,229,244)
#F3EBF5
(243,235,245)
#F7F1F6
(247,241,246)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BBED color. Also use rgb(211,187,237) instead hex code.

Text Font Color

.myTextColor { color: #D3BBED; }

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

This text font color is #D3BBED.


Background Color

.myBgColor { background-color: #D3BBED; }

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

This div background color is #D3BBED.


Border color

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

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

This div border color is #D3BBED.


Opacity

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

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

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

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

This text has shadow with #D3BBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BBED on black background.


Color preview on white background

This text has color #D3BBED on white background.



Black color preview on #D3BBED background

This text has black color on #D3BBED background.


White color preview on #D3BBED background

This text has white color on #D3BBED background.