COLOR #D7F3BE

HEX: #D7F3BE
RGB: (215,243,190)

Color info

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

RGB color model

#D7F3BE color RGB value is (215,243,190).

  • red value is 215;
  • green value is 243;
  • blue value is 190.
RGB:
(215,243,190)
(84%,95%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 190 of 255 = 75%

215
243
190

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

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 190 = 648 (100%)
R 215 of 648 ~ 33.18%
G 243 of 648 ~ 37.5%
B 190 of 648 ~ 29.32%

%33.18
%37.5
%29.32

CMYK color model

#D7F3BE color CMYK value is (12,0,22,5).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 4.71%
CMYK:
(12,0,22,5)
C12M0Y22K5 
(12%,0%,22%,5%)
(0.12/0.00/0.22/0.05)	

CMYK percentages

%11.52
%0
%21.81
%4.71

Codes

Color #D7F3BE in popluar color models

D7F3BE
RGB215243190
HSL92°68.83%84.90%
HSB/HSV92°21.81%95.29%
CMYK11.52%0.00%21.81%
4.71%

Color #D7F3BE in popluar number systems.

HEXD7F3BE
Decimal215243190
Binary110101111111001110111110
Octal327363276

Shades and tints

Shades of #D7F3BE

#D7F3BE
(215,243,190)
#C4DDAD
(196,221,173)
#B1C79C
(177,199,156)
#9EB18B
(158,177,139)
#8B9B7A
(139,155,122)
#788569
(120,133,105)
#656F58
(101,111,88)
#525947
(82,89,71)
#3F4336
(63,67,54)
#2C2D25
(44,45,37)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #D7F3BE

#D7F3BE
(215,243,190)
#DAF4C3
(218,244,195)
#DDF5C8
(221,245,200)
#E0F6CD
(224,246,205)
#E3F7D2
(227,247,210)
#E6F8D7
(230,248,215)
#E9F9DC
(233,249,220)
#ECFAE1
(236,250,225)
#EFFBE6
(239,251,230)
#F2FCEB
(242,252,235)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F3BE color. Also use rgb(215,243,190) instead hex code.

Text Font Color

.myTextColor { color: #D7F3BE; }

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

This text font color is #D7F3BE.


Background Color

.myBgColor { background-color: #D7F3BE; }

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

This div background color is #D7F3BE.


Border color

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

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

This div border color is #D7F3BE.


Opacity

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

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

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

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

This text has shadow with #D7F3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F3BE on black background.


Color preview on white background

This text has color #D7F3BE on white background.



Black color preview on #D7F3BE background

This text has black color on #D7F3BE background.


White color preview on #D7F3BE background

This text has white color on #D7F3BE background.