COLOR #DCEFF2

HEX: #DCEFF2
RGB: (220,239,242)

Color info

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

RGB color model

#DCEFF2 color RGB value is (220,239,242).

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

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 242 of 255 = 95%

220
239
242

R + G + B ~ 92%. #DCEFF2 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 242 = 701 (100%)
R 220 of 701 ~ 31.38%
G 239 of 701 ~ 34.09%
B 242 of 701 ~ 34.52%

%31.38
%34.09
%34.52

CMYK color model

#DCEFF2 color CMYK value is (9,1,0,5).

  • cyan value is 9.09%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (9,1,0,5) C9M1Y0K5 (9%,1%,0%,5%) (0.09/0.01/0.00/0.05)

CMYK percentages

%9.09
%1.24
%0
%5.1

Codes

Color #DCEFF2 in popluar color models

DCEFF2
RGB220239242
HSL188°45.83%90.59%
HSB/HSV188°9.09%94.90%
CMYK9.09%1.24%0.00%
5.10%

Color #DCEFF2 in popluar number systems.

HEXDCEFF2
Decimal220239242
Binary110111001110111111110010
Octal334357362

Shades and tints

Shades of #DCEFF2

#DCEFF2
(220,239,242)
#C8DADC
(200,218,220)
#B4C5C6
(180,197,198)
#A0B0B0
(160,176,176)
#8C9B9A
(140,155,154)
#788684
(120,134,132)
#64716E
(100,113,110)
#505C58
(80,92,88)
#3C4742
(60,71,66)
#28322C
(40,50,44)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #DCEFF2

#DCEFF2
(220,239,242)
#DFF0F3
(223,240,243)
#E2F1F4
(226,241,244)
#E5F2F5
(229,242,245)
#E8F3F6
(232,243,246)
#EBF4F7
(235,244,247)
#EEF5F8
(238,245,248)
#F1F6F9
(241,246,249)
#F4F7FA
(244,247,250)
#F7F8FB
(247,248,251)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFF2; }

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

This text font color is #DCEFF2.


Background Color

.myBgColor { background-color: #DCEFF2; }

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

This div background color is #DCEFF2.


Border color

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

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

This div border color is #DCEFF2.


Opacity

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

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

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

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

This text has shadow with #DCEFF2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCEFF2 on black background.


Color preview on white background

This text has color #DCEFF2 on white background.



Black color preview on #DCEFF2 background

This text has black color on #DCEFF2 background.


White color preview on #DCEFF2 background

This text has white color on #DCEFF2 background.