COLOR #DEA6C4

HEX: #DEA6C4
RGB: (222,166,196)

Color info

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

RGB color model

#DEA6C4 color RGB value is (222,166,196).

  • red value is 222;
  • green value is 166;
  • blue value is 196.
RGB: (222,166,196) (87%,65%,77%)

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 196 of 255 = 77%

222
166
196

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

Portions of RGB colors in percentages

R + G + B =
222 + 166 + 196 = 584 (100%)
R 222 of 584 ~ 38.01%
G 166 of 584 ~ 28.42%
B 196 of 584 ~ 33.56%

%38.01
%28.42
%33.56

CMYK color model

#DEA6C4 color CMYK value is (0,25,12,13).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK: (0,25,12,13) C0M25Y12K13 (0%,25%,12%,13%) (0.00/0.25/0.12/0.13)

CMYK percentages

%0
%25.23
%11.71
%12.94

Codes

Color #DEA6C4 in popluar color models

DEA6C4
RGB222166196
HSL328°45.90%76.08%
HSB/HSV328°25.23%87.06%
CMYK0.00%25.23%11.71%
12.94%

Color #DEA6C4 in popluar number systems.

HEXDEA6C4
Decimal222166196
Binary110111101010011011000100
Octal336246304

Shades and tints

Shades of #DEA6C4

#DEA6C4
(222,166,196)
#CA97B3
(202,151,179)
#B688A2
(182,136,162)
#A27991
(162,121,145)
#8E6A80
(142,106,128)
#7A5B6F
(122,91,111)
#664C5E
(102,76,94)
#523D4D
(82,61,77)
#3E2E3C
(62,46,60)
#2A1F2B
(42,31,43)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #DEA6C4

#DEA6C4
(222,166,196)
#E1AEC9
(225,174,201)
#E4B6CE
(228,182,206)
#E7BED3
(231,190,211)
#EAC6D8
(234,198,216)
#EDCEDD
(237,206,221)
#F0D6E2
(240,214,226)
#F3DEE7
(243,222,231)
#F6E6EC
(246,230,236)
#F9EEF1
(249,238,241)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA6C4 color. Also use rgb(222,166,196) instead hex code.

Text Font Color

.myTextColor { color: #DEA6C4; }

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

This text font color is #DEA6C4.


Background Color

.myBgColor { background-color: #DEA6C4; }

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

This div background color is #DEA6C4.


Border color

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

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

This div border color is #DEA6C4.


Opacity

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

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

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

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

This text has shadow with #DEA6C4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEA6C4 on black background.


Color preview on white background

This text has color #DEA6C4 on white background.



Black color preview on #DEA6C4 background

This text has black color on #DEA6C4 background.


White color preview on #DEA6C4 background

This text has white color on #DEA6C4 background.