COLOR #DEF3FA

HEX: #DEF3FA
RGB: (222,243,250)

Color info

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

RGB color model

#DEF3FA color RGB value is (222,243,250).

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

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 250 of 255 = 98%

222
243
250

R + G + B ~ 93%. #DEF3FA is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 250 = 715 (100%)
R 222 of 715 ~ 31.05%
G 243 of 715 ~ 33.99%
B 250 of 715 ~ 34.97%

%31.05
%33.99
%34.97

CMYK color model

#DEF3FA color CMYK value is (11,3,0,2).

  • cyan value is 11.20%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,3,0,2)
C11M3Y0K2 
(11%,3%,0%,2%)
(0.11/0.03/0.00/0.02)	

CMYK percentages

%11.2
%2.8
%0
%1.96

Codes

Color #DEF3FA in popluar color models

DEF3FA
RGB222243250
HSL195°73.68%92.55%
HSB/HSV195°11.20%98.04%
CMYK11.20%2.80%0.00%
1.96%

Color #DEF3FA in popluar number systems.

HEXDEF3FA
Decimal222243250
Binary110111101111001111111010
Octal336363372

Shades and tints

Shades of #DEF3FA

#DEF3FA
(222,243,250)
#CADDE4
(202,221,228)
#B6C7CE
(182,199,206)
#A2B1B8
(162,177,184)
#8E9BA2
(142,155,162)
#7A858C
(122,133,140)
#666F76
(102,111,118)
#525960
(82,89,96)
#3E434A
(62,67,74)
#2A2D34
(42,45,52)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #DEF3FA

#DEF3FA
(222,243,250)
#E1F4FA
(225,244,250)
#E4F5FA
(228,245,250)
#E7F6FA
(231,246,250)
#EAF7FA
(234,247,250)
#EDF8FA
(237,248,250)
#F0F9FA
(240,249,250)
#F3FAFA
(243,250,250)
#F6FBFA
(246,251,250)
#F9FCFA
(249,252,250)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3FA; }

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

This text font color is #DEF3FA.


Background Color

.myBgColor { background-color: #DEF3FA; }

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

This div background color is #DEF3FA.


Border color

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

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

This div border color is #DEF3FA.


Opacity

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

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

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

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

This text has shadow with #DEF3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3FA on black background.


Color preview on white background

This text has color #DEF3FA on white background.



Black color preview on #DEF3FA background

This text has black color on #DEF3FA background.


White color preview on #DEF3FA background

This text has white color on #DEF3FA background.