COLOR #DCEAE1

HEX: #DCEAE1
RGB: (220,234,225)

Color info

#DCEAE1 contains red, green and blue colors in about the same proportion. Web safe color of #DCEAE1 is #CCFFCC (or #CFC).

RGB color model

#DCEAE1 color RGB value is (220,234,225).

  • red value is 220;
  • green value is 234;
  • blue value is 225.
RGB:
(220,234,225)
(86%,92%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 225 of 255 = 88%

220
234
225

R + G + B ~ 89%. #DCEAE1 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 225 = 679 (100%)
R 220 of 679 ~ 32.4%
G 234 of 679 ~ 34.46%
B 225 of 679 ~ 33.14%

%32.4
%34.46
%33.14

CMYK color model

#DCEAE1 color CMYK value is (6,0,4,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(6,0,4,8)
C6M0Y4K8 
(6%,0%,4%,8%)
(0.06/0.00/0.04/0.08)	

CMYK percentages

%5.98
%0
%3.85
%8.24

Codes

Color #DCEAE1 in popluar color models

DCEAE1
RGB220234225
HSL141°25.00%89.02%
HSB/HSV141°5.98%91.76%
CMYK5.98%0.00%3.85%
8.24%

Color #DCEAE1 in popluar number systems.

HEXDCEAE1
Decimal220234225
Binary110111001110101011100001
Octal334352341

Shades and tints

Shades of #DCEAE1

#DCEAE1
(220,234,225)
#C8D5CD
(200,213,205)
#B4C0B9
(180,192,185)
#A0ABA5
(160,171,165)
#8C9691
(140,150,145)
#78817D
(120,129,125)
#646C69
(100,108,105)
#505755
(80,87,85)
#3C4241
(60,66,65)
#282D2D
(40,45,45)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #DCEAE1

#DCEAE1
(220,234,225)
#DFEBE3
(223,235,227)
#E2ECE5
(226,236,229)
#E5EDE7
(229,237,231)
#E8EEE9
(232,238,233)
#EBEFEB
(235,239,235)
#EEF0ED
(238,240,237)
#F1F1EF
(241,241,239)
#F4F2F1
(244,242,241)
#F7F3F3
(247,243,243)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEAE1 color. Also use rgb(220,234,225) instead hex code.

Text Font Color

.myTextColor { color: #DCEAE1; }

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

This text font color is #DCEAE1.


Background Color

.myBgColor { background-color: #DCEAE1; }

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

This div background color is #DCEAE1.


Border color

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

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

This div border color is #DCEAE1.


Opacity

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

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

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

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

This text has shadow with #DCEAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAE1 on black background.


Color preview on white background

This text has color #DCEAE1 on white background.



Black color preview on #DCEAE1 background

This text has black color on #DCEAE1 background.


White color preview on #DCEAE1 background

This text has white color on #DCEAE1 background.