COLOR #D5D5FC

HEX: #D5D5FC
RGB: (213,213,252)

Color info

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

RGB color model

#D5D5FC color RGB value is (213,213,252).

  • red value is 213;
  • green value is 213;
  • blue value is 252.
RGB:
(213,213,252)
(84%,84%,99%)

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 252 of 255 = 99%

213
213
252

R + G + B ~ 89%. #D5D5FC is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 252 = 678 (100%)
R 213 of 678 ~ 31.42%
G 213 of 678 ~ 31.42%
B 252 of 678 ~ 37.17%

%31.42
%31.42
%37.17

CMYK color model

#D5D5FC color CMYK value is (15,15,0,1).

  • cyan value is 15.48%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,15,0,1)
C15M15Y0K1 
(15%,15%,0%,1%)
(0.15/0.15/0.00/0.01)	

CMYK percentages

%15.48
%15.48
%0
%1.18

Codes

Color #D5D5FC in popluar color models

D5D5FC
RGB213213252
HSL240°86.67%91.18%
HSB/HSV240°15.48%98.82%
CMYK15.48%15.48%0.00%
1.18%

Color #D5D5FC in popluar number systems.

HEXD5D5FC
Decimal213213252
Binary110101011101010111111100
Octal325325374

Shades and tints

Shades of #D5D5FC

#D5D5FC
(213,213,252)
#C2C2E6
(194,194,230)
#AFAFD0
(175,175,208)
#9C9CBA
(156,156,186)
#8989A4
(137,137,164)
#76768E
(118,118,142)
#636378
(99,99,120)
#505062
(80,80,98)
#3D3D4C
(61,61,76)
#2A2A36
(42,42,54)
#171720
(23,23,32)
#000000
(0,0,0)

Tints of #D5D5FC

#D5D5FC
(213,213,252)
#D8D8FC
(216,216,252)
#DBDBFC
(219,219,252)
#DEDEFC
(222,222,252)
#E1E1FC
(225,225,252)
#E4E4FC
(228,228,252)
#E7E7FC
(231,231,252)
#EAEAFC
(234,234,252)
#EDEDFC
(237,237,252)
#F0F0FC
(240,240,252)
#F3F3FC
(243,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D5FC color. Also use rgb(213,213,252) instead hex code.

Text Font Color

.myTextColor { color: #D5D5FC; }

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

This text font color is #D5D5FC.


Background Color

.myBgColor { background-color: #D5D5FC; }

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

This div background color is #D5D5FC.


Border color

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

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

This div border color is #D5D5FC.


Opacity

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

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

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

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

This text has shadow with #D5D5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5FC on black background.


Color preview on white background

This text has color #D5D5FC on white background.



Black color preview on #D5D5FC background

This text has black color on #D5D5FC background.


White color preview on #D5D5FC background

This text has white color on #D5D5FC background.