COLOR #D195B6

HEX: #D195B6
RGB: (209,149,182)

Color info

#D195B6 contains mainly red and blue colors. Web safe color of #D195B6 is #CC99CC (or #C9C).

RGB color model

#D195B6 color RGB value is (209,149,182).

  • red value is 209;
  • green value is 149;
  • blue value is 182.
RGB:
(209,149,182)
(82%,58%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 182 of 255 = 71%

209
149
182

R + G + B ~ 70%. #D195B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 149 + 182 = 540 (100%)
R 209 of 540 ~ 38.7%
G 149 of 540 ~ 27.59%
B 182 of 540 ~ 33.7%

%38.7
%27.59
%33.7

CMYK color model

#D195B6 color CMYK value is (0,29,13,18).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 12.92%
  • key color value is 18.04%
CMYK:
(0,29,13,18)
C0M29Y13K18 
(0%,29%,13%,18%)
(0.00/0.29/0.13/0.18)	

CMYK percentages

%0
%28.71
%12.92
%18.04

Codes

Color #D195B6 in popluar color models

D195B6
RGB209149182
HSL327°39.47%70.20%
HSB/HSV327°28.71%81.96%
CMYK0.00%28.71%12.92%
18.04%

Color #D195B6 in popluar number systems.

HEXD195B6
Decimal209149182
Binary110100011001010110110110
Octal321225266

Shades and tints

Shades of #D195B6

#D195B6
(209,149,182)
#BE88A6
(190,136,166)
#AB7B96
(171,123,150)
#986E86
(152,110,134)
#856176
(133,97,118)
#725466
(114,84,102)
#5F4756
(95,71,86)
#4C3A46
(76,58,70)
#392D36
(57,45,54)
#262026
(38,32,38)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D195B6

#D195B6
(209,149,182)
#D59EBC
(213,158,188)
#D9A7C2
(217,167,194)
#DDB0C8
(221,176,200)
#E1B9CE
(225,185,206)
#E5C2D4
(229,194,212)
#E9CBDA
(233,203,218)
#EDD4E0
(237,212,224)
#F1DDE6
(241,221,230)
#F5E6EC
(245,230,236)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D195B6 color. Also use rgb(209,149,182) instead hex code.

Text Font Color

.myTextColor { color: #D195B6; }

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

This text font color is #D195B6.


Background Color

.myBgColor { background-color: #D195B6; }

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

This div background color is #D195B6.


Border color

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

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

This div border color is #D195B6.


Opacity

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

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

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

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

This text has shadow with #D195B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D195B6 on black background.


Color preview on white background

This text has color #D195B6 on white background.



Black color preview on #D195B6 background

This text has black color on #D195B6 background.


White color preview on #D195B6 background

This text has white color on #D195B6 background.