COLOR #D3EBE1

HEX: #D3EBE1
RGB: (211,235,225)

Color info

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

RGB color model

#D3EBE1 color RGB value is (211,235,225).

  • red value is 211;
  • green value is 235;
  • blue value is 225.
RGB:
(211,235,225)
(83%,92%,88%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 225 of 255 = 88%

211
235
225

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 225 = 671 (100%)
R 211 of 671 ~ 31.45%
G 235 of 671 ~ 35.02%
B 225 of 671 ~ 33.53%

%31.45
%35.02
%33.53

CMYK color model

#D3EBE1 color CMYK value is (10,0,4,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(10,0,4,8)
C10M0Y4K8 
(10%,0%,4%,8%)
(0.10/0.00/0.04/0.08)	

CMYK percentages

%10.21
%0
%4.26
%7.84

Codes

Color #D3EBE1 in popluar color models

D3EBE1
RGB211235225
HSL155°37.50%87.45%
HSB/HSV155°10.21%92.16%
CMYK10.21%0.00%4.26%
7.84%

Color #D3EBE1 in popluar number systems.

HEXD3EBE1
Decimal211235225
Binary110100111110101111100001
Octal323353341

Shades and tints

Shades of #D3EBE1

#D3EBE1
(211,235,225)
#C0D6CD
(192,214,205)
#ADC1B9
(173,193,185)
#9AACA5
(154,172,165)
#879791
(135,151,145)
#74827D
(116,130,125)
#616D69
(97,109,105)
#4E5855
(78,88,85)
#3B4341
(59,67,65)
#282E2D
(40,46,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3EBE1

#D3EBE1
(211,235,225)
#D7ECE3
(215,236,227)
#DBEDE5
(219,237,229)
#DFEEE7
(223,238,231)
#E3EFE9
(227,239,233)
#E7F0EB
(231,240,235)
#EBF1ED
(235,241,237)
#EFF2EF
(239,242,239)
#F3F3F1
(243,243,241)
#F7F4F3
(247,244,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EBE1 color. Also use rgb(211,235,225) instead hex code.

Text Font Color

.myTextColor { color: #D3EBE1; }

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

This text font color is #D3EBE1.


Background Color

.myBgColor { background-color: #D3EBE1; }

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

This div background color is #D3EBE1.


Border color

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

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

This div border color is #D3EBE1.


Opacity

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

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

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

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

This text has shadow with #D3EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBE1 on black background.


Color preview on white background

This text has color #D3EBE1 on white background.



Black color preview on #D3EBE1 background

This text has black color on #D3EBE1 background.


White color preview on #D3EBE1 background

This text has white color on #D3EBE1 background.