COLOR #DBAEBF

HEX: #DBAEBF RGB: (219,174,191)

Color info

#DBAEBF contains red, green and blue colors in about the same proportion. Web safe color of #DBAEBF is #CC99CC (or #C9C).

RGB color model

#DBAEBF color RGB value is (219,174,191).

RGB: (219,174,191) (86%, 68%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 191 of 255 = 75%

219
174
191

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

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 191 = 584 (100%)
R 219 of 584 ~ 37.5%
G 174 of 584 ~ 29.79%
B 191 of 584 ~ 32.71'%

%37.5
%29.79
%32.71

CMYK color model

#DBAEBF color CMYK value is (0,21,13,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 12.79%
  • key color value is 14.12%

CMYK: (0,21,13,14)
C0M21Y13K14 (0%, 21%, 13%, 14%)
(0.00 / 0.21 / 0.13 / 0.14)

CMYK percentages

%0
%20.55
%12.79
%14.12

Codes

Color #DBAEBF in popluar color models

DB AE BF
RGB 219 174 191
HSL 337° 38.46% 77.06%
HSB/HSV 337° 20.55% 85.88%
CMYK 0.00% 20.55% 12.79%
14.12%

Color #DBAEBF in popluar number systems.

HEX DB AE BF
Decimal 219 174 191
Binary 11011011 10101110 10111111
Octal 333 256 277

Shades and tints

Shades of #DBAEBF

#DBAEBF
(219,174,191)
#C89FAE
(200,159,174)
#B5909D
(181,144,157)
#A2818C
(162,129,140)
#8F727B
(143,114,123)
#7C636A
(124,99,106)
#695459
(105,84,89)
#564548
(86,69,72)
#433637
(67,54,55)
#302726
(48,39,38)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBAEBF

#DBAEBF
(219,174,191)
#DEB5C4
(222,181,196)
#E1BCC9
(225,188,201)
#E4C3CE
(228,195,206)
#E7CAD3
(231,202,211)
#EAD1D8
(234,209,216)
#EDD8DD
(237,216,221)
#F0DFE2
(240,223,226)
#F3E6E7
(243,230,231)
#F6EDEC
(246,237,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAEBF color. Also use rgb(219,174,191) instead hex code.

Text Font Color

.myTextColor { color: #DBAEBF; }

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

This text font color is #DBAEBF.

Background Color

.myBgColor { background-color: #DBAEBF; }

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

This div background color is #DBAEBF.

Border color

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

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

This div border color is #DBAEBF.

Opacity

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

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

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

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

This text has shadow with #DBAEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAEBF.

Preview

Color preview on black background

This text has color #DBAEBF on black background.


Color preview on white background

This text has color #DBAEBF on white background.


Black color preview on #DBAEBF background

This text has black color on #DBAEBF background.


White color preview on #DBAEBF background

This text has white color on #DBAEBF background.


Related colors

Complementary color

Complementary color for #hex is #245140.


I love getcolorcode.com

Triadic colors

1 #BFDBAE and #AEBFDB with #DBAEBF are triadic colors.

2 #BFAEDB and #AEDBBF with #DBAEBF are triadic colors.