COLOR #D7EFEA

HEX: #D7EFEA RGB: (215,239,234)

Color info

#D7EFEA contains red, green and blue colors in about the same proportion. Web safe color of #D7EFEA is #CCFFFF (or #CFF).

RGB color model

#D7EFEA color RGB value is (215,239,234).

RGB: (215,239,234) (84%, 94%, 92%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 234 of 255 = 92%

215
239
234

R + G + B ~ 90%. #D7EFEA is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 239 + 234 = 688 (100%)
R 215 of 688 ~ 31.25%
G 239 of 688 ~ 34.74%
B 234 of 688 ~ 34.01'%

%31.25
%34.74
%34.01

CMYK color model

#D7EFEA color CMYK value is (10,0,2,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 6.27%

CMYK: (10,0,2,6)
C10M0Y2K6 (10%, 0%, 2%, 6%)
(0.10 / 0.00 / 0.02 / 0.06)

CMYK percentages

%10.04
%0
%2.09
%6.27

Codes

Color #D7EFEA in popluar color models

D7 EF EA
RGB 215 239 234
HSL 168° 42.86% 89.02%
HSB/HSV 168° 10.04% 93.73%
CMYK 10.04% 0.00% 2.09%
6.27%

Color #D7EFEA in popluar number systems.

HEX D7 EF EA
Decimal 215 239 234
Binary 11010111 11101111 11101010
Octal 327 357 352

Shades and tints

Shades of #D7EFEA

#D7EFEA
(215,239,234)
#C4DAD5
(196,218,213)
#B1C5C0
(177,197,192)
#9EB0AB
(158,176,171)
#8B9B96
(139,155,150)
#788681
(120,134,129)
#65716C
(101,113,108)
#525C57
(82,92,87)
#3F4742
(63,71,66)
#2C322D
(44,50,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7EFEA

#D7EFEA
(215,239,234)
#DAF0EB
(218,240,235)
#DDF1EC
(221,241,236)
#E0F2ED
(224,242,237)
#E3F3EE
(227,243,238)
#E6F4EF
(230,244,239)
#E9F5F0
(233,245,240)
#ECF6F1
(236,246,241)
#EFF7F2
(239,247,242)
#F2F8F3
(242,248,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFEA; }

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

This text font color is #D7EFEA.

Background Color

.myBgColor { background-color: #D7EFEA; }

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

This div background color is #D7EFEA.

Border color

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

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

This div border color is #D7EFEA.

Opacity

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

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

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

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

This text has shadow with #D7EFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EFEA.

Preview

Color preview on black background

This text has color #D7EFEA on black background.


Color preview on white background

This text has color #D7EFEA on white background.


Black color preview on #D7EFEA background

This text has black color on #D7EFEA background.


White color preview on #D7EFEA background

This text has white color on #D7EFEA background.


Related colors

Complementary color

Complementary color for #hex is #281015.


I love getcolorcode.com

Triadic colors

1 #EAD7EF and #EFEAD7 with #D7EFEA are triadic colors.

2 #EAEFD7 and #EFD7EA with #D7EFEA are triadic colors.