COLOR #D7EEC3

HEX: #D7EEC3 RGB: (215,238,195)

Color info

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

RGB color model

#D7EEC3 color RGB value is (215,238,195).

RGB: (215,238,195) (84%, 93%, 76%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 195 of 255 = 76%

215
238
195

R + G + B ~ 84%. #D7EEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 238 + 195 = 648 (100%)
R 215 of 648 ~ 33.18%
G 238 of 648 ~ 36.73%
B 195 of 648 ~ 30.09'%

%33.18
%36.73
%30.09

CMYK color model

#D7EEC3 color CMYK value is (10,0,18,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%

CMYK: (10,0,18,7)
C10M0Y18K7 (10%, 0%, 18%, 7%)
(0.10 / 0.00 / 0.18 / 0.07)

CMYK percentages

%9.66
%0
%18.07
%6.67

Codes

Color #D7EEC3 in popluar color models

D7 EE C3
RGB 215 238 195
HSL 92° 55.84% 84.90%
HSB/HSV 92° 18.07% 93.33%
CMYK 9.66% 0.00% 18.07%
6.67%

Color #D7EEC3 in popluar number systems.

HEX D7 EE C3
Decimal 215 238 195
Binary 11010111 11101110 11000011
Octal 327 356 303

Shades and tints

Shades of #D7EEC3

#D7EEC3
(215,238,195)
#C4D9B2
(196,217,178)
#B1C4A1
(177,196,161)
#9EAF90
(158,175,144)
#8B9A7F
(139,154,127)
#78856E
(120,133,110)
#65705D
(101,112,93)
#525B4C
(82,91,76)
#3F463B
(63,70,59)
#2C312A
(44,49,42)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #D7EEC3

#D7EEC3
(215,238,195)
#DAEFC8
(218,239,200)
#DDF0CD
(221,240,205)
#E0F1D2
(224,241,210)
#E3F2D7
(227,242,215)
#E6F3DC
(230,243,220)
#E9F4E1
(233,244,225)
#ECF5E6
(236,245,230)
#EFF6EB
(239,246,235)
#F2F7F0
(242,247,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEC3; }

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

This text font color is #D7EEC3.

Background Color

.myBgColor { background-color: #D7EEC3; }

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

This div background color is #D7EEC3.

Border color

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

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

This div border color is #D7EEC3.

Opacity

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

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

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

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

This text has shadow with #D7EEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EEC3.

Preview

Color preview on black background

This text has color #D7EEC3 on black background.


Color preview on white background

This text has color #D7EEC3 on white background.


Black color preview on #D7EEC3 background

This text has black color on #D7EEC3 background.


White color preview on #D7EEC3 background

This text has white color on #D7EEC3 background.


Related colors

Complementary color

Complementary color for #hex is #28113C.


I love getcolorcode.com

Triadic colors

1 #C3D7EE and #EEC3D7 with #D7EEC3 are triadic colors.

2 #C3EED7 and #EED7C3 with #D7EEC3 are triadic colors.