COLOR #D7EEC1

HEX: #D7EEC1 RGB: (215,238,193)

Color info

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

RGB color model

#D7EEC1 color RGB value is (215,238,193).

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

RGB channels and saturation

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

215
238
193

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

Portions of RGB colors in percentages

R + G + B = 215 + 238 + 193 = 646 (100%)
R 215 of 646 ~ 33.28%
G 238 of 646 ~ 36.84%
B 193 of 646 ~ 29.88'%

%33.28
%36.84
%29.88

CMYK color model

#D7EEC1 color CMYK value is (10,0,19,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK: (10,0,19,7) C10M0Y19K7 (10%,0%,19%,7%) (0.10/0.00/0.19/0.07) 

CMYK percentages

%9.66
%0
%18.91
%6.67

Codes

Color #D7EEC1 in popluar color models

D7 EE C1
RGB 215 238 193
HSL 91° 56.96% 84.51%
HSB/HSV 91° 18.91% 93.33%
CMYK 9.66% 0.00% 18.91%
6.67%

Color #D7EEC1 in popluar number systems.

HEX D7 EE C1
Decimal 215 238 193
Binary 11010111 11101110 11000001
Octal 327 356 301

Shades and tints

Shades of #D7EEC1

#D7EEC1
(215,238,193)
#C4D9B0
(196,217,176)
#B1C49F
(177,196,159)
#9EAF8E
(158,175,142)
#8B9A7D
(139,154,125)
#78856C
(120,133,108)
#65705B
(101,112,91)
#525B4A
(82,91,74)
#3F4639
(63,70,57)
#2C3128
(44,49,40)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #D7EEC1

#D7EEC1
(215,238,193)
#DAEFC6
(218,239,198)
#DDF0CB
(221,240,203)
#E0F1D0
(224,241,208)
#E3F2D5
(227,242,213)
#E6F3DA
(230,243,218)
#E9F4DF
(233,244,223)
#ECF5E4
(236,245,228)
#EFF6E9
(239,246,233)
#F2F7EE
(242,247,238)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEC1; }

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

This text font color is #D7EEC1.

Background Color

.myBgColor { background-color: #D7EEC1; }

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

This div background color is #D7EEC1.

Border color

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

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

This div border color is #D7EEC1.

Opacity

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

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

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

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

This text has shadow with #D7EEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EEC1.

Preview

Color preview on black background

This text has color #D7EEC1 on black background.


Color preview on white background

This text has color #D7EEC1 on white background.


Black color preview on #D7EEC1 background

This text has black color on #D7EEC1 background.


White color preview on #D7EEC1 background

This text has white color on #D7EEC1 background.


Related colors

Complementary color

Complementary color for #hex is #28113E.


I love getcolorcode.com

Triadic colors

1 #C1D7EE and #EEC1D7 with #D7EEC1 are triadic colors.

2 #C1EED7 and #EED7C1 with #D7EEC1 are triadic colors.