COLOR #DEF3CA

HEX: #DEF3CA
RGB: (222,243,202)

Color info

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

RGB color model

#DEF3CA color RGB value is (222,243,202).

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

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 202 of 255 = 79%

222
243
202

R + G + B ~ 87%. #DEF3CA is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 202 = 667 (100%)
R 222 of 667 ~ 33.28%
G 243 of 667 ~ 36.43%
B 202 of 667 ~ 30.28%

%33.28
%36.43
%30.28

CMYK color model

#DEF3CA color CMYK value is (9,0,17,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 4.71%
CMYK:
(9,0,17,5)
C9M0Y17K5 
(9%,0%,17%,5%)
(0.09/0.00/0.17/0.05)	

CMYK percentages

%8.64
%0
%16.87
%4.71

Codes

Color #DEF3CA in popluar color models

DEF3CA
RGB222243202
HSL91°63.08%87.25%
HSB/HSV91°16.87%95.29%
CMYK8.64%0.00%16.87%
4.71%

Color #DEF3CA in popluar number systems.

HEXDEF3CA
Decimal222243202
Binary110111101111001111001010
Octal336363312

Shades and tints

Shades of #DEF3CA

#DEF3CA
(222,243,202)
#CADDB8
(202,221,184)
#B6C7A6
(182,199,166)
#A2B194
(162,177,148)
#8E9B82
(142,155,130)
#7A8570
(122,133,112)
#666F5E
(102,111,94)
#52594C
(82,89,76)
#3E433A
(62,67,58)
#2A2D28
(42,45,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DEF3CA

#DEF3CA
(222,243,202)
#E1F4CE
(225,244,206)
#E4F5D2
(228,245,210)
#E7F6D6
(231,246,214)
#EAF7DA
(234,247,218)
#EDF8DE
(237,248,222)
#F0F9E2
(240,249,226)
#F3FAE6
(243,250,230)
#F6FBEA
(246,251,234)
#F9FCEE
(249,252,238)
#FCFDF2
(252,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3CA; }

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

This text font color is #DEF3CA.


Background Color

.myBgColor { background-color: #DEF3CA; }

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

This div background color is #DEF3CA.


Border color

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

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

This div border color is #DEF3CA.


Opacity

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

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

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

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

This text has shadow with #DEF3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3CA on black background.


Color preview on white background

This text has color #DEF3CA on white background.



Black color preview on #DEF3CA background

This text has black color on #DEF3CA background.


White color preview on #DEF3CA background

This text has white color on #DEF3CA background.