COLOR #DEF3BE

HEX: #DEF3BE
RGB: (222,243,190)

Color info

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

RGB color model

#DEF3BE color RGB value is (222,243,190).

  • red value is 222;
  • green value is 243;
  • blue value is 190.
RGB: (222,243,190) (87%,95%,75%)

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 190 of 255 = 75%

222
243
190

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

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 190 = 655 (100%)
R 222 of 655 ~ 33.89%
G 243 of 655 ~ 37.1%
B 190 of 655 ~ 29.01%

%33.89
%37.1
%29.01

CMYK color model

#DEF3BE color CMYK value is (9,0,22,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 4.71%
CMYK: (9,0,22,5) C9M0Y22K5 (9%,0%,22%,5%) (0.09/0.00/0.22/0.05)

CMYK percentages

%8.64
%0
%21.81
%4.71

Codes

Color #DEF3BE in popluar color models

DEF3BE
RGB222243190
HSL84°68.83%84.90%
HSB/HSV84°21.81%95.29%
CMYK8.64%0.00%21.81%
4.71%

Color #DEF3BE in popluar number systems.

HEXDEF3BE
Decimal222243190
Binary110111101111001110111110
Octal336363276

Shades and tints

Shades of #DEF3BE

#DEF3BE
(222,243,190)
#CADDAD
(202,221,173)
#B6C79C
(182,199,156)
#A2B18B
(162,177,139)
#8E9B7A
(142,155,122)
#7A8569
(122,133,105)
#666F58
(102,111,88)
#525947
(82,89,71)
#3E4336
(62,67,54)
#2A2D25
(42,45,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #DEF3BE

#DEF3BE
(222,243,190)
#E1F4C3
(225,244,195)
#E4F5C8
(228,245,200)
#E7F6CD
(231,246,205)
#EAF7D2
(234,247,210)
#EDF8D7
(237,248,215)
#F0F9DC
(240,249,220)
#F3FAE1
(243,250,225)
#F6FBE6
(246,251,230)
#F9FCEB
(249,252,235)
#FCFDF0
(252,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF3BE color. Also use rgb(222,243,190) instead hex code.

Text Font Color

.myTextColor { color: #DEF3BE; }

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

This text font color is #DEF3BE.


Background Color

.myBgColor { background-color: #DEF3BE; }

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

This div background color is #DEF3BE.


Border color

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

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

This div border color is #DEF3BE.


Opacity

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

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

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

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

This text has shadow with #DEF3BE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #DEF3BE; -webkit-box-shadow:	1px 1px 3px 2px #DEF3BE; box-shadow:	1px 1px 3px 2px #DEF3BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DEF3BE; -webkit-box-shadow: 1px 1px 3px 2px #DEF3BE; box-shadow:1px 1px 3px 2px #DEF3BE;">
Div content here</div>
This div box has shadow with color #DEF3BE.

Preview

Color preview on black background

This text has color #DEF3BE on black background.


Color preview on white background

This text has color #DEF3BE on white background.



Black color preview on #DEF3BE background

This text has black color on #DEF3BE background.


White color preview on #DEF3BE background

This text has white color on #DEF3BE background.