COLOR #DEF6B7

HEX: #DEF6B7 RGB: (222,246,183)

Color info

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

RGB color model

#DEF6B7 color RGB value is (222,246,183).

RGB: (222,246,183) (87%, 96%, 72%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 183 of 255 = 72%

222
246
183

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

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 183 = 651 (100%)
R 222 of 651 ~ 34.1%
G 246 of 651 ~ 37.79%
B 183 of 651 ~ 28.11'%

%34.1
%37.79
%28.11

CMYK color model

#DEF6B7 color CMYK value is (10,0,26,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 3.53%

CMYK: (10,0,26,4)
C10M0Y26K4 (10%, 0%, 26%, 4%)
(0.10 / 0.00 / 0.26 / 0.04)

CMYK percentages

%9.76
%0
%25.61
%3.53

Codes

Color #DEF6B7 in popluar color models

DE F6 B7
RGB 222 246 183
HSL 83° 77.78% 84.12%
HSB/HSV 83° 25.61% 96.47%
CMYK 9.76% 0.00% 25.61%
3.53%

Color #DEF6B7 in popluar number systems.

HEX DE F6 B7
Decimal 222 246 183
Binary 11011110 11110110 10110111
Octal 336 366 267

Shades and tints

Shades of #DEF6B7

#DEF6B7
(222,246,183)
#CAE0A7
(202,224,167)
#B6CA97
(182,202,151)
#A2B487
(162,180,135)
#8E9E77
(142,158,119)
#7A8867
(122,136,103)
#667257
(102,114,87)
#525C47
(82,92,71)
#3E4637
(62,70,55)
#2A3027
(42,48,39)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #DEF6B7

#DEF6B7
(222,246,183)
#E1F6BD
(225,246,189)
#E4F6C3
(228,246,195)
#E7F6C9
(231,246,201)
#EAF6CF
(234,246,207)
#EDF6D5
(237,246,213)
#F0F6DB
(240,246,219)
#F3F6E1
(243,246,225)
#F6F6E7
(246,246,231)
#F9F6ED
(249,246,237)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF6B7 color. Also use rgb(222,246,183) instead hex code.

Text Font Color

.myTextColor { color: #DEF6B7; }

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

This text font color is #DEF6B7.

Background Color

.myBgColor { background-color: #DEF6B7; }

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

This div background color is #DEF6B7.

Border color

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

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

This div border color is #DEF6B7.

Opacity

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

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

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

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

This text has shadow with #DEF6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6B7.

Preview

Color preview on black background

This text has color #DEF6B7 on black background.


Color preview on white background

This text has color #DEF6B7 on white background.


Black color preview on #DEF6B7 background

This text has black color on #DEF6B7 background.


White color preview on #DEF6B7 background

This text has white color on #DEF6B7 background.


Related colors

Complementary color

Complementary color for #hex is #210948.


I love getcolorcode.com

Triadic colors

1 #B7DEF6 and #F6B7DE with #DEF6B7 are triadic colors.

2 #B7F6DE and #F6DEB7 with #DEF6B7 are triadic colors.