COLOR #DEF6B5

HEX: #DEF6B5 RGB: (222,246,181)

Color info

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

RGB color model

#DEF6B5 color RGB value is (222,246,181).

RGB: (222,246,181) (87%, 96%, 71%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 181 of 255 = 71%

222
246
181

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

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 181 = 649 (100%)
R 222 of 649 ~ 34.21%
G 246 of 649 ~ 37.9%
B 181 of 649 ~ 27.89'%

%34.21
%37.9
%27.89

CMYK color model

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

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • 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
%26.42
%3.53

Codes

Color #DEF6B5 in popluar color models

DE F6 B5
RGB 222 246 181
HSL 82° 78.31% 83.73%
HSB/HSV 82° 26.42% 96.47%
CMYK 9.76% 0.00% 26.42%
3.53%

Color #DEF6B5 in popluar number systems.

HEX DE F6 B5
Decimal 222 246 181
Binary 11011110 11110110 10110101
Octal 336 366 265

Shades and tints

Shades of #DEF6B5

#DEF6B5
(222,246,181)
#CAE0A5
(202,224,165)
#B6CA95
(182,202,149)
#A2B485
(162,180,133)
#8E9E75
(142,158,117)
#7A8865
(122,136,101)
#667255
(102,114,85)
#525C45
(82,92,69)
#3E4635
(62,70,53)
#2A3025
(42,48,37)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #DEF6B5

#DEF6B5
(222,246,181)
#E1F6BB
(225,246,187)
#E4F6C1
(228,246,193)
#E7F6C7
(231,246,199)
#EAF6CD
(234,246,205)
#EDF6D3
(237,246,211)
#F0F6D9
(240,246,217)
#F3F6DF
(243,246,223)
#F6F6E5
(246,246,229)
#F9F6EB
(249,246,235)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6B5; }

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

This text font color is #DEF6B5.

Background Color

.myBgColor { background-color: #DEF6B5; }

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

This div background color is #DEF6B5.

Border color

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

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

This div border color is #DEF6B5.

Opacity

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

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

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

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

This text has shadow with #DEF6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6B5.

Preview

Color preview on black background

This text has color #DEF6B5 on black background.


Color preview on white background

This text has color #DEF6B5 on white background.


Black color preview on #DEF6B5 background

This text has black color on #DEF6B5 background.


White color preview on #DEF6B5 background

This text has white color on #DEF6B5 background.


Related colors

Complementary color

Complementary color for #hex is #21094A.


I love getcolorcode.com

Triadic colors

1 #B5DEF6 and #F6B5DE with #DEF6B5 are triadic colors.

2 #B5F6DE and #F6DEB5 with #DEF6B5 are triadic colors.