COLOR #D6F7B5

HEX: #D6F7B5
RGB: (214,247,181)

Color info

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

RGB color model

#D6F7B5 color RGB value is (214,247,181).

  • red value is 214;
  • green value is 247;
  • blue value is 181.
RGB:
(214,247,181)
(84%,97%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 181 of 255 = 71%

214
247
181

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

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 181 = 642 (100%)
R 214 of 642 ~ 33.33%
G 247 of 642 ~ 38.47%
B 181 of 642 ~ 28.19%

%33.33
%38.47
%28.19

CMYK color model

#D6F7B5 color CMYK value is (13,0,27,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 3.14%
CMYK:
(13,0,27,3)
C13M0Y27K3 
(13%,0%,27%,3%)
(0.13/0.00/0.27/0.03)	

CMYK percentages

%13.36
%0
%26.72
%3.14

Codes

Color #D6F7B5 in popluar color models

D6F7B5
RGB214247181
HSL90°80.49%83.92%
HSB/HSV90°26.72%96.86%
CMYK13.36%0.00%26.72%
3.14%

Color #D6F7B5 in popluar number systems.

HEXD6F7B5
Decimal214247181
Binary110101101111011110110101
Octal326367265

Shades and tints

Shades of #D6F7B5

#D6F7B5
(214,247,181)
#C3E1A5
(195,225,165)
#B0CB95
(176,203,149)
#9DB585
(157,181,133)
#8A9F75
(138,159,117)
#778965
(119,137,101)
#647355
(100,115,85)
#515D45
(81,93,69)
#3E4735
(62,71,53)
#2B3125
(43,49,37)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6F7B5

#D6F7B5
(214,247,181)
#D9F7BB
(217,247,187)
#DCF7C1
(220,247,193)
#DFF7C7
(223,247,199)
#E2F7CD
(226,247,205)
#E5F7D3
(229,247,211)
#E8F7D9
(232,247,217)
#EBF7DF
(235,247,223)
#EEF7E5
(238,247,229)
#F1F7EB
(241,247,235)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F7B5 color. Also use rgb(214,247,181) instead hex code.

Text Font Color

.myTextColor { color: #D6F7B5; }

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

This text font color is #D6F7B5.


Background Color

.myBgColor { background-color: #D6F7B5; }

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

This div background color is #D6F7B5.


Border color

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

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

This div border color is #D6F7B5.


Opacity

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

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

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

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

This text has shadow with #D6F7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7B5 on black background.


Color preview on white background

This text has color #D6F7B5 on white background.



Black color preview on #D6F7B5 background

This text has black color on #D6F7B5 background.


White color preview on #D6F7B5 background

This text has white color on #D6F7B5 background.