COLOR #D095BC

HEX: #D095BC
RGB: (208,149,188)

Color info

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

RGB color model

#D095BC color RGB value is (208,149,188).

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

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 188 of 255 = 74%

208
149
188

R + G + B ~ 71%. #D095BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 149 + 188 = 545 (100%)
R 208 of 545 ~ 38.17%
G 149 of 545 ~ 27.34%
B 188 of 545 ~ 34.5%

%38.17
%27.34
%34.5

CMYK color model

#D095BC color CMYK value is (0,28,10,18).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK:
(0,28,10,18)
C0M28Y10K18 
(0%,28%,10%,18%)
(0.00/0.28/0.10/0.18)	

CMYK percentages

%0
%28.37
%9.62
%18.43

Codes

Color #D095BC in popluar color models

D095BC
RGB208149188
HSL320°38.56%70.00%
HSB/HSV320°28.37%81.57%
CMYK0.00%28.37%9.62%
18.43%

Color #D095BC in popluar number systems.

HEXD095BC
Decimal208149188
Binary110100001001010110111100
Octal320225274

Shades and tints

Shades of #D095BC

#D095BC
(208,149,188)
#BE88AB
(190,136,171)
#AC7B9A
(172,123,154)
#9A6E89
(154,110,137)
#886178
(136,97,120)
#765467
(118,84,103)
#644756
(100,71,86)
#523A45
(82,58,69)
#402D34
(64,45,52)
#2E2023
(46,32,35)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D095BC

#D095BC
(208,149,188)
#D49EC2
(212,158,194)
#D8A7C8
(216,167,200)
#DCB0CE
(220,176,206)
#E0B9D4
(224,185,212)
#E4C2DA
(228,194,218)
#E8CBE0
(232,203,224)
#ECD4E6
(236,212,230)
#F0DDEC
(240,221,236)
#F4E6F2
(244,230,242)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D095BC; }

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

This text font color is #D095BC.


Background Color

.myBgColor { background-color: #D095BC; }

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

This div background color is #D095BC.


Border color

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

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

This div border color is #D095BC.


Opacity

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

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

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

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

This text has shadow with #D095BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D095BC on black background.


Color preview on white background

This text has color #D095BC on white background.



Black color preview on #D095BC background

This text has black color on #D095BC background.


White color preview on #D095BC background

This text has white color on #D095BC background.