COLOR #DCF9EB

HEX: #DCF9EB RGB: (220,249,235)

Color info

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

RGB color model

#DCF9EB color RGB value is (220,249,235).

RGB: (220,249,235) (86%, 98%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 249 of 255 = 98%
B 235 of 255 = 92%

220
249
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 249 + 235 = 704 (100%)
R 220 of 704 ~ 31.25%
G 249 of 704 ~ 35.37%
B 235 of 704 ~ 33.38'%

%31.25
%35.37
%33.38

CMYK color model

#DCF9EB color CMYK value is (12,0,6,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%

CMYK: (12,0,6,2)
C12M0Y6K2 (12%, 0%, 6%, 2%)
(0.12 / 0.00 / 0.06 / 0.02)

CMYK percentages

%11.65
%0
%5.62
%2.35

Codes

Color #DCF9EB in popluar color models

DC F9 EB
RGB 220 249 235
HSL 151° 70.73% 91.96%
HSB/HSV 151° 11.65% 97.65%
CMYK 11.65% 0.00% 5.62%
2.35%

Color #DCF9EB in popluar number systems.

HEX DC F9 EB
Decimal 220 249 235
Binary 11011100 11111001 11101011
Octal 334 371 353

Shades and tints

Shades of #DCF9EB

#DCF9EB
(220,249,235)
#C8E3D6
(200,227,214)
#B4CDC1
(180,205,193)
#A0B7AC
(160,183,172)
#8CA197
(140,161,151)
#788B82
(120,139,130)
#64756D
(100,117,109)
#505F58
(80,95,88)
#3C4943
(60,73,67)
#28332E
(40,51,46)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #DCF9EB

#DCF9EB
(220,249,235)
#DFF9EC
(223,249,236)
#E2F9ED
(226,249,237)
#E5F9EE
(229,249,238)
#E8F9EF
(232,249,239)
#EBF9F0
(235,249,240)
#EEF9F1
(238,249,241)
#F1F9F2
(241,249,242)
#F4F9F3
(244,249,243)
#F7F9F4
(247,249,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF9EB; }

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

This text font color is #DCF9EB.

Background Color

.myBgColor { background-color: #DCF9EB; }

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

This div background color is #DCF9EB.

Border color

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

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

This div border color is #DCF9EB.

Opacity

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

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

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

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

This text has shadow with #DCF9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF9EB.

Preview

Color preview on black background

This text has color #DCF9EB on black background.


Color preview on white background

This text has color #DCF9EB on white background.


Black color preview on #DCF9EB background

This text has black color on #DCF9EB background.


White color preview on #DCF9EB background

This text has white color on #DCF9EB background.


Related colors

Complementary color

Complementary color for #hex is #230614.


I love getcolorcode.com

Triadic colors

1 #EBDCF9 and #F9EBDC with #DCF9EB are triadic colors.

2 #EBF9DC and #F9DCEB with #DCF9EB are triadic colors.