COLOR #D3D3EB

HEX: #D3D3EB
RGB: (211,211,235)

Color info

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

RGB color model

#D3D3EB color RGB value is (211,211,235).

  • red value is 211;
  • green value is 211;
  • blue value is 235.
RGB:
(211,211,235)
(83%,83%,92%)

RGB channels and saturation

R 211 of 255 = 83%
G 211 of 255 = 83%
B 235 of 255 = 92%

211
211
235

R + G + B ~ 86%. #D3D3EB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 211 + 235 = 657 (100%)
R 211 of 657 ~ 32.12%
G 211 of 657 ~ 32.12%
B 235 of 657 ~ 35.77%

%32.12
%32.12
%35.77

CMYK color model

#D3D3EB color CMYK value is (10,10,0,8).

  • cyan value is 10.21%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,10,0,8)
C10M10Y0K8 
(10%,10%,0%,8%)
(0.10/0.10/0.00/0.08)	

CMYK percentages

%10.21
%10.21
%0
%7.84

Codes

Color #D3D3EB in popluar color models

D3D3EB
RGB211211235
HSL240°37.50%87.45%
HSB/HSV240°10.21%92.16%
CMYK10.21%10.21%0.00%
7.84%

Color #D3D3EB in popluar number systems.

HEXD3D3EB
Decimal211211235
Binary110100111101001111101011
Octal323323353

Shades and tints

Shades of #D3D3EB

#D3D3EB
(211,211,235)
#C0C0D6
(192,192,214)
#ADADC1
(173,173,193)
#9A9AAC
(154,154,172)
#878797
(135,135,151)
#747482
(116,116,130)
#61616D
(97,97,109)
#4E4E58
(78,78,88)
#3B3B43
(59,59,67)
#28282E
(40,40,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #D3D3EB

#D3D3EB
(211,211,235)
#D7D7EC
(215,215,236)
#DBDBED
(219,219,237)
#DFDFEE
(223,223,238)
#E3E3EF
(227,227,239)
#E7E7F0
(231,231,240)
#EBEBF1
(235,235,241)
#EFEFF2
(239,239,242)
#F3F3F3
(243,243,243)
#F7F7F4
(247,247,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D3EB; }

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

This text font color is #D3D3EB.


Background Color

.myBgColor { background-color: #D3D3EB; }

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

This div background color is #D3D3EB.


Border color

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

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

This div border color is #D3D3EB.


Opacity

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

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

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

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

This text has shadow with #D3D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D3EB on black background.


Color preview on white background

This text has color #D3D3EB on white background.



Black color preview on #D3D3EB background

This text has black color on #D3D3EB background.


White color preview on #D3D3EB background

This text has white color on #D3D3EB background.