COLOR #D09CA3

HEX: #D09CA3
RGB: (208,156,163)

Color info

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

RGB color model

#D09CA3 color RGB value is (208,156,163).

  • red value is 208;
  • green value is 156;
  • blue value is 163.
RGB:
(208,156,163)
(82%,61%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 163 of 255 = 64%

208
156
163

R + G + B ~ 69%. #D09CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 163 = 527 (100%)
R 208 of 527 ~ 39.47%
G 156 of 527 ~ 29.6%
B 163 of 527 ~ 30.93%

%39.47
%29.6
%30.93

CMYK color model

#D09CA3 color CMYK value is (0,25,22,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 21.63%
  • key color value is 18.43%
CMYK:
(0,25,22,18)
C0M25Y22K18 
(0%,25%,22%,18%)
(0.00/0.25/0.22/0.18)	

CMYK percentages

%0
%25
%21.63
%18.43

Codes

Color #D09CA3 in popluar color models

D09CA3
RGB208156163
HSL352°35.62%71.37%
HSB/HSV352°25.00%81.57%
CMYK0.00%25.00%21.63%
18.43%

Color #D09CA3 in popluar number systems.

HEXD09CA3
Decimal208156163
Binary110100001001110010100011
Octal320234243

Shades and tints

Shades of #D09CA3

#D09CA3
(208,156,163)
#BE8E95
(190,142,149)
#AC8087
(172,128,135)
#9A7279
(154,114,121)
#88646B
(136,100,107)
#76565D
(118,86,93)
#64484F
(100,72,79)
#523A41
(82,58,65)
#402C33
(64,44,51)
#2E1E25
(46,30,37)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #D09CA3

#D09CA3
(208,156,163)
#D4A5AB
(212,165,171)
#D8AEB3
(216,174,179)
#DCB7BB
(220,183,187)
#E0C0C3
(224,192,195)
#E4C9CB
(228,201,203)
#E8D2D3
(232,210,211)
#ECDBDB
(236,219,219)
#F0E4E3
(240,228,227)
#F4EDEB
(244,237,235)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CA3 color. Also use rgb(208,156,163) instead hex code.

Text Font Color

.myTextColor { color: #D09CA3; }

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

This text font color is #D09CA3.


Background Color

.myBgColor { background-color: #D09CA3; }

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

This div background color is #D09CA3.


Border color

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

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

This div border color is #D09CA3.


Opacity

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

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

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

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

This text has shadow with #D09CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09CA3 on black background.


Color preview on white background

This text has color #D09CA3 on white background.



Black color preview on #D09CA3 background

This text has black color on #D09CA3 background.


White color preview on #D09CA3 background

This text has white color on #D09CA3 background.