COLOR #DFF6B5

HEX: #DFF6B5
RGB: (223,246,181)

Color info

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

RGB color model

#DFF6B5 color RGB value is (223,246,181).

  • red value is 223;
  • green value is 246;
  • blue value is 181.
RGB:
(223,246,181)
(87%,96%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 246 of 255 = 96%
B 181 of 255 = 71%

223
246
181

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

Portions of RGB colors in percentages

R + G + B =
223 + 246 + 181 = 650 (100%)
R 223 of 650 ~ 34.31%
G 246 of 650 ~ 37.85%
B 181 of 650 ~ 27.85%

%34.31
%37.85
%27.85

CMYK color model

#DFF6B5 color CMYK value is (9,0,26,4).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(9,0,26,4)
C9M0Y26K4 
(9%,0%,26%,4%)
(0.09/0.00/0.26/0.04)	

CMYK percentages

%9.35
%0
%26.42
%3.53

Codes

Color #DFF6B5 in popluar color models

DFF6B5
RGB223246181
HSL81°78.31%83.73%
HSB/HSV81°26.42%96.47%
CMYK9.35%0.00%26.42%
3.53%

Color #DFF6B5 in popluar number systems.

HEXDFF6B5
Decimal223246181
Binary110111111111011010110101
Octal337366265

Shades and tints

Shades of #DFF6B5

#DFF6B5
(223,246,181)
#CBE0A5
(203,224,165)
#B7CA95
(183,202,149)
#A3B485
(163,180,133)
#8F9E75
(143,158,117)
#7B8865
(123,136,101)
#677255
(103,114,85)
#535C45
(83,92,69)
#3F4635
(63,70,53)
#2B3025
(43,48,37)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFF6B5

#DFF6B5
(223,246,181)
#E1F6BB
(225,246,187)
#E3F6C1
(227,246,193)
#E5F6C7
(229,246,199)
#E7F6CD
(231,246,205)
#E9F6D3
(233,246,211)
#EBF6D9
(235,246,217)
#EDF6DF
(237,246,223)
#EFF6E5
(239,246,229)
#F1F6EB
(241,246,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF6B5 color. Also use rgb(223,246,181) instead hex code.

Text Font Color

.myTextColor { color: #DFF6B5; }

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

This text font color is #DFF6B5.


Background Color

.myBgColor { background-color: #DFF6B5; }

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

This div background color is #DFF6B5.


Border color

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

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

This div border color is #DFF6B5.


Opacity

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

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

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

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

This text has shadow with #DFF6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF6B5 on black background.


Color preview on white background

This text has color #DFF6B5 on white background.



Black color preview on #DFF6B5 background

This text has black color on #DFF6B5 background.


White color preview on #DFF6B5 background

This text has white color on #DFF6B5 background.