COLOR #DBCE9B

HEX: #DBCE9B RGB: (219,206,155)

Color info

#DBCE9B contains mainly red and green colors. Web safe color of #DBCE9B is #CCCC99 (or #CC9).

RGB color model

#DBCE9B color RGB value is (219,206,155).

RGB: (219,206,155) (86%, 81%, 61%)

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 155 of 255 = 61%

219
206
155

R + G + B ~ 76%. #DBCE9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 206 + 155 = 580 (100%)
R 219 of 580 ~ 37.76%
G 206 of 580 ~ 35.52%
B 155 of 580 ~ 26.72'%

%37.76
%35.52
%26.72

CMYK color model

#DBCE9B color CMYK value is (0,6,29,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 29.22%
  • key color value is 14.12%

CMYK: (0,6,29,14)
C0M6Y29K14 (0%, 6%, 29%, 14%)
(0.00 / 0.06 / 0.29 / 0.14)

CMYK percentages

%0
%5.94
%29.22
%14.12

Codes

Color #DBCE9B in popluar color models

DB CE 9B
RGB 219 206 155
HSL 48° 47.06% 73.33%
HSB/HSV 48° 29.22% 85.88%
CMYK 0.00% 5.94% 29.22%
14.12%

Color #DBCE9B in popluar number systems.

HEX DB CE 9B
Decimal 219 206 155
Binary 11011011 11001110 10011011
Octal 333 316 233

Shades and tints

Shades of #DBCE9B

#DBCE9B
(219,206,155)
#C8BC8D
(200,188,141)
#B5AA7F
(181,170,127)
#A29871
(162,152,113)
#8F8663
(143,134,99)
#7C7455
(124,116,85)
#696247
(105,98,71)
#565039
(86,80,57)
#433E2B
(67,62,43)
#302C1D
(48,44,29)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #DBCE9B

#DBCE9B
(219,206,155)
#DED2A4
(222,210,164)
#E1D6AD
(225,214,173)
#E4DAB6
(228,218,182)
#E7DEBF
(231,222,191)
#EAE2C8
(234,226,200)
#EDE6D1
(237,230,209)
#F0EADA
(240,234,218)
#F3EEE3
(243,238,227)
#F6F2EC
(246,242,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCE9B color. Also use rgb(219,206,155) instead hex code.

Text Font Color

.myTextColor { color: #DBCE9B; }

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

This text font color is #DBCE9B.

Background Color

.myBgColor { background-color: #DBCE9B; }

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

This div background color is #DBCE9B.

Border color

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

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

This div border color is #DBCE9B.

Opacity

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

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

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

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

This text has shadow with #DBCE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCE9B.

Preview

Color preview on black background

This text has color #DBCE9B on black background.


Color preview on white background

This text has color #DBCE9B on white background.


Black color preview on #DBCE9B background

This text has black color on #DBCE9B background.


White color preview on #DBCE9B background

This text has white color on #DBCE9B background.


Related colors

Complementary color

Complementary color for #hex is #243164.


I love getcolorcode.com

Triadic colors

1 #9BDBCE and #CE9BDB with #DBCE9B are triadic colors.

2 #9BCEDB and #CEDB9B with #DBCE9B are triadic colors.