COLOR #DBEFE3

HEX: #DBEFE3 RGB: (219,239,227)

Color info

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

RGB color model

#DBEFE3 color RGB value is (219,239,227).

RGB: (219,239,227) (86%, 94%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 227 of 255 = 89%

219
239
227

R + G + B ~ 90%. #DBEFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 239 + 227 = 685 (100%)
R 219 of 685 ~ 31.97%
G 239 of 685 ~ 34.89%
B 227 of 685 ~ 33.14'%

%31.97
%34.89
%33.14

CMYK color model

#DBEFE3 color CMYK value is (8,0,5,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK: (8,0,5,6) C8M0Y5K6 (8%,0%,5%,6%) (0.08/0.00/0.05/0.06) 

CMYK percentages

%8.37
%0
%5.02
%6.27

Codes

Color #DBEFE3 in popluar color models

DB EF E3
RGB 219 239 227
HSL 144° 38.46% 89.80%
HSB/HSV 144° 8.37% 93.73%
CMYK 8.37% 0.00% 5.02%
6.27%

Color #DBEFE3 in popluar number systems.

HEX DB EF E3
Decimal 219 239 227
Binary 11011011 11101111 11100011
Octal 333 357 343

Shades and tints

Shades of #DBEFE3

#DBEFE3
(219,239,227)
#C8DACF
(200,218,207)
#B5C5BB
(181,197,187)
#A2B0A7
(162,176,167)
#8F9B93
(143,155,147)
#7C867F
(124,134,127)
#69716B
(105,113,107)
#565C57
(86,92,87)
#434743
(67,71,67)
#30322F
(48,50,47)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #DBEFE3

#DBEFE3
(219,239,227)
#DEF0E5
(222,240,229)
#E1F1E7
(225,241,231)
#E4F2E9
(228,242,233)
#E7F3EB
(231,243,235)
#EAF4ED
(234,244,237)
#EDF5EF
(237,245,239)
#F0F6F1
(240,246,241)
#F3F7F3
(243,247,243)
#F6F8F5
(246,248,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEFE3 color. Also use rgb(219,239,227) instead hex code.

Text Font Color

.myTextColor { color: #DBEFE3; }

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

This text font color is #DBEFE3.

Background Color

.myBgColor { background-color: #DBEFE3; }

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

This div background color is #DBEFE3.

Border color

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

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

This div border color is #DBEFE3.

Opacity

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

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

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

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

This text has shadow with #DBEFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEFE3.

Preview

Color preview on black background

This text has color #DBEFE3 on black background.


Color preview on white background

This text has color #DBEFE3 on white background.


Black color preview on #DBEFE3 background

This text has black color on #DBEFE3 background.


White color preview on #DBEFE3 background

This text has white color on #DBEFE3 background.


Related colors

Complementary color

Complementary color for #hex is #24101C.


I love getcolorcode.com

Triadic colors

1 #E3DBEF and #EFE3DB with #DBEFE3 are triadic colors.

2 #E3EFDB and #EFDBE3 with #DBEFE3 are triadic colors.