COLOR #D6F1BA

HEX: #D6F1BA
RGB: (214,241,186)

Color info

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

RGB color model

#D6F1BA color RGB value is (214,241,186).

  • red value is 214;
  • green value is 241;
  • blue value is 186.
RGB:
(214,241,186)
(84%,95%,73%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 186 of 255 = 73%

214
241
186

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

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 186 = 641 (100%)
R 214 of 641 ~ 33.39%
G 241 of 641 ~ 37.6%
B 186 of 641 ~ 29.02%

%33.39
%37.6
%29.02

CMYK color model

#D6F1BA color CMYK value is (11,0,23,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 5.49%
CMYK:
(11,0,23,5)
C11M0Y23K5 
(11%,0%,23%,5%)
(0.11/0.00/0.23/0.05)	

CMYK percentages

%11.2
%0
%22.82
%5.49

Codes

Color #D6F1BA in popluar color models

D6F1BA
RGB214241186
HSL89°66.27%83.73%
HSB/HSV89°22.82%94.51%
CMYK11.20%0.00%22.82%
5.49%

Color #D6F1BA in popluar number systems.

HEXD6F1BA
Decimal214241186
Binary110101101111000110111010
Octal326361272

Shades and tints

Shades of #D6F1BA

#D6F1BA
(214,241,186)
#C3DCAA
(195,220,170)
#B0C79A
(176,199,154)
#9DB28A
(157,178,138)
#8A9D7A
(138,157,122)
#77886A
(119,136,106)
#64735A
(100,115,90)
#515E4A
(81,94,74)
#3E493A
(62,73,58)
#2B342A
(43,52,42)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #D6F1BA

#D6F1BA
(214,241,186)
#D9F2C0
(217,242,192)
#DCF3C6
(220,243,198)
#DFF4CC
(223,244,204)
#E2F5D2
(226,245,210)
#E5F6D8
(229,246,216)
#E8F7DE
(232,247,222)
#EBF8E4
(235,248,228)
#EEF9EA
(238,249,234)
#F1FAF0
(241,250,240)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F1BA color. Also use rgb(214,241,186) instead hex code.

Text Font Color

.myTextColor { color: #D6F1BA; }

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

This text font color is #D6F1BA.


Background Color

.myBgColor { background-color: #D6F1BA; }

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

This div background color is #D6F1BA.


Border color

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

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

This div border color is #D6F1BA.


Opacity

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

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

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

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

This text has shadow with #D6F1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1BA on black background.


Color preview on white background

This text has color #D6F1BA on white background.



Black color preview on #D6F1BA background

This text has black color on #D6F1BA background.


White color preview on #D6F1BA background

This text has white color on #D6F1BA background.