COLOR #DE99B0

HEX: #DE99B0
RGB: (222,153,176)

Color info

#DE99B0 contains mainly red and blue colors. Web safe color of #DE99B0 is #CC9999 (or #C99).

RGB color model

#DE99B0 color RGB value is (222,153,176).

  • red value is 222;
  • green value is 153;
  • blue value is 176.
RGB:
(222,153,176)
(87%,60%,69%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 176 of 255 = 69%

222
153
176

R + G + B ~ 72%. #DE99B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 153 + 176 = 551 (100%)
R 222 of 551 ~ 40.29%
G 153 of 551 ~ 27.77%
B 176 of 551 ~ 31.94%

%40.29
%27.77
%31.94

CMYK color model

#DE99B0 color CMYK value is (0,31,21,13).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(0,31,21,13)
C0M31Y21K13 
(0%,31%,21%,13%)
(0.00/0.31/0.21/0.13)	

CMYK percentages

%0
%31.08
%20.72
%12.94

Codes

Color #DE99B0 in popluar color models

DE99B0
RGB222153176
HSL340°51.11%73.53%
HSB/HSV340°31.08%87.06%
CMYK0.00%31.08%20.72%
12.94%

Color #DE99B0 in popluar number systems.

HEXDE99B0
Decimal222153176
Binary110111101001100110110000
Octal336231260

Shades and tints

Shades of #DE99B0

#DE99B0
(222,153,176)
#CA8CA0
(202,140,160)
#B67F90
(182,127,144)
#A27280
(162,114,128)
#8E6570
(142,101,112)
#7A5860
(122,88,96)
#664B50
(102,75,80)
#523E40
(82,62,64)
#3E3130
(62,49,48)
#2A2420
(42,36,32)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #DE99B0

#DE99B0
(222,153,176)
#E1A2B7
(225,162,183)
#E4ABBE
(228,171,190)
#E7B4C5
(231,180,197)
#EABDCC
(234,189,204)
#EDC6D3
(237,198,211)
#F0CFDA
(240,207,218)
#F3D8E1
(243,216,225)
#F6E1E8
(246,225,232)
#F9EAEF
(249,234,239)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE99B0 color. Also use rgb(222,153,176) instead hex code.

Text Font Color

.myTextColor { color: #DE99B0; }

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

This text font color is #DE99B0.


Background Color

.myBgColor { background-color: #DE99B0; }

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

This div background color is #DE99B0.


Border color

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

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

This div border color is #DE99B0.


Opacity

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

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

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

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

This text has shadow with #DE99B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE99B0 on black background.


Color preview on white background

This text has color #DE99B0 on white background.



Black color preview on #DE99B0 background

This text has black color on #DE99B0 background.


White color preview on #DE99B0 background

This text has white color on #DE99B0 background.