COLOR #DBBEA7

HEX: #DBBEA7 RGB: (219,190,167)

Color info

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

RGB color model

#DBBEA7 color RGB value is (219,190,167).

RGB: (219,190,167) (86%, 75%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 167 of 255 = 65%

219
190
167

R + G + B ~ 75%. #DBBEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 167 = 576 (100%)
R 219 of 576 ~ 38.02%
G 190 of 576 ~ 32.99%
B 167 of 576 ~ 28.99'%

%38.02
%32.99
%28.99

CMYK color model

#DBBEA7 color CMYK value is (0,13,24,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 23.74%
  • key color value is 14.12%

CMYK: (0,13,24,14)
C0M13Y24K14 (0%, 13%, 24%, 14%)
(0.00 / 0.13 / 0.24 / 0.14)

CMYK percentages

%0
%13.24
%23.74
%14.12

Codes

Color #DBBEA7 in popluar color models

DB BE A7
RGB 219 190 167
HSL 27° 41.94% 75.69%
HSB/HSV 27° 23.74% 85.88%
CMYK 0.00% 13.24% 23.74%
14.12%

Color #DBBEA7 in popluar number systems.

HEX DB BE A7
Decimal 219 190 167
Binary 11011011 10111110 10100111
Octal 333 276 247

Shades and tints

Shades of #DBBEA7

#DBBEA7
(219,190,167)
#C8AD98
(200,173,152)
#B59C89
(181,156,137)
#A28B7A
(162,139,122)
#8F7A6B
(143,122,107)
#7C695C
(124,105,92)
#69584D
(105,88,77)
#56473E
(86,71,62)
#43362F
(67,54,47)
#302520
(48,37,32)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #DBBEA7

#DBBEA7
(219,190,167)
#DEC3AF
(222,195,175)
#E1C8B7
(225,200,183)
#E4CDBF
(228,205,191)
#E7D2C7
(231,210,199)
#EAD7CF
(234,215,207)
#EDDCD7
(237,220,215)
#F0E1DF
(240,225,223)
#F3E6E7
(243,230,231)
#F6EBEF
(246,235,239)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBEA7 color. Also use rgb(219,190,167) instead hex code.

Text Font Color

.myTextColor { color: #DBBEA7; }

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

This text font color is #DBBEA7.

Background Color

.myBgColor { background-color: #DBBEA7; }

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

This div background color is #DBBEA7.

Border color

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

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

This div border color is #DBBEA7.

Opacity

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

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

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

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

This text has shadow with #DBBEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBEA7.

Preview

Color preview on black background

This text has color #DBBEA7 on black background.


Color preview on white background

This text has color #DBBEA7 on white background.


Black color preview on #DBBEA7 background

This text has black color on #DBBEA7 background.


White color preview on #DBBEA7 background

This text has white color on #DBBEA7 background.


Related colors

Complementary color

Complementary color for #hex is #244158.


I love getcolorcode.com

Triadic colors

1 #A7DBBE and #BEA7DB with #DBBEA7 are triadic colors.

2 #A7BEDB and #BEDBA7 with #DBBEA7 are triadic colors.