COLOR #DEFBE7

HEX: #DEFBE7 RGB: (222,251,231)

Color info

#DEFBE7 contains red, green and blue colors in about the same proportion. Web safe color of #DEFBE7 is #CCFFFF (or #CFF).

RGB color model

#DEFBE7 color RGB value is (222,251,231).

RGB: (222,251,231) (87%, 98%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 251 of 255 = 98%
B 231 of 255 = 91%

222
251
231

R + G + B ~ 92%. #DEFBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 251 + 231 = 704 (100%)
R 222 of 704 ~ 31.53%
G 251 of 704 ~ 35.65%
B 231 of 704 ~ 32.81'%

%31.53
%35.65
%32.81

CMYK color model

#DEFBE7 color CMYK value is (12,0,8,2).

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%

CMYK: (12,0,8,2)
C12M0Y8K2 (12%, 0%, 8%, 2%)
(0.12 / 0.00 / 0.08 / 0.02)

CMYK percentages

%11.55
%0
%7.97
%1.57

Codes

Color #DEFBE7 in popluar color models

DE FB E7
RGB 222 251 231
HSL 139° 78.38% 92.75%
HSB/HSV 139° 11.55% 98.43%
CMYK 11.55% 0.00% 7.97%
1.57%

Color #DEFBE7 in popluar number systems.

HEX DE FB E7
Decimal 222 251 231
Binary 11011110 11111011 11100111
Octal 336 373 347

Shades and tints

Shades of #DEFBE7

#DEFBE7
(222,251,231)
#CAE5D2
(202,229,210)
#B6CFBD
(182,207,189)
#A2B9A8
(162,185,168)
#8EA393
(142,163,147)
#7A8D7E
(122,141,126)
#667769
(102,119,105)
#526154
(82,97,84)
#3E4B3F
(62,75,63)
#2A352A
(42,53,42)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #DEFBE7

#DEFBE7
(222,251,231)
#E1FBE9
(225,251,233)
#E4FBEB
(228,251,235)
#E7FBED
(231,251,237)
#EAFBEF
(234,251,239)
#EDFBF1
(237,251,241)
#F0FBF3
(240,251,243)
#F3FBF5
(243,251,245)
#F6FBF7
(246,251,247)
#F9FBF9
(249,251,249)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFBE7 color. Also use rgb(222,251,231) instead hex code.

Text Font Color

.myTextColor { color: #DEFBE7; }

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

This text font color is #DEFBE7.

Background Color

.myBgColor { background-color: #DEFBE7; }

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

This div background color is #DEFBE7.

Border color

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

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

This div border color is #DEFBE7.

Opacity

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

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

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

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

This text has shadow with #DEFBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFBE7.

Preview

Color preview on black background

This text has color #DEFBE7 on black background.


Color preview on white background

This text has color #DEFBE7 on white background.


Black color preview on #DEFBE7 background

This text has black color on #DEFBE7 background.


White color preview on #DEFBE7 background

This text has white color on #DEFBE7 background.


Related colors

Complementary color

Complementary color for #hex is #210418.


I love getcolorcode.com

Triadic colors

1 #E7DEFB and #FBE7DE with #DEFBE7 are triadic colors.

2 #E7FBDE and #FBDEE7 with #DEFBE7 are triadic colors.