COLOR #D099C8

HEX: #D099C8
RGB: (208,153,200)

Color info

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

RGB color model

#D099C8 color RGB value is (208,153,200).

  • red value is 208;
  • green value is 153;
  • blue value is 200.
RGB:
(208,153,200)
(82%,60%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 200 of 255 = 78%

208
153
200

R + G + B ~ 73%. #D099C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 153 + 200 = 561 (100%)
R 208 of 561 ~ 37.08%
G 153 of 561 ~ 27.27%
B 200 of 561 ~ 35.65%

%37.08
%27.27
%35.65

CMYK color model

#D099C8 color CMYK value is (0,26,4,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(0,26,4,18)
C0M26Y4K18 
(0%,26%,4%,18%)
(0.00/0.26/0.04/0.18)	

CMYK percentages

%0
%26.44
%3.85
%18.43

Codes

Color #D099C8 in popluar color models

D099C8
RGB208153200
HSL309°36.91%70.78%
HSB/HSV309°26.44%81.57%
CMYK0.00%26.44%3.85%
18.43%

Color #D099C8 in popluar number systems.

HEXD099C8
Decimal208153200
Binary110100001001100111001000
Octal320231310

Shades and tints

Shades of #D099C8

#D099C8
(208,153,200)
#BE8CB6
(190,140,182)
#AC7FA4
(172,127,164)
#9A7292
(154,114,146)
#886580
(136,101,128)
#76586E
(118,88,110)
#644B5C
(100,75,92)
#523E4A
(82,62,74)
#403138
(64,49,56)
#2E2426
(46,36,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #D099C8

#D099C8
(208,153,200)
#D4A2CD
(212,162,205)
#D8ABD2
(216,171,210)
#DCB4D7
(220,180,215)
#E0BDDC
(224,189,220)
#E4C6E1
(228,198,225)
#E8CFE6
(232,207,230)
#ECD8EB
(236,216,235)
#F0E1F0
(240,225,240)
#F4EAF5
(244,234,245)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D099C8 color. Also use rgb(208,153,200) instead hex code.

Text Font Color

.myTextColor { color: #D099C8; }

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

This text font color is #D099C8.


Background Color

.myBgColor { background-color: #D099C8; }

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

This div background color is #D099C8.


Border color

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

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

This div border color is #D099C8.


Opacity

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

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

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

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

This text has shadow with #D099C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D099C8 on black background.


Color preview on white background

This text has color #D099C8 on white background.



Black color preview on #D099C8 background

This text has black color on #D099C8 background.


White color preview on #D099C8 background

This text has white color on #D099C8 background.