COLOR #D7E6C3

HEX: #D7E6C3
RGB: (215,230,195)

Color info

#D7E6C3 contains red, green and blue colors in about the same proportion. Web safe color of #D7E6C3 is #CCCCCC (or #CCC).

RGB color model

#D7E6C3 color RGB value is (215,230,195).

  • red value is 215;
  • green value is 230;
  • blue value is 195.
RGB:
(215,230,195)
(84%,90%,76%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 195 of 255 = 76%

215
230
195

R + G + B ~ 83%. #D7E6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 195 = 640 (100%)
R 215 of 640 ~ 33.59%
G 230 of 640 ~ 35.94%
B 195 of 640 ~ 30.47%

%33.59
%35.94
%30.47

CMYK color model

#D7E6C3 color CMYK value is (7,0,15,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK:
(7,0,15,10)
C7M0Y15K10 
(7%,0%,15%,10%)
(0.07/0.00/0.15/0.10)	

CMYK percentages

%6.52
%0
%15.22
%9.8

Codes

Color #D7E6C3 in popluar color models

D7E6C3
RGB215230195
HSL86°41.18%83.33%
HSB/HSV86°15.22%90.20%
CMYK6.52%0.00%15.22%
9.80%

Color #D7E6C3 in popluar number systems.

HEXD7E6C3
Decimal215230195
Binary110101111110011011000011
Octal327346303

Shades and tints

Shades of #D7E6C3

#D7E6C3
(215,230,195)
#C4D2B2
(196,210,178)
#B1BEA1
(177,190,161)
#9EAA90
(158,170,144)
#8B967F
(139,150,127)
#78826E
(120,130,110)
#656E5D
(101,110,93)
#525A4C
(82,90,76)
#3F463B
(63,70,59)
#2C322A
(44,50,42)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7E6C3

#D7E6C3
(215,230,195)
#DAE8C8
(218,232,200)
#DDEACD
(221,234,205)
#E0ECD2
(224,236,210)
#E3EED7
(227,238,215)
#E6F0DC
(230,240,220)
#E9F2E1
(233,242,225)
#ECF4E6
(236,244,230)
#EFF6EB
(239,246,235)
#F2F8F0
(242,248,240)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E6C3 color. Also use rgb(215,230,195) instead hex code.

Text Font Color

.myTextColor { color: #D7E6C3; }

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

This text font color is #D7E6C3.


Background Color

.myBgColor { background-color: #D7E6C3; }

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

This div background color is #D7E6C3.


Border color

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

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

This div border color is #D7E6C3.


Opacity

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

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

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

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

This text has shadow with #D7E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6C3 on black background.


Color preview on white background

This text has color #D7E6C3 on white background.



Black color preview on #D7E6C3 background

This text has black color on #D7E6C3 background.


White color preview on #D7E6C3 background

This text has white color on #D7E6C3 background.