COLOR #DFF1B7

HEX: #DFF1B7
RGB: (223,241,183)

Color info

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

RGB color model

#DFF1B7 color RGB value is (223,241,183).

  • red value is 223;
  • green value is 241;
  • blue value is 183.
RGB:
(223,241,183)
(87%,95%,72%)

RGB channels and saturation

R 223 of 255 = 87%
G 241 of 255 = 95%
B 183 of 255 = 72%

223
241
183

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

Portions of RGB colors in percentages

R + G + B =
223 + 241 + 183 = 647 (100%)
R 223 of 647 ~ 34.47%
G 241 of 647 ~ 37.25%
B 183 of 647 ~ 28.28%

%34.47
%37.25
%28.28

CMYK color model

#DFF1B7 color CMYK value is (7,0,24,5).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 5.49%
CMYK:
(7,0,24,5)
C7M0Y24K5 
(7%,0%,24%,5%)
(0.07/0.00/0.24/0.05)	

CMYK percentages

%7.47
%0
%24.07
%5.49

Codes

Color #DFF1B7 in popluar color models

DFF1B7
RGB223241183
HSL79°67.44%83.14%
HSB/HSV79°24.07%94.51%
CMYK7.47%0.00%24.07%
5.49%

Color #DFF1B7 in popluar number systems.

HEXDFF1B7
Decimal223241183
Binary110111111111000110110111
Octal337361267

Shades and tints

Shades of #DFF1B7

#DFF1B7
(223,241,183)
#CBDCA7
(203,220,167)
#B7C797
(183,199,151)
#A3B287
(163,178,135)
#8F9D77
(143,157,119)
#7B8867
(123,136,103)
#677357
(103,115,87)
#535E47
(83,94,71)
#3F4937
(63,73,55)
#2B3427
(43,52,39)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #DFF1B7

#DFF1B7
(223,241,183)
#E1F2BD
(225,242,189)
#E3F3C3
(227,243,195)
#E5F4C9
(229,244,201)
#E7F5CF
(231,245,207)
#E9F6D5
(233,246,213)
#EBF7DB
(235,247,219)
#EDF8E1
(237,248,225)
#EFF9E7
(239,249,231)
#F1FAED
(241,250,237)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF1B7 color. Also use rgb(223,241,183) instead hex code.

Text Font Color

.myTextColor { color: #DFF1B7; }

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

This text font color is #DFF1B7.


Background Color

.myBgColor { background-color: #DFF1B7; }

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

This div background color is #DFF1B7.


Border color

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

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

This div border color is #DFF1B7.


Opacity

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

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

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

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

This text has shadow with #DFF1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF1B7 on black background.


Color preview on white background

This text has color #DFF1B7 on white background.



Black color preview on #DFF1B7 background

This text has black color on #DFF1B7 background.


White color preview on #DFF1B7 background

This text has white color on #DFF1B7 background.