COLOR #D3EFC5

HEX: #D3EFC5
RGB: (211,239,197)

Color info

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

RGB color model

#D3EFC5 color RGB value is (211,239,197).

  • red value is 211;
  • green value is 239;
  • blue value is 197.
RGB:
(211,239,197)
(83%,94%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 197 of 255 = 77%

211
239
197

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

Portions of RGB colors in percentages

R + G + B =
211 + 239 + 197 = 647 (100%)
R 211 of 647 ~ 32.61%
G 239 of 647 ~ 36.94%
B 197 of 647 ~ 30.45%

%32.61
%36.94
%30.45

CMYK color model

#D3EFC5 color CMYK value is (12,0,18,6).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(12,0,18,6)
C12M0Y18K6 
(12%,0%,18%,6%)
(0.12/0.00/0.18/0.06)	

CMYK percentages

%11.72
%0
%17.57
%6.27

Codes

Color #D3EFC5 in popluar color models

D3EFC5
RGB211239197
HSL100°56.76%85.49%
HSB/HSV100°17.57%93.73%
CMYK11.72%0.00%17.57%
6.27%

Color #D3EFC5 in popluar number systems.

HEXD3EFC5
Decimal211239197
Binary110100111110111111000101
Octal323357305

Shades and tints

Shades of #D3EFC5

#D3EFC5
(211,239,197)
#C0DAB4
(192,218,180)
#ADC5A3
(173,197,163)
#9AB092
(154,176,146)
#879B81
(135,155,129)
#748670
(116,134,112)
#61715F
(97,113,95)
#4E5C4E
(78,92,78)
#3B473D
(59,71,61)
#28322C
(40,50,44)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #D3EFC5

#D3EFC5
(211,239,197)
#D7F0CA
(215,240,202)
#DBF1CF
(219,241,207)
#DFF2D4
(223,242,212)
#E3F3D9
(227,243,217)
#E7F4DE
(231,244,222)
#EBF5E3
(235,245,227)
#EFF6E8
(239,246,232)
#F3F7ED
(243,247,237)
#F7F8F2
(247,248,242)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EFC5 color. Also use rgb(211,239,197) instead hex code.

Text Font Color

.myTextColor { color: #D3EFC5; }

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

This text font color is #D3EFC5.


Background Color

.myBgColor { background-color: #D3EFC5; }

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

This div background color is #D3EFC5.


Border color

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

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

This div border color is #D3EFC5.


Opacity

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

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

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

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

This text has shadow with #D3EFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EFC5 on black background.


Color preview on white background

This text has color #D3EFC5 on white background.



Black color preview on #D3EFC5 background

This text has black color on #D3EFC5 background.


White color preview on #D3EFC5 background

This text has white color on #D3EFC5 background.