COLOR #DCEFFA

HEX: #DCEFFA
RGB: (220,239,250)

Color info

#DCEFFA contains red, green and blue colors in about the same proportion. Web safe color of #DCEFFA is #CCFFFF (or #CFF).

RGB color model

#DCEFFA color RGB value is (220,239,250).

  • red value is 220;
  • green value is 239;
  • blue value is 250.
RGB:
(220,239,250)
(86%,94%,98%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 250 of 255 = 98%

220
239
250

R + G + B ~ 93%. #DCEFFA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 250 = 709 (100%)
R 220 of 709 ~ 31.03%
G 239 of 709 ~ 33.71%
B 250 of 709 ~ 35.26%

%31.03
%33.71
%35.26

CMYK color model

#DCEFFA color CMYK value is (12,4,0,2).

  • cyan value is 12.00%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,4,0,2)
C12M4Y0K2 
(12%,4%,0%,2%)
(0.12/0.04/0.00/0.02)	

CMYK percentages

%12
%4.4
%0
%1.96

Codes

Color #DCEFFA in popluar color models

DCEFFA
RGB220239250
HSL202°75.00%92.16%
HSB/HSV202°12.00%98.04%
CMYK12.00%4.40%0.00%
1.96%

Color #DCEFFA in popluar number systems.

HEXDCEFFA
Decimal220239250
Binary110111001110111111111010
Octal334357372

Shades and tints

Shades of #DCEFFA

#DCEFFA
(220,239,250)
#C8DAE4
(200,218,228)
#B4C5CE
(180,197,206)
#A0B0B8
(160,176,184)
#8C9BA2
(140,155,162)
#78868C
(120,134,140)
#647176
(100,113,118)
#505C60
(80,92,96)
#3C474A
(60,71,74)
#283234
(40,50,52)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #DCEFFA

#DCEFFA
(220,239,250)
#DFF0FA
(223,240,250)
#E2F1FA
(226,241,250)
#E5F2FA
(229,242,250)
#E8F3FA
(232,243,250)
#EBF4FA
(235,244,250)
#EEF5FA
(238,245,250)
#F1F6FA
(241,246,250)
#F4F7FA
(244,247,250)
#F7F8FA
(247,248,250)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFFA; }

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

This text font color is #DCEFFA.


Background Color

.myBgColor { background-color: #DCEFFA; }

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

This div background color is #DCEFFA.


Border color

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

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

This div border color is #DCEFFA.


Opacity

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

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

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

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

This text has shadow with #DCEFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFFA on black background.


Color preview on white background

This text has color #DCEFFA on white background.



Black color preview on #DCEFFA background

This text has black color on #DCEFFA background.


White color preview on #DCEFFA background

This text has white color on #DCEFFA background.