COLOR #D6F2EA

HEX: #D6F2EA RGB: (214,242,234)

Color info

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

RGB color model

#D6F2EA color RGB value is (214,242,234).

RGB: (214,242,234) (84%, 95%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 234 of 255 = 92%

214
242
234

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

Portions of RGB colors in percentages

R + G + B = 214 + 242 + 234 = 690 (100%)
R 214 of 690 ~ 31.01%
G 242 of 690 ~ 35.07%
B 234 of 690 ~ 33.91'%

%31.01
%35.07
%33.91

CMYK color model

#D6F2EA color CMYK value is (12,0,3,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (12,0,3,5)
C12M0Y3K5 (12%, 0%, 3%, 5%)
(0.12 / 0.00 / 0.03 / 0.05)

CMYK percentages

%11.57
%0
%3.31
%5.1

Codes

Color #D6F2EA in popluar color models

D6 F2 EA
RGB 214 242 234
HSL 163° 51.85% 89.41%
HSB/HSV 163° 11.57% 94.90%
CMYK 11.57% 0.00% 3.31%
5.10%

Color #D6F2EA in popluar number systems.

HEX D6 F2 EA
Decimal 214 242 234
Binary 11010110 11110010 11101010
Octal 326 362 352

Shades and tints

Shades of #D6F2EA

#D6F2EA
(214,242,234)
#C3DCD5
(195,220,213)
#B0C6C0
(176,198,192)
#9DB0AB
(157,176,171)
#8A9A96
(138,154,150)
#778481
(119,132,129)
#646E6C
(100,110,108)
#515857
(81,88,87)
#3E4242
(62,66,66)
#2B2C2D
(43,44,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6F2EA

#D6F2EA
(214,242,234)
#D9F3EB
(217,243,235)
#DCF4EC
(220,244,236)
#DFF5ED
(223,245,237)
#E2F6EE
(226,246,238)
#E5F7EF
(229,247,239)
#E8F8F0
(232,248,240)
#EBF9F1
(235,249,241)
#EEFAF2
(238,250,242)
#F1FBF3
(241,251,243)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F2EA color. Also use rgb(214,242,234) instead hex code.

Text Font Color

.myTextColor { color: #D6F2EA; }

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

This text font color is #D6F2EA.

Background Color

.myBgColor { background-color: #D6F2EA; }

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

This div background color is #D6F2EA.

Border color

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

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

This div border color is #D6F2EA.

Opacity

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

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

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

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

This text has shadow with #D6F2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F2EA.

Preview

Color preview on black background

This text has color #D6F2EA on black background.


Color preview on white background

This text has color #D6F2EA on white background.


Black color preview on #D6F2EA background

This text has black color on #D6F2EA background.


White color preview on #D6F2EA background

This text has white color on #D6F2EA background.


Related colors

Complementary color

Complementary color for #hex is #290D15.


I love getcolorcode.com

Triadic colors

1 #EAD6F2 and #F2EAD6 with #D6F2EA are triadic colors.

2 #EAF2D6 and #F2D6EA with #D6F2EA are triadic colors.