COLOR #DBEBE3

HEX: #DBEBE3 RGB: (219,235,227)

Color info

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

RGB color model

#DBEBE3 color RGB value is (219,235,227).

RGB: (219,235,227) (86%, 92%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 227 of 255 = 89%

219
235
227

R + G + B ~ 89%. #DBEBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 227 = 681 (100%)
R 219 of 681 ~ 32.16%
G 235 of 681 ~ 34.51%
B 227 of 681 ~ 33.33'%

%32.16
%34.51
%33.33

CMYK color model

#DBEBE3 color CMYK value is (7,0,3,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%

CMYK: (7,0,3,8)
C7M0Y3K8 (7%, 0%, 3%, 8%)
(0.07 / 0.00 / 0.03 / 0.08)

CMYK percentages

%6.81
%0
%3.4
%7.84

Codes

Color #DBEBE3 in popluar color models

DB EB E3
RGB 219 235 227
HSL 150° 28.57% 89.02%
HSB/HSV 150° 6.81% 92.16%
CMYK 6.81% 0.00% 3.40%
7.84%

Color #DBEBE3 in popluar number systems.

HEX DB EB E3
Decimal 219 235 227
Binary 11011011 11101011 11100011
Octal 333 353 343

Shades and tints

Shades of #DBEBE3

#DBEBE3
(219,235,227)
#C8D6CF
(200,214,207)
#B5C1BB
(181,193,187)
#A2ACA7
(162,172,167)
#8F9793
(143,151,147)
#7C827F
(124,130,127)
#696D6B
(105,109,107)
#565857
(86,88,87)
#434343
(67,67,67)
#302E2F
(48,46,47)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBEBE3

#DBEBE3
(219,235,227)
#DEECE5
(222,236,229)
#E1EDE7
(225,237,231)
#E4EEE9
(228,238,233)
#E7EFEB
(231,239,235)
#EAF0ED
(234,240,237)
#EDF1EF
(237,241,239)
#F0F2F1
(240,242,241)
#F3F3F3
(243,243,243)
#F6F4F5
(246,244,245)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBE3; }

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

This text font color is #DBEBE3.

Background Color

.myBgColor { background-color: #DBEBE3; }

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

This div background color is #DBEBE3.

Border color

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

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

This div border color is #DBEBE3.

Opacity

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

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

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

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

This text has shadow with #DBEBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBE3.

Preview

Color preview on black background

This text has color #DBEBE3 on black background.


Color preview on white background

This text has color #DBEBE3 on white background.


Black color preview on #DBEBE3 background

This text has black color on #DBEBE3 background.


White color preview on #DBEBE3 background

This text has white color on #DBEBE3 background.


Related colors

Complementary color

Complementary color for #hex is #24141C.


I love getcolorcode.com

Triadic colors

1 #E3DBEB and #EBE3DB with #DBEBE3 are triadic colors.

2 #E3EBDB and #EBDBE3 with #DBEBE3 are triadic colors.