COLOR #DFF9BF

HEX: #DFF9BF RGB: (223,249,191)

Color info

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

RGB color model

#DFF9BF color RGB value is (223,249,191).

RGB: (223,249,191) (87%, 98%, 75%)

RGB channels and saturation

R 223 of 255 = 87%
G 249 of 255 = 98%
B 191 of 255 = 75%

223
249
191

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

Portions of RGB colors in percentages

R + G + B = 223 + 249 + 191 = 663 (100%)
R 223 of 663 ~ 33.63%
G 249 of 663 ~ 37.56%
B 191 of 663 ~ 28.81'%

%33.63
%37.56
%28.81

CMYK color model

#DFF9BF color CMYK value is (10,0,23,2).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 2.35%

CMYK: (10,0,23,2)
C10M0Y23K2 (10%, 0%, 23%, 2%)
(0.10 / 0.00 / 0.23 / 0.02)

CMYK percentages

%10.44
%0
%23.29
%2.35

Codes

Color #DFF9BF in popluar color models

DF F9 BF
RGB 223 249 191
HSL 87° 82.86% 86.27%
HSB/HSV 87° 23.29% 97.65%
CMYK 10.44% 0.00% 23.29%
2.35%

Color #DFF9BF in popluar number systems.

HEX DF F9 BF
Decimal 223 249 191
Binary 11011111 11111001 10111111
Octal 337 371 277

Shades and tints

Shades of #DFF9BF

#DFF9BF
(223,249,191)
#CBE3AE
(203,227,174)
#B7CD9D
(183,205,157)
#A3B78C
(163,183,140)
#8FA17B
(143,161,123)
#7B8B6A
(123,139,106)
#677559
(103,117,89)
#535F48
(83,95,72)
#3F4937
(63,73,55)
#2B3326
(43,51,38)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFF9BF

#DFF9BF
(223,249,191)
#E1F9C4
(225,249,196)
#E3F9C9
(227,249,201)
#E5F9CE
(229,249,206)
#E7F9D3
(231,249,211)
#E9F9D8
(233,249,216)
#EBF9DD
(235,249,221)
#EDF9E2
(237,249,226)
#EFF9E7
(239,249,231)
#F1F9EC
(241,249,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF9BF color. Also use rgb(223,249,191) instead hex code.

Text Font Color

.myTextColor { color: #DFF9BF; }

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

This text font color is #DFF9BF.

Background Color

.myBgColor { background-color: #DFF9BF; }

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

This div background color is #DFF9BF.

Border color

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

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

This div border color is #DFF9BF.

Opacity

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

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

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

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

This text has shadow with #DFF9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF9BF.

Preview

Color preview on black background

This text has color #DFF9BF on black background.


Color preview on white background

This text has color #DFF9BF on white background.


Black color preview on #DFF9BF background

This text has black color on #DFF9BF background.


White color preview on #DFF9BF background

This text has white color on #DFF9BF background.


Related colors

Complementary color

Complementary color for #hex is #200640.


I love getcolorcode.com

Triadic colors

1 #BFDFF9 and #F9BFDF with #DFF9BF are triadic colors.

2 #BFF9DF and #F9DFBF with #DFF9BF are triadic colors.