COLOR #D7EFC6

HEX: #D7EFC6
RGB: (215,239,198)

Color info

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

RGB color model

#D7EFC6 color RGB value is (215,239,198).

  • red value is 215;
  • green value is 239;
  • blue value is 198.
RGB:
(215,239,198)
(84%,94%,78%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 198 of 255 = 78%

215
239
198

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

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 198 = 652 (100%)
R 215 of 652 ~ 32.98%
G 239 of 652 ~ 36.66%
B 198 of 652 ~ 30.37%

%32.98
%36.66
%30.37

CMYK color model

#D7EFC6 color CMYK value is (10,0,17,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(10,0,17,6)
C10M0Y17K6 
(10%,0%,17%,6%)
(0.10/0.00/0.17/0.06)	

CMYK percentages

%10.04
%0
%17.15
%6.27

Codes

Color #D7EFC6 in popluar color models

D7EFC6
RGB215239198
HSL95°56.16%85.69%
HSB/HSV95°17.15%93.73%
CMYK10.04%0.00%17.15%
6.27%

Color #D7EFC6 in popluar number systems.

HEXD7EFC6
Decimal215239198
Binary110101111110111111000110
Octal327357306

Shades and tints

Shades of #D7EFC6

#D7EFC6
(215,239,198)
#C4DAB4
(196,218,180)
#B1C5A2
(177,197,162)
#9EB090
(158,176,144)
#8B9B7E
(139,155,126)
#78866C
(120,134,108)
#65715A
(101,113,90)
#525C48
(82,92,72)
#3F4736
(63,71,54)
#2C3224
(44,50,36)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #D7EFC6

#D7EFC6
(215,239,198)
#DAF0CB
(218,240,203)
#DDF1D0
(221,241,208)
#E0F2D5
(224,242,213)
#E3F3DA
(227,243,218)
#E6F4DF
(230,244,223)
#E9F5E4
(233,245,228)
#ECF6E9
(236,246,233)
#EFF7EE
(239,247,238)
#F2F8F3
(242,248,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EFC6 color. Also use rgb(215,239,198) instead hex code.

Text Font Color

.myTextColor { color: #D7EFC6; }

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

This text font color is #D7EFC6.


Background Color

.myBgColor { background-color: #D7EFC6; }

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

This div background color is #D7EFC6.


Border color

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

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

This div border color is #D7EFC6.


Opacity

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

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

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

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

This text has shadow with #D7EFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFC6 on black background.


Color preview on white background

This text has color #D7EFC6 on white background.



Black color preview on #D7EFC6 background

This text has black color on #D7EFC6 background.


White color preview on #D7EFC6 background

This text has white color on #D7EFC6 background.