COLOR #D6EFCB

HEX: #D6EFCB RGB: (214,239,203)

Color info

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

RGB color model

#D6EFCB color RGB value is (214,239,203).

RGB: (214,239,203) (84%, 94%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 203 of 255 = 80%

214
239
203

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

Portions of RGB colors in percentages

R + G + B = 214 + 239 + 203 = 656 (100%)
R 214 of 656 ~ 32.62%
G 239 of 656 ~ 36.43%
B 203 of 656 ~ 30.95'%

%32.62
%36.43
%30.95

CMYK color model

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

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 15.06%
  • 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.46
%0
%15.06
%6.27

Codes

Color #D6EFCB in popluar color models

D6 EF CB
RGB 214 239 203
HSL 102° 52.94% 86.67%
HSB/HSV 102° 15.06% 93.73%
CMYK 10.46% 0.00% 15.06%
6.27%

Color #D6EFCB in popluar number systems.

HEX D6 EF CB
Decimal 214 239 203
Binary 11010110 11101111 11001011
Octal 326 357 313

Shades and tints

Shades of #D6EFCB

#D6EFCB
(214,239,203)
#C3DAB9
(195,218,185)
#B0C5A7
(176,197,167)
#9DB095
(157,176,149)
#8A9B83
(138,155,131)
#778671
(119,134,113)
#64715F
(100,113,95)
#515C4D
(81,92,77)
#3E473B
(62,71,59)
#2B3229
(43,50,41)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #D6EFCB

#D6EFCB
(214,239,203)
#D9F0CF
(217,240,207)
#DCF1D3
(220,241,211)
#DFF2D7
(223,242,215)
#E2F3DB
(226,243,219)
#E5F4DF
(229,244,223)
#E8F5E3
(232,245,227)
#EBF6E7
(235,246,231)
#EEF7EB
(238,247,235)
#F1F8EF
(241,248,239)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EFCB color. Also use rgb(214,239,203) instead hex code.

Text Font Color

.myTextColor { color: #D6EFCB; }

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

This text font color is #D6EFCB.

Background Color

.myBgColor { background-color: #D6EFCB; }

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

This div background color is #D6EFCB.

Border color

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

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

This div border color is #D6EFCB.

Opacity

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

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

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

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

This text has shadow with #D6EFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EFCB.

Preview

Color preview on black background

This text has color #D6EFCB on black background.


Color preview on white background

This text has color #D6EFCB on white background.


Black color preview on #D6EFCB background

This text has black color on #D6EFCB background.


White color preview on #D6EFCB background

This text has white color on #D6EFCB background.


Related colors

Complementary color

Complementary color for #hex is #291034.


I love getcolorcode.com

Triadic colors

1 #CBD6EF and #EFCBD6 with #D6EFCB are triadic colors.

2 #CBEFD6 and #EFD6CB with #D6EFCB are triadic colors.