COLOR #D195BA

HEX: #D195BA
RGB: (209,149,186)

Color info

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

RGB color model

#D195BA color RGB value is (209,149,186).

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

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 186 of 255 = 73%

209
149
186

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

Portions of RGB colors in percentages

R + G + B =
209 + 149 + 186 = 544 (100%)
R 209 of 544 ~ 38.42%
G 149 of 544 ~ 27.39%
B 186 of 544 ~ 34.19%

%38.42
%27.39
%34.19

CMYK color model

#D195BA color CMYK value is (0,29,11,18).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK:
(0,29,11,18)
C0M29Y11K18 
(0%,29%,11%,18%)
(0.00/0.29/0.11/0.18)	

CMYK percentages

%0
%28.71
%11
%18.04

Codes

Color #D195BA in popluar color models

D195BA
RGB209149186
HSL323°39.47%70.20%
HSB/HSV323°28.71%81.96%
CMYK0.00%28.71%11.00%
18.04%

Color #D195BA in popluar number systems.

HEXD195BA
Decimal209149186
Binary110100011001010110111010
Octal321225272

Shades and tints

Shades of #D195BA

#D195BA
(209,149,186)
#BE88AA
(190,136,170)
#AB7B9A
(171,123,154)
#986E8A
(152,110,138)
#85617A
(133,97,122)
#72546A
(114,84,106)
#5F475A
(95,71,90)
#4C3A4A
(76,58,74)
#392D3A
(57,45,58)
#26202A
(38,32,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #D195BA

#D195BA
(209,149,186)
#D59EC0
(213,158,192)
#D9A7C6
(217,167,198)
#DDB0CC
(221,176,204)
#E1B9D2
(225,185,210)
#E5C2D8
(229,194,216)
#E9CBDE
(233,203,222)
#EDD4E4
(237,212,228)
#F1DDEA
(241,221,234)
#F5E6F0
(245,230,240)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D195BA; }

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

This text font color is #D195BA.


Background Color

.myBgColor { background-color: #D195BA; }

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

This div background color is #D195BA.


Border color

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

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

This div border color is #D195BA.


Opacity

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

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

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

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

This text has shadow with #D195BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D195BA on black background.


Color preview on white background

This text has color #D195BA on white background.



Black color preview on #D195BA background

This text has black color on #D195BA background.


White color preview on #D195BA background

This text has white color on #D195BA background.