COLOR #D499CC

HEX: #D499CC
RGB: (212,153,204)

Color info

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

RGB color model

#D499CC color RGB value is (212,153,204).

  • red value is 212;
  • green value is 153;
  • blue value is 204.
RGB:
(212,153,204)
(83%,60%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 204 of 255 = 80%

212
153
204

R + G + B ~ 74%. #D499CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 204 = 569 (100%)
R 212 of 569 ~ 37.26%
G 153 of 569 ~ 26.89%
B 204 of 569 ~ 35.85%

%37.26
%26.89
%35.85

CMYK color model

#D499CC color CMYK value is (0,28,4,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,28,4,17)
C0M28Y4K17 
(0%,28%,4%,17%)
(0.00/0.28/0.04/0.17)	

CMYK percentages

%0
%27.83
%3.77
%16.86

Codes

Color #D499CC in popluar color models

D499CC
RGB212153204
HSL308°40.69%71.57%
HSB/HSV308°27.83%83.14%
CMYK0.00%27.83%3.77%
16.86%

Color #D499CC in popluar number systems.

HEXD499CC
Decimal212153204
Binary110101001001100111001100
Octal324231314

Shades and tints

Shades of #D499CC

#D499CC
(212,153,204)
#C18CBA
(193,140,186)
#AE7FA8
(174,127,168)
#9B7296
(155,114,150)
#886584
(136,101,132)
#755872
(117,88,114)
#624B60
(98,75,96)
#4F3E4E
(79,62,78)
#3C313C
(60,49,60)
#29242A
(41,36,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #D499CC

#D499CC
(212,153,204)
#D7A2D0
(215,162,208)
#DAABD4
(218,171,212)
#DDB4D8
(221,180,216)
#E0BDDC
(224,189,220)
#E3C6E0
(227,198,224)
#E6CFE4
(230,207,228)
#E9D8E8
(233,216,232)
#ECE1EC
(236,225,236)
#EFEAF0
(239,234,240)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D499CC color. Also use rgb(212,153,204) instead hex code.

Text Font Color

.myTextColor { color: #D499CC; }

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

This text font color is #D499CC.


Background Color

.myBgColor { background-color: #D499CC; }

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

This div background color is #D499CC.


Border color

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

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

This div border color is #D499CC.


Opacity

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

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

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

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

This text has shadow with #D499CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D499CC on black background.


Color preview on white background

This text has color #D499CC on white background.



Black color preview on #D499CC background

This text has black color on #D499CC background.


White color preview on #D499CC background

This text has white color on #D499CC background.