COLOR #D7EFCC

HEX: #D7EFCC RGB: (215,239,204)

Color info

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

RGB color model

#D7EFCC color RGB value is (215,239,204).

RGB: (215,239,204) (84%, 94%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 204 of 255 = 80%

215
239
204

R + G + B ~ 86%. #D7EFCC is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 239 + 204 = 658 (100%)
R 215 of 658 ~ 32.67%
G 239 of 658 ~ 36.32%
B 204 of 658 ~ 31'%

%32.67
%36.32
%31

CMYK color model

#D7EFCC color CMYK value is (10,0,15,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK: (10,0,15,6) C10M0Y15K6 (10%,0%,15%,6%) (0.10/0.00/0.15/0.06) 

CMYK percentages

%10.04
%0
%14.64
%6.27

Codes

Color #D7EFCC in popluar color models

D7 EF CC
RGB 215 239 204
HSL 101° 52.24% 86.86%
HSB/HSV 101° 14.64% 93.73%
CMYK 10.04% 0.00% 14.64%
6.27%

Color #D7EFCC in popluar number systems.

HEX D7 EF CC
Decimal 215 239 204
Binary 11010111 11101111 11001100
Octal 327 357 314

Shades and tints

Shades of #D7EFCC

#D7EFCC
(215,239,204)
#C4DABA
(196,218,186)
#B1C5A8
(177,197,168)
#9EB096
(158,176,150)
#8B9B84
(139,155,132)
#788672
(120,134,114)
#657160
(101,113,96)
#525C4E
(82,92,78)
#3F473C
(63,71,60)
#2C322A
(44,50,42)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7EFCC

#D7EFCC
(215,239,204)
#DAF0D0
(218,240,208)
#DDF1D4
(221,241,212)
#E0F2D8
(224,242,216)
#E3F3DC
(227,243,220)
#E6F4E0
(230,244,224)
#E9F5E4
(233,245,228)
#ECF6E8
(236,246,232)
#EFF7EC
(239,247,236)
#F2F8F0
(242,248,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFCC; }

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

This text font color is #D7EFCC.

Background Color

.myBgColor { background-color: #D7EFCC; }

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

This div background color is #D7EFCC.

Border color

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

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

This div border color is #D7EFCC.

Opacity

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

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

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

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

This text has shadow with #D7EFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EFCC.

Preview

Color preview on black background

This text has color #D7EFCC on black background.


Color preview on white background

This text has color #D7EFCC on white background.


Black color preview on #D7EFCC background

This text has black color on #D7EFCC background.


White color preview on #D7EFCC background

This text has white color on #D7EFCC background.


Related colors

Complementary color

Complementary color for #hex is #281033.


I love getcolorcode.com

Triadic colors

1 #CCD7EF and #EFCCD7 with #D7EFCC are triadic colors.

2 #CCEFD7 and #EFD7CC with #D7EFCC are triadic colors.