COLOR #DFFFBE

HEX: #DFFFBE
RGB: (223,255,190)

Color info

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

RGB color model

#DFFFBE color RGB value is (223,255,190).

  • red value is 223;
  • green value is 255;
  • blue value is 190.
RGB:
(223,255,190)
(87%,100%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 255 of 255 = 100%
B 190 of 255 = 75%

223
255
190

R + G + B ~ 87%. #DFFFBE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 255 + 190 = 668 (100%)
R 223 of 668 ~ 33.38%
G 255 of 668 ~ 38.17%
B 190 of 668 ~ 28.44%

%33.38
%38.17
%28.44

CMYK color model

#DFFFBE color CMYK value is (13,0,25,0).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(13,0,25,0)
C13M0Y25K0 
(13%,0%,25%,0%)
(0.13/0.00/0.25/0.00)	

CMYK percentages

%12.55
%0
%25.49
%0

Codes

Color #DFFFBE in popluar color models

DFFFBE
RGB223255190
HSL90°100.00%87.25%
HSB/HSV90°25.49%100.00%
CMYK12.55%0.00%25.49%
0.00%

Color #DFFFBE in popluar number systems.

HEXDFFFBE
Decimal223255190
Binary110111111111111110111110
Octal337377276

Shades and tints

Shades of #DFFFBE

#DFFFBE
(223,255,190)
#CBE8AD
(203,232,173)
#B7D19C
(183,209,156)
#A3BA8B
(163,186,139)
#8FA37A
(143,163,122)
#7B8C69
(123,140,105)
#677558
(103,117,88)
#535E47
(83,94,71)
#3F4736
(63,71,54)
#2B3025
(43,48,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFFFBE

#DFFFBE
(223,255,190)
#E1FFC3
(225,255,195)
#E3FFC8
(227,255,200)
#E5FFCD
(229,255,205)
#E7FFD2
(231,255,210)
#E9FFD7
(233,255,215)
#EBFFDC
(235,255,220)
#EDFFE1
(237,255,225)
#EFFFE6
(239,255,230)
#F1FFEB
(241,255,235)
#F3FFF0
(243,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFFBE color. Also use rgb(223,255,190) instead hex code.

Text Font Color

.myTextColor { color: #DFFFBE; }

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

This text font color is #DFFFBE.


Background Color

.myBgColor { background-color: #DFFFBE; }

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

This div background color is #DFFFBE.


Border color

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

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

This div border color is #DFFFBE.


Opacity

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

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

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

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

This text has shadow with #DFFFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFFBE on black background.


Color preview on white background

This text has color #DFFFBE on white background.



Black color preview on #DFFFBE background

This text has black color on #DFFFBE background.


White color preview on #DFFFBE background

This text has white color on #DFFFBE background.