COLOR #DCFBE9

HEX: #DCFBE9
RGB: (220,251,233)

Color info

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

RGB color model

#DCFBE9 color RGB value is (220,251,233).

  • red value is 220;
  • green value is 251;
  • blue value is 233.
RGB:
(220,251,233)
(86%,98%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 251 of 255 = 98%
B 233 of 255 = 91%

220
251
233

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

Portions of RGB colors in percentages

R + G + B =
220 + 251 + 233 = 704 (100%)
R 220 of 704 ~ 31.25%
G 251 of 704 ~ 35.65%
B 233 of 704 ~ 33.1%

%31.25
%35.65
%33.1

CMYK color model

#DCFBE9 color CMYK value is (12,0,7,2).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(12,0,7,2)
C12M0Y7K2 
(12%,0%,7%,2%)
(0.12/0.00/0.07/0.02)	

CMYK percentages

%12.35
%0
%7.17
%1.57

Codes

Color #DCFBE9 in popluar color models

DCFBE9
RGB220251233
HSL145°79.49%92.35%
HSB/HSV145°12.35%98.43%
CMYK12.35%0.00%7.17%
1.57%

Color #DCFBE9 in popluar number systems.

HEXDCFBE9
Decimal220251233
Binary110111001111101111101001
Octal334373351

Shades and tints

Shades of #DCFBE9

#DCFBE9
(220,251,233)
#C8E5D4
(200,229,212)
#B4CFBF
(180,207,191)
#A0B9AA
(160,185,170)
#8CA395
(140,163,149)
#788D80
(120,141,128)
#64776B
(100,119,107)
#506156
(80,97,86)
#3C4B41
(60,75,65)
#28352C
(40,53,44)
#141F17
(20,31,23)
#000000
(0,0,0)

Tints of #DCFBE9

#DCFBE9
(220,251,233)
#DFFBEB
(223,251,235)
#E2FBED
(226,251,237)
#E5FBEF
(229,251,239)
#E8FBF1
(232,251,241)
#EBFBF3
(235,251,243)
#EEFBF5
(238,251,245)
#F1FBF7
(241,251,247)
#F4FBF9
(244,251,249)
#F7FBFB
(247,251,251)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFBE9; }

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

This text font color is #DCFBE9.


Background Color

.myBgColor { background-color: #DCFBE9; }

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

This div background color is #DCFBE9.


Border color

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

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

This div border color is #DCFBE9.


Opacity

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

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

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

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

This text has shadow with #DCFBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFBE9 on black background.


Color preview on white background

This text has color #DCFBE9 on white background.



Black color preview on #DCFBE9 background

This text has black color on #DCFBE9 background.


White color preview on #DCFBE9 background

This text has white color on #DCFBE9 background.