COLOR #D3EDCB

HEX: #D3EDCB
RGB: (211,237,203)

Color info

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

RGB color model

#D3EDCB color RGB value is (211,237,203).

  • red value is 211;
  • green value is 237;
  • blue value is 203.
RGB:
(211,237,203)
(83%,93%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 203 of 255 = 80%

211
237
203

R + G + B ~ 85%. #D3EDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 237 + 203 = 651 (100%)
R 211 of 651 ~ 32.41%
G 237 of 651 ~ 36.41%
B 203 of 651 ~ 31.18%

%32.41
%36.41
%31.18

CMYK color model

#D3EDCB color CMYK value is (11,0,14,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(11,0,14,7)
C11M0Y14K7 
(11%,0%,14%,7%)
(0.11/0.00/0.14/0.07)	

CMYK percentages

%10.97
%0
%14.35
%7.06

Codes

Color #D3EDCB in popluar color models

D3EDCB
RGB211237203
HSL106°48.57%86.27%
HSB/HSV106°14.35%92.94%
CMYK10.97%0.00%14.35%
7.06%

Color #D3EDCB in popluar number systems.

HEXD3EDCB
Decimal211237203
Binary110100111110110111001011
Octal323355313

Shades and tints

Shades of #D3EDCB

#D3EDCB
(211,237,203)
#C0D8B9
(192,216,185)
#ADC3A7
(173,195,167)
#9AAE95
(154,174,149)
#879983
(135,153,131)
#748471
(116,132,113)
#616F5F
(97,111,95)
#4E5A4D
(78,90,77)
#3B453B
(59,69,59)
#283029
(40,48,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #D3EDCB

#D3EDCB
(211,237,203)
#D7EECF
(215,238,207)
#DBEFD3
(219,239,211)
#DFF0D7
(223,240,215)
#E3F1DB
(227,241,219)
#E7F2DF
(231,242,223)
#EBF3E3
(235,243,227)
#EFF4E7
(239,244,231)
#F3F5EB
(243,245,235)
#F7F6EF
(247,246,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EDCB color. Also use rgb(211,237,203) instead hex code.

Text Font Color

.myTextColor { color: #D3EDCB; }

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

This text font color is #D3EDCB.


Background Color

.myBgColor { background-color: #D3EDCB; }

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

This div background color is #D3EDCB.


Border color

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

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

This div border color is #D3EDCB.


Opacity

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

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

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

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

This text has shadow with #D3EDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EDCB on black background.


Color preview on white background

This text has color #D3EDCB on white background.



Black color preview on #D3EDCB background

This text has black color on #D3EDCB background.


White color preview on #D3EDCB background

This text has white color on #D3EDCB background.