COLOR #DBE3B3

HEX: #DBE3B3
RGB: (219,227,179)

Color info

#DBE3B3 contains red, green and blue colors in about the same proportion. Web safe color of #DBE3B3 is #CCCC99 (or #CC9).

RGB color model

#DBE3B3 color RGB value is (219,227,179).

  • red value is 219;
  • green value is 227;
  • blue value is 179.
RGB:
(219,227,179)
(86%,89%,70%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 179 of 255 = 70%

219
227
179

R + G + B ~ 82%. #DBE3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 179 = 625 (100%)
R 219 of 625 ~ 35.04%
G 227 of 625 ~ 36.32%
B 179 of 625 ~ 28.64%

%35.04
%36.32
%28.64

CMYK color model

#DBE3B3 color CMYK value is (4,0,21,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 10.98%
CMYK:
(4,0,21,11)
C4M0Y21K11 
(4%,0%,21%,11%)
(0.04/0.00/0.21/0.11)	

CMYK percentages

%3.52
%0
%21.15
%10.98

Codes

Color #DBE3B3 in popluar color models

DBE3B3
RGB219227179
HSL70°46.15%79.61%
HSB/HSV70°21.15%89.02%
CMYK3.52%0.00%21.15%
10.98%

Color #DBE3B3 in popluar number systems.

HEXDBE3B3
Decimal219227179
Binary110110111110001110110011
Octal333343263

Shades and tints

Shades of #DBE3B3

#DBE3B3
(219,227,179)
#C8CFA3
(200,207,163)
#B5BB93
(181,187,147)
#A2A783
(162,167,131)
#8F9373
(143,147,115)
#7C7F63
(124,127,99)
#696B53
(105,107,83)
#565743
(86,87,67)
#434333
(67,67,51)
#302F23
(48,47,35)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #DBE3B3

#DBE3B3
(219,227,179)
#DEE5B9
(222,229,185)
#E1E7BF
(225,231,191)
#E4E9C5
(228,233,197)
#E7EBCB
(231,235,203)
#EAEDD1
(234,237,209)
#EDEFD7
(237,239,215)
#F0F1DD
(240,241,221)
#F3F3E3
(243,243,227)
#F6F5E9
(246,245,233)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3B3; }

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

This text font color is #DBE3B3.


Background Color

.myBgColor { background-color: #DBE3B3; }

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

This div background color is #DBE3B3.


Border color

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

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

This div border color is #DBE3B3.


Opacity

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

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

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

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

This text has shadow with #DBE3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3B3 on black background.


Color preview on white background

This text has color #DBE3B3 on white background.



Black color preview on #DBE3B3 background

This text has black color on #DBE3B3 background.


White color preview on #DBE3B3 background

This text has white color on #DBE3B3 background.