COLOR #DCFBE7

HEX: #DCFBE7 RGB: (220,251,231)

Color info

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

RGB color model

#DCFBE7 color RGB value is (220,251,231).

RGB: (220,251,231) (86%, 98%, 91%)

RGB channels and saturation

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

220
251
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 251 + 231 = 702 (100%)
R 220 of 702 ~ 31.34%
G 251 of 702 ~ 35.75%
B 231 of 702 ~ 32.91'%

%31.34
%35.75
%32.91

CMYK color model

#DCFBE7 color CMYK value is (12,0,8,2).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%

CMYK: (12,0,8,2)
C12M0Y8K2 (12%, 0%, 8%, 2%)
(0.12 / 0.00 / 0.08 / 0.02)

CMYK percentages

%12.35
%0
%7.97
%1.57

Codes

Color #DCFBE7 in popluar color models

DC FB E7
RGB 220 251 231
HSL 141° 79.49% 92.35%
HSB/HSV 141° 12.35% 98.43%
CMYK 12.35% 0.00% 7.97%
1.57%

Color #DCFBE7 in popluar number systems.

HEX DC FB E7
Decimal 220 251 231
Binary 11011100 11111011 11100111
Octal 334 373 347

Shades and tints

Shades of #DCFBE7

#DCFBE7
(220,251,231)
#C8E5D2
(200,229,210)
#B4CFBD
(180,207,189)
#A0B9A8
(160,185,168)
#8CA393
(140,163,147)
#788D7E
(120,141,126)
#647769
(100,119,105)
#506154
(80,97,84)
#3C4B3F
(60,75,63)
#28352A
(40,53,42)
#141F15
(20,31,21)
#000000
(0,0,0)

Tints of #DCFBE7

#DCFBE7
(220,251,231)
#DFFBE9
(223,251,233)
#E2FBEB
(226,251,235)
#E5FBED
(229,251,237)
#E8FBEF
(232,251,239)
#EBFBF1
(235,251,241)
#EEFBF3
(238,251,243)
#F1FBF5
(241,251,245)
#F4FBF7
(244,251,247)
#F7FBF9
(247,251,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFBE7; }

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

This text font color is #DCFBE7.

Background Color

.myBgColor { background-color: #DCFBE7; }

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

This div background color is #DCFBE7.

Border color

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

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

This div border color is #DCFBE7.

Opacity

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

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

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

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

This text has shadow with #DCFBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFBE7.

Preview

Color preview on black background

This text has color #DCFBE7 on black background.


Color preview on white background

This text has color #DCFBE7 on white background.


Black color preview on #DCFBE7 background

This text has black color on #DCFBE7 background.


White color preview on #DCFBE7 background

This text has white color on #DCFBE7 background.


Related colors

Complementary color

Complementary color for #hex is #230418.


I love getcolorcode.com

Triadic colors

1 #E7DCFB and #FBE7DC with #DCFBE7 are triadic colors.

2 #E7FBDC and #FBDCE7 with #DCFBE7 are triadic colors.