COLOR #DEF2BA

HEX: #DEF2BA RGB: (222,242,186)

Color info

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

RGB color model

#DEF2BA color RGB value is (222,242,186).

RGB: (222,242,186) (87%, 95%, 73%)

RGB channels and saturation

R 222 of 255 = 87%
G 242 of 255 = 95%
B 186 of 255 = 73%

222
242
186

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

Portions of RGB colors in percentages

R + G + B = 222 + 242 + 186 = 650 (100%)
R 222 of 650 ~ 34.15%
G 242 of 650 ~ 37.23%
B 186 of 650 ~ 28.62'%

%34.15
%37.23
%28.62

CMYK color model

#DEF2BA color CMYK value is (8,0,23,5).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 5.10%

CMYK: (8,0,23,5)
C8M0Y23K5 (8%, 0%, 23%, 5%)
(0.08 / 0.00 / 0.23 / 0.05)

CMYK percentages

%8.26
%0
%23.14
%5.1

Codes

Color #DEF2BA in popluar color models

DE F2 BA
RGB 222 242 186
HSL 81° 68.29% 83.92%
HSB/HSV 81° 23.14% 94.90%
CMYK 8.26% 0.00% 23.14%
5.10%

Color #DEF2BA in popluar number systems.

HEX DE F2 BA
Decimal 222 242 186
Binary 11011110 11110010 10111010
Octal 336 362 272

Shades and tints

Shades of #DEF2BA

#DEF2BA
(222,242,186)
#CADCAA
(202,220,170)
#B6C69A
(182,198,154)
#A2B08A
(162,176,138)
#8E9A7A
(142,154,122)
#7A846A
(122,132,106)
#666E5A
(102,110,90)
#52584A
(82,88,74)
#3E423A
(62,66,58)
#2A2C2A
(42,44,42)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #DEF2BA

#DEF2BA
(222,242,186)
#E1F3C0
(225,243,192)
#E4F4C6
(228,244,198)
#E7F5CC
(231,245,204)
#EAF6D2
(234,246,210)
#EDF7D8
(237,247,216)
#F0F8DE
(240,248,222)
#F3F9E4
(243,249,228)
#F6FAEA
(246,250,234)
#F9FBF0
(249,251,240)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF2BA color. Also use rgb(222,242,186) instead hex code.

Text Font Color

.myTextColor { color: #DEF2BA; }

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

This text font color is #DEF2BA.

Background Color

.myBgColor { background-color: #DEF2BA; }

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

This div background color is #DEF2BA.

Border color

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

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

This div border color is #DEF2BA.

Opacity

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

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

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

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

This text has shadow with #DEF2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF2BA.

Preview

Color preview on black background

This text has color #DEF2BA on black background.


Color preview on white background

This text has color #DEF2BA on white background.


Black color preview on #DEF2BA background

This text has black color on #DEF2BA background.


White color preview on #DEF2BA background

This text has white color on #DEF2BA background.


Related colors

Complementary color

Complementary color for #hex is #210D45.


I love getcolorcode.com

Triadic colors

1 #BADEF2 and #F2BADE with #DEF2BA are triadic colors.

2 #BAF2DE and #F2DEBA with #DEF2BA are triadic colors.