COLOR #DBE3BB

HEX: #DBE3BB RGB: (219,227,187)

Color info

#DBE3BB contains red, green and blue colors in about the same proportion. Web safe color of #DBE3BB is #CCCCCC (or #CCC).

RGB color model

#DBE3BB color RGB value is (219,227,187).

RGB: (219,227,187) (86%, 89%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 187 of 255 = 73%

219
227
187

R + G + B ~ 83%. #DBE3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 187 = 633 (100%)
R 219 of 633 ~ 34.6%
G 227 of 633 ~ 35.86%
B 187 of 633 ~ 29.54'%

%34.6
%35.86
%29.54

CMYK color model

#DBE3BB color CMYK value is (4,0,18,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%

CMYK: (4,0,18,11)
C4M0Y18K11 (4%, 0%, 18%, 11%)
(0.04 / 0.00 / 0.18 / 0.11)

CMYK percentages

%3.52
%0
%17.62
%10.98

Codes

Color #DBE3BB in popluar color models

DB E3 BB
RGB 219 227 187
HSL 72° 41.67% 81.18%
HSB/HSV 72° 17.62% 89.02%
CMYK 3.52% 0.00% 17.62%
10.98%

Color #DBE3BB in popluar number systems.

HEX DB E3 BB
Decimal 219 227 187
Binary 11011011 11100011 10111011
Octal 333 343 273

Shades and tints

Shades of #DBE3BB

#DBE3BB
(219,227,187)
#C8CFAA
(200,207,170)
#B5BB99
(181,187,153)
#A2A788
(162,167,136)
#8F9377
(143,147,119)
#7C7F66
(124,127,102)
#696B55
(105,107,85)
#565744
(86,87,68)
#434333
(67,67,51)
#302F22
(48,47,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #DBE3BB

#DBE3BB
(219,227,187)
#DEE5C1
(222,229,193)
#E1E7C7
(225,231,199)
#E4E9CD
(228,233,205)
#E7EBD3
(231,235,211)
#EAEDD9
(234,237,217)
#EDEFDF
(237,239,223)
#F0F1E5
(240,241,229)
#F3F3EB
(243,243,235)
#F6F5F1
(246,245,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3BB; }

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

This text font color is #DBE3BB.

Background Color

.myBgColor { background-color: #DBE3BB; }

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

This div background color is #DBE3BB.

Border color

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

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

This div border color is #DBE3BB.

Opacity

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

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

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

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

This text has shadow with #DBE3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE3BB.

Preview

Color preview on black background

This text has color #DBE3BB on black background.


Color preview on white background

This text has color #DBE3BB on white background.


Black color preview on #DBE3BB background

This text has black color on #DBE3BB background.


White color preview on #DBE3BB background

This text has white color on #DBE3BB background.


Related colors

Complementary color

Complementary color for #hex is #241C44.


I love getcolorcode.com

Triadic colors

1 #BBDBE3 and #E3BBDB with #DBE3BB are triadic colors.

2 #BBE3DB and #E3DBBB with #DBE3BB are triadic colors.