COLOR #DBAEC1

HEX: #DBAEC1 RGB: (219,174,193)

Color info

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

RGB color model

#DBAEC1 color RGB value is (219,174,193).

RGB: (219,174,193) (86%, 68%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 193 of 255 = 76%

219
174
193

R + G + B ~ 77%. #DBAEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 193 = 586 (100%)
R 219 of 586 ~ 37.37%
G 174 of 586 ~ 29.69%
B 193 of 586 ~ 32.94'%

%37.37
%29.69
%32.94

CMYK color model

#DBAEC1 color CMYK value is (0,21,12,14).

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

CMYK: (0,21,12,14)
C0M21Y12K14 (0%, 21%, 12%, 14%)
(0.00 / 0.21 / 0.12 / 0.14)

CMYK percentages

%0
%20.55
%11.87
%14.12

Codes

Color #DBAEC1 in popluar color models

DB AE C1
RGB 219 174 193
HSL 335° 38.46% 77.06%
HSB/HSV 335° 20.55% 85.88%
CMYK 0.00% 20.55% 11.87%
14.12%

Color #DBAEC1 in popluar number systems.

HEX DB AE C1
Decimal 219 174 193
Binary 11011011 10101110 11000001
Octal 333 256 301

Shades and tints

Shades of #DBAEC1

#DBAEC1
(219,174,193)
#C89FB0
(200,159,176)
#B5909F
(181,144,159)
#A2818E
(162,129,142)
#8F727D
(143,114,125)
#7C636C
(124,99,108)
#69545B
(105,84,91)
#56454A
(86,69,74)
#433639
(67,54,57)
#302728
(48,39,40)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBAEC1

#DBAEC1
(219,174,193)
#DEB5C6
(222,181,198)
#E1BCCB
(225,188,203)
#E4C3D0
(228,195,208)
#E7CAD5
(231,202,213)
#EAD1DA
(234,209,218)
#EDD8DF
(237,216,223)
#F0DFE4
(240,223,228)
#F3E6E9
(243,230,233)
#F6EDEE
(246,237,238)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAEC1; }

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

This text font color is #DBAEC1.

Background Color

.myBgColor { background-color: #DBAEC1; }

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

This div background color is #DBAEC1.

Border color

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

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

This div border color is #DBAEC1.

Opacity

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

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

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

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

This text has shadow with #DBAEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAEC1.

Preview

Color preview on black background

This text has color #DBAEC1 on black background.


Color preview on white background

This text has color #DBAEC1 on white background.


Black color preview on #DBAEC1 background

This text has black color on #DBAEC1 background.


White color preview on #DBAEC1 background

This text has white color on #DBAEC1 background.


Related colors

Complementary color

Complementary color for #hex is #24513E.


I love getcolorcode.com

Triadic colors

1 #C1DBAE and #AEC1DB with #DBAEC1 are triadic colors.

2 #C1AEDB and #AEDBC1 with #DBAEC1 are triadic colors.