COLOR #D6FBB7

HEX: #D6FBB7
RGB: (214,251,183)

Color info

#D6FBB7 contains mainly red and green colors. Web safe color of #D6FBB7 is #CCFFCC (or #CFC).

RGB color model

#D6FBB7 color RGB value is (214,251,183).

  • red value is 214;
  • green value is 251;
  • blue value is 183.
RGB:
(214,251,183)
(84%,98%,72%)

RGB channels and saturation

R 214 of 255 = 84%
G 251 of 255 = 98%
B 183 of 255 = 72%

214
251
183

R + G + B ~ 85%. #D6FBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 183 = 648 (100%)
R 214 of 648 ~ 33.02%
G 251 of 648 ~ 38.73%
B 183 of 648 ~ 28.24%

%33.02
%38.73
%28.24

CMYK color model

#D6FBB7 color CMYK value is (15,0,27,2).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 1.57%
CMYK:
(15,0,27,2)
C15M0Y27K2 
(15%,0%,27%,2%)
(0.15/0.00/0.27/0.02)	

CMYK percentages

%14.74
%0
%27.09
%1.57

Codes

Color #D6FBB7 in popluar color models

D6FBB7
RGB214251183
HSL93°89.47%85.10%
HSB/HSV93°27.09%98.43%
CMYK14.74%0.00%27.09%
1.57%

Color #D6FBB7 in popluar number systems.

HEXD6FBB7
Decimal214251183
Binary110101101111101110110111
Octal326373267

Shades and tints

Shades of #D6FBB7

#D6FBB7
(214,251,183)
#C3E5A7
(195,229,167)
#B0CF97
(176,207,151)
#9DB987
(157,185,135)
#8AA377
(138,163,119)
#778D67
(119,141,103)
#647757
(100,119,87)
#516147
(81,97,71)
#3E4B37
(62,75,55)
#2B3527
(43,53,39)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #D6FBB7

#D6FBB7
(214,251,183)
#D9FBBD
(217,251,189)
#DCFBC3
(220,251,195)
#DFFBC9
(223,251,201)
#E2FBCF
(226,251,207)
#E5FBD5
(229,251,213)
#E8FBDB
(232,251,219)
#EBFBE1
(235,251,225)
#EEFBE7
(238,251,231)
#F1FBED
(241,251,237)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FBB7 color. Also use rgb(214,251,183) instead hex code.

Text Font Color

.myTextColor { color: #D6FBB7; }

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

This text font color is #D6FBB7.


Background Color

.myBgColor { background-color: #D6FBB7; }

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

This div background color is #D6FBB7.


Border color

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

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

This div border color is #D6FBB7.


Opacity

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

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

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

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

This text has shadow with #D6FBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBB7 on black background.


Color preview on white background

This text has color #D6FBB7 on white background.



Black color preview on #D6FBB7 background

This text has black color on #D6FBB7 background.


White color preview on #D6FBB7 background

This text has white color on #D6FBB7 background.