COLOR #D099BC

HEX: #D099BC RGB: (208,153,188)

Color info

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

RGB color model

#D099BC color RGB value is (208,153,188).

RGB: (208,153,188) (82%, 60%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 188 of 255 = 74%

208
153
188

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

Portions of RGB colors in percentages

R + G + B = 208 + 153 + 188 = 549 (100%)
R 208 of 549 ~ 37.89%
G 153 of 549 ~ 27.87%
B 188 of 549 ~ 34.24'%

%37.89
%27.87
%34.24

CMYK color model

#D099BC color CMYK value is (0,26,10,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 9.62%
  • key color value is 18.43%

CMYK: (0,26,10,18)
C0M26Y10K18 (0%, 26%, 10%, 18%)
(0.00 / 0.26 / 0.10 / 0.18)

CMYK percentages

%0
%26.44
%9.62
%18.43

Codes

Color #D099BC in popluar color models

D0 99 BC
RGB 208 153 188
HSL 322° 36.91% 70.78%
HSB/HSV 322° 26.44% 81.57%
CMYK 0.00% 26.44% 9.62%
18.43%

Color #D099BC in popluar number systems.

HEX D0 99 BC
Decimal 208 153 188
Binary 11010000 10011001 10111100
Octal 320 231 274

Shades and tints

Shades of #D099BC

#D099BC
(208,153,188)
#BE8CAB
(190,140,171)
#AC7F9A
(172,127,154)
#9A7289
(154,114,137)
#886578
(136,101,120)
#765867
(118,88,103)
#644B56
(100,75,86)
#523E45
(82,62,69)
#403134
(64,49,52)
#2E2423
(46,36,35)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #D099BC

#D099BC
(208,153,188)
#D4A2C2
(212,162,194)
#D8ABC8
(216,171,200)
#DCB4CE
(220,180,206)
#E0BDD4
(224,189,212)
#E4C6DA
(228,198,218)
#E8CFE0
(232,207,224)
#ECD8E6
(236,216,230)
#F0E1EC
(240,225,236)
#F4EAF2
(244,234,242)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D099BC; }

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

This text font color is #D099BC.

Background Color

.myBgColor { background-color: #D099BC; }

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

This div background color is #D099BC.

Border color

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

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

This div border color is #D099BC.

Opacity

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

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

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

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

This text has shadow with #D099BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D099BC.

Preview

Color preview on black background

This text has color #D099BC on black background.


Color preview on white background

This text has color #D099BC on white background.


Black color preview on #D099BC background

This text has black color on #D099BC background.


White color preview on #D099BC background

This text has white color on #D099BC background.


Related colors

Complementary color

Complementary color for #hex is #2F6643.


I love getcolorcode.com

Triadic colors

1 #BCD099 and #99BCD0 with #D099BC are triadic colors.

2 #BC99D0 and #99D0BC with #D099BC are triadic colors.