COLOR #D1EBE6

HEX: #D1EBE6
RGB: (209,235,230)

Color info

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

RGB color model

#D1EBE6 color RGB value is (209,235,230).

  • red value is 209;
  • green value is 235;
  • blue value is 230.
RGB:
(209,235,230)
(82%,92%,90%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 230 of 255 = 90%

209
235
230

R + G + B ~ 88%. #D1EBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 230 = 674 (100%)
R 209 of 674 ~ 31.01%
G 235 of 674 ~ 34.87%
B 230 of 674 ~ 34.12%

%31.01
%34.87
%34.12

CMYK color model

#D1EBE6 color CMYK value is (11,0,2,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(11,0,2,8)
C11M0Y2K8 
(11%,0%,2%,8%)
(0.11/0.00/0.02/0.08)	

CMYK percentages

%11.06
%0
%2.13
%7.84

Codes

Color #D1EBE6 in popluar color models

D1EBE6
RGB209235230
HSL168°39.39%87.06%
HSB/HSV168°11.06%92.16%
CMYK11.06%0.00%2.13%
7.84%

Color #D1EBE6 in popluar number systems.

HEXD1EBE6
Decimal209235230
Binary110100011110101111100110
Octal321353346

Shades and tints

Shades of #D1EBE6

#D1EBE6
(209,235,230)
#BED6D2
(190,214,210)
#ABC1BE
(171,193,190)
#98ACAA
(152,172,170)
#859796
(133,151,150)
#728282
(114,130,130)
#5F6D6E
(95,109,110)
#4C585A
(76,88,90)
#394346
(57,67,70)
#262E32
(38,46,50)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #D1EBE6

#D1EBE6
(209,235,230)
#D5ECE8
(213,236,232)
#D9EDEA
(217,237,234)
#DDEEEC
(221,238,236)
#E1EFEE
(225,239,238)
#E5F0F0
(229,240,240)
#E9F1F2
(233,241,242)
#EDF2F4
(237,242,244)
#F1F3F6
(241,243,246)
#F5F4F8
(245,244,248)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EBE6 color. Also use rgb(209,235,230) instead hex code.

Text Font Color

.myTextColor { color: #D1EBE6; }

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

This text font color is #D1EBE6.


Background Color

.myBgColor { background-color: #D1EBE6; }

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

This div background color is #D1EBE6.


Border color

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

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

This div border color is #D1EBE6.


Opacity

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

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

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

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

This text has shadow with #D1EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EBE6 on black background.


Color preview on white background

This text has color #D1EBE6 on white background.



Black color preview on #D1EBE6 background

This text has black color on #D1EBE6 background.


White color preview on #D1EBE6 background

This text has white color on #D1EBE6 background.