COLOR #DEF9BC

HEX: #DEF9BC RGB: (222,249,188)

Color info

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

RGB color model

#DEF9BC color RGB value is (222,249,188).

RGB: (222,249,188) (87%, 98%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 188 of 255 = 74%

222
249
188

R + G + B ~ 86%. #DEF9BC is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 249 + 188 = 659 (100%)
R 222 of 659 ~ 33.69%
G 249 of 659 ~ 37.78%
B 188 of 659 ~ 28.53'%

%33.69
%37.78
%28.53

CMYK color model

#DEF9BC color CMYK value is (11,0,24,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 2.35%

CMYK: (11,0,24,2)
C11M0Y24K2 (11%, 0%, 24%, 2%)
(0.11 / 0.00 / 0.24 / 0.02)

CMYK percentages

%10.84
%0
%24.5
%2.35

Codes

Color #DEF9BC in popluar color models

DE F9 BC
RGB 222 249 188
HSL 87° 83.56% 85.69%
HSB/HSV 87° 24.50% 97.65%
CMYK 10.84% 0.00% 24.50%
2.35%

Color #DEF9BC in popluar number systems.

HEX DE F9 BC
Decimal 222 249 188
Binary 11011110 11111001 10111100
Octal 336 371 274

Shades and tints

Shades of #DEF9BC

#DEF9BC
(222,249,188)
#CAE3AB
(202,227,171)
#B6CD9A
(182,205,154)
#A2B789
(162,183,137)
#8EA178
(142,161,120)
#7A8B67
(122,139,103)
#667556
(102,117,86)
#525F45
(82,95,69)
#3E4934
(62,73,52)
#2A3323
(42,51,35)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #DEF9BC

#DEF9BC
(222,249,188)
#E1F9C2
(225,249,194)
#E4F9C8
(228,249,200)
#E7F9CE
(231,249,206)
#EAF9D4
(234,249,212)
#EDF9DA
(237,249,218)
#F0F9E0
(240,249,224)
#F3F9E6
(243,249,230)
#F6F9EC
(246,249,236)
#F9F9F2
(249,249,242)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF9BC color. Also use rgb(222,249,188) instead hex code.

Text Font Color

.myTextColor { color: #DEF9BC; }

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

This text font color is #DEF9BC.

Background Color

.myBgColor { background-color: #DEF9BC; }

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

This div background color is #DEF9BC.

Border color

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

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

This div border color is #DEF9BC.

Opacity

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

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

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

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

This text has shadow with #DEF9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF9BC.

Preview

Color preview on black background

This text has color #DEF9BC on black background.


Color preview on white background

This text has color #DEF9BC on white background.


Black color preview on #DEF9BC background

This text has black color on #DEF9BC background.


White color preview on #DEF9BC background

This text has white color on #DEF9BC background.


Related colors

Complementary color

Complementary color for #hex is #210643.


I love getcolorcode.com

Triadic colors

1 #BCDEF9 and #F9BCDE with #DEF9BC are triadic colors.

2 #BCF9DE and #F9DEBC with #DEF9BC are triadic colors.