COLOR #DA829C

HEX: #DA829C
RGB: (218,130,156)

Color info

#DA829C contains mainly red color. Web safe color of #DA829C is #CC9999 (or #C99).

RGB color model

#DA829C color RGB value is (218,130,156).

  • red value is 218;
  • green value is 130;
  • blue value is 156.
RGB:
(218,130,156)
(85%,51%,61%)

RGB channels and saturation

R 218 of 255 = 85%
G 130 of 255 = 51%
B 156 of 255 = 61%

218
130
156

R + G + B ~ 66%. #DA829C is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 130 + 156 = 504 (100%)
R 218 of 504 ~ 43.25%
G 130 of 504 ~ 25.79%
B 156 of 504 ~ 30.95%

%43.25
%25.79
%30.95

CMYK color model

#DA829C color CMYK value is (0,40,28,15).

  • cyan value is 0.00%
  • magenta value is 40.37%
  • yellow value is 28.44%
  • key color value is 14.51%
CMYK:
(0,40,28,15)
C0M40Y28K15 
(0%,40%,28%,15%)
(0.00/0.40/0.28/0.15)	

CMYK percentages

%0
%40.37
%28.44
%14.51

Codes

Color #DA829C in popluar color models

DA829C
RGB218130156
HSL342°54.32%68.24%
HSB/HSV342°40.37%85.49%
CMYK0.00%40.37%28.44%
14.51%

Color #DA829C in popluar number systems.

HEXDA829C
Decimal218130156
Binary110110101000001010011100
Octal332202234

Shades and tints

Shades of #DA829C

#DA829C
(218,130,156)
#C7778E
(199,119,142)
#B46C80
(180,108,128)
#A16172
(161,97,114)
#8E5664
(142,86,100)
#7B4B56
(123,75,86)
#684048
(104,64,72)
#55353A
(85,53,58)
#422A2C
(66,42,44)
#2F1F1E
(47,31,30)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #DA829C

#DA829C
(218,130,156)
#DD8DA5
(221,141,165)
#E098AE
(224,152,174)
#E3A3B7
(227,163,183)
#E6AEC0
(230,174,192)
#E9B9C9
(233,185,201)
#ECC4D2
(236,196,210)
#EFCFDB
(239,207,219)
#F2DAE4
(242,218,228)
#F5E5ED
(245,229,237)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA829C color. Also use rgb(218,130,156) instead hex code.

Text Font Color

.myTextColor { color: #DA829C; }

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

This text font color is #DA829C.


Background Color

.myBgColor { background-color: #DA829C; }

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

This div background color is #DA829C.


Border color

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

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

This div border color is #DA829C.


Opacity

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

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

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

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

This text has shadow with #DA829C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA829C on black background.


Color preview on white background

This text has color #DA829C on white background.



Black color preview on #DA829C background

This text has black color on #DA829C background.


White color preview on #DA829C background

This text has white color on #DA829C background.