COLOR #DCDCF7

HEX: #DCDCF7
RGB: (220,220,247)

Color info

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

RGB color model

#DCDCF7 color RGB value is (220,220,247).

  • red value is 220;
  • green value is 220;
  • blue value is 247.
RGB:
(220,220,247)
(86%,86%,97%)

RGB channels and saturation

R 220 of 255 = 86%
G 220 of 255 = 86%
B 247 of 255 = 97%

220
220
247

R + G + B ~ 90%. #DCDCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 247 = 687 (100%)
R 220 of 687 ~ 32.02%
G 220 of 687 ~ 32.02%
B 247 of 687 ~ 35.95%

%32.02
%32.02
%35.95

CMYK color model

#DCDCF7 color CMYK value is (11,11,0,3).

  • cyan value is 10.93%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,11,0,3)
C11M11Y0K3 
(11%,11%,0%,3%)
(0.11/0.11/0.00/0.03)	

CMYK percentages

%10.93
%10.93
%0
%3.14

Codes

Color #DCDCF7 in popluar color models

DCDCF7
RGB220220247
HSL240°62.79%91.57%
HSB/HSV240°10.93%96.86%
CMYK10.93%10.93%0.00%
3.14%

Color #DCDCF7 in popluar number systems.

HEXDCDCF7
Decimal220220247
Binary110111001101110011110111
Octal334334367

Shades and tints

Shades of #DCDCF7

#DCDCF7
(220,220,247)
#C8C8E1
(200,200,225)
#B4B4CB
(180,180,203)
#A0A0B5
(160,160,181)
#8C8C9F
(140,140,159)
#787889
(120,120,137)
#646473
(100,100,115)
#50505D
(80,80,93)
#3C3C47
(60,60,71)
#282831
(40,40,49)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #DCDCF7

#DCDCF7
(220,220,247)
#DFDFF7
(223,223,247)
#E2E2F7
(226,226,247)
#E5E5F7
(229,229,247)
#E8E8F7
(232,232,247)
#EBEBF7
(235,235,247)
#EEEEF7
(238,238,247)
#F1F1F7
(241,241,247)
#F4F4F7
(244,244,247)
#F7F7F7
(247,247,247)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDCF7 color. Also use rgb(220,220,247) instead hex code.

Text Font Color

.myTextColor { color: #DCDCF7; }

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

This text font color is #DCDCF7.


Background Color

.myBgColor { background-color: #DCDCF7; }

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

This div background color is #DCDCF7.


Border color

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

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

This div border color is #DCDCF7.


Opacity

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

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

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

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

This text has shadow with #DCDCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCF7 on black background.


Color preview on white background

This text has color #DCDCF7 on white background.



Black color preview on #DCDCF7 background

This text has black color on #DCDCF7 background.


White color preview on #DCDCF7 background

This text has white color on #DCDCF7 background.