COLOR #DEABB2

HEX: #DEABB2 RGB: (222,171,178)

Color info

#DEABB2 contains red, green and blue colors in about the same proportion. Web safe color of #DEABB2 is #CC9999 (or #C99).

RGB color model

#DEABB2 color RGB value is (222,171,178).

RGB: (222,171,178) (87%, 67%, 70%)

RGB channels and saturation

R 222 of 255 = 87%
G 171 of 255 = 67%
B 178 of 255 = 70%

222
171
178

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

Portions of RGB colors in percentages

R + G + B = 222 + 171 + 178 = 571 (100%)
R 222 of 571 ~ 38.88%
G 171 of 571 ~ 29.95%
B 178 of 571 ~ 31.17'%

%38.88
%29.95
%31.17

CMYK color model

#DEABB2 color CMYK value is (0,23,20,13).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 19.82%
  • key color value is 12.94%

CMYK: (0,23,20,13)
C0M23Y20K13 (0%, 23%, 20%, 13%)
(0.00 / 0.23 / 0.20 / 0.13)

CMYK percentages

%0
%22.97
%19.82
%12.94

Codes

Color #DEABB2 in popluar color models

DE AB B2
RGB 222 171 178
HSL 352° 43.59% 77.06%
HSB/HSV 352° 22.97% 87.06%
CMYK 0.00% 22.97% 19.82%
12.94%

Color #DEABB2 in popluar number systems.

HEX DE AB B2
Decimal 222 171 178
Binary 11011110 10101011 10110010
Octal 336 253 262

Shades and tints

Shades of #DEABB2

#DEABB2
(222,171,178)
#CA9CA2
(202,156,162)
#B68D92
(182,141,146)
#A27E82
(162,126,130)
#8E6F72
(142,111,114)
#7A6062
(122,96,98)
#665152
(102,81,82)
#524242
(82,66,66)
#3E3332
(62,51,50)
#2A2422
(42,36,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DEABB2

#DEABB2
(222,171,178)
#E1B2B9
(225,178,185)
#E4B9C0
(228,185,192)
#E7C0C7
(231,192,199)
#EAC7CE
(234,199,206)
#EDCED5
(237,206,213)
#F0D5DC
(240,213,220)
#F3DCE3
(243,220,227)
#F6E3EA
(246,227,234)
#F9EAF1
(249,234,241)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEABB2 color. Also use rgb(222,171,178) instead hex code.

Text Font Color

.myTextColor { color: #DEABB2; }

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

This text font color is #DEABB2.

Background Color

.myBgColor { background-color: #DEABB2; }

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

This div background color is #DEABB2.

Border color

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

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

This div border color is #DEABB2.

Opacity

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

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

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

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

This text has shadow with #DEABB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEABB2.

Preview

Color preview on black background

This text has color #DEABB2 on black background.


Color preview on white background

This text has color #DEABB2 on white background.


Black color preview on #DEABB2 background

This text has black color on #DEABB2 background.


White color preview on #DEABB2 background

This text has white color on #DEABB2 background.


Related colors

Complementary color

Complementary color for #hex is #21544D.


I love getcolorcode.com

Triadic colors

1 #B2DEAB and #ABB2DE with #DEABB2 are triadic colors.

2 #B2ABDE and #ABDEB2 with #DEABB2 are triadic colors.