COLOR #D095AD

HEX: #D095AD
RGB: (208,149,173)

Color info

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

RGB color model

#D095AD color RGB value is (208,149,173).

  • red value is 208;
  • green value is 149;
  • blue value is 173.
RGB:
(208,149,173)
(82%,58%,68%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 173 of 255 = 68%

208
149
173

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

Portions of RGB colors in percentages

R + G + B =
208 + 149 + 173 = 530 (100%)
R 208 of 530 ~ 39.25%
G 149 of 530 ~ 28.11%
B 173 of 530 ~ 32.64%

%39.25
%28.11
%32.64

CMYK color model

#D095AD color CMYK value is (0,28,17,18).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(0,28,17,18)
C0M28Y17K18 
(0%,28%,17%,18%)
(0.00/0.28/0.17/0.18)	

CMYK percentages

%0
%28.37
%16.83
%18.43

Codes

Color #D095AD in popluar color models

D095AD
RGB208149173
HSL336°38.56%70.00%
HSB/HSV336°28.37%81.57%
CMYK0.00%28.37%16.83%
18.43%

Color #D095AD in popluar number systems.

HEXD095AD
Decimal208149173
Binary110100001001010110101101
Octal320225255

Shades and tints

Shades of #D095AD

#D095AD
(208,149,173)
#BE889E
(190,136,158)
#AC7B8F
(172,123,143)
#9A6E80
(154,110,128)
#886171
(136,97,113)
#765462
(118,84,98)
#644753
(100,71,83)
#523A44
(82,58,68)
#402D35
(64,45,53)
#2E2026
(46,32,38)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #D095AD

#D095AD
(208,149,173)
#D49EB4
(212,158,180)
#D8A7BB
(216,167,187)
#DCB0C2
(220,176,194)
#E0B9C9
(224,185,201)
#E4C2D0
(228,194,208)
#E8CBD7
(232,203,215)
#ECD4DE
(236,212,222)
#F0DDE5
(240,221,229)
#F4E6EC
(244,230,236)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D095AD color. Also use rgb(208,149,173) instead hex code.

Text Font Color

.myTextColor { color: #D095AD; }

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

This text font color is #D095AD.


Background Color

.myBgColor { background-color: #D095AD; }

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

This div background color is #D095AD.


Border color

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

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

This div border color is #D095AD.


Opacity

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

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

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

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

This text has shadow with #D095AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D095AD on black background.


Color preview on white background

This text has color #D095AD on white background.



Black color preview on #D095AD background

This text has black color on #D095AD background.


White color preview on #D095AD background

This text has white color on #D095AD background.