COLOR #D495B3

HEX: #D495B3
RGB: (212,149,179)

Color info

#D495B3 contains mainly red and blue colors. Web safe color of #D495B3 is #CC9999 (or #C99).

RGB color model

#D495B3 color RGB value is (212,149,179).

  • red value is 212;
  • green value is 149;
  • blue value is 179.
RGB:
(212,149,179)
(83%,58%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 149 of 255 = 58%
B 179 of 255 = 70%

212
149
179

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

Portions of RGB colors in percentages

R + G + B =
212 + 149 + 179 = 540 (100%)
R 212 of 540 ~ 39.26%
G 149 of 540 ~ 27.59%
B 179 of 540 ~ 33.15%

%39.26
%27.59
%33.15

CMYK color model

#D495B3 color CMYK value is (0,30,16,17).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 15.57%
  • key color value is 16.86%
CMYK:
(0,30,16,17)
C0M30Y16K17 
(0%,30%,16%,17%)
(0.00/0.30/0.16/0.17)	

CMYK percentages

%0
%29.72
%15.57
%16.86

Codes

Color #D495B3 in popluar color models

D495B3
RGB212149179
HSL331°42.28%70.78%
HSB/HSV331°29.72%83.14%
CMYK0.00%29.72%15.57%
16.86%

Color #D495B3 in popluar number systems.

HEXD495B3
Decimal212149179
Binary110101001001010110110011
Octal324225263

Shades and tints

Shades of #D495B3

#D495B3
(212,149,179)
#C188A3
(193,136,163)
#AE7B93
(174,123,147)
#9B6E83
(155,110,131)
#886173
(136,97,115)
#755463
(117,84,99)
#624753
(98,71,83)
#4F3A43
(79,58,67)
#3C2D33
(60,45,51)
#292023
(41,32,35)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #D495B3

#D495B3
(212,149,179)
#D79EB9
(215,158,185)
#DAA7BF
(218,167,191)
#DDB0C5
(221,176,197)
#E0B9CB
(224,185,203)
#E3C2D1
(227,194,209)
#E6CBD7
(230,203,215)
#E9D4DD
(233,212,221)
#ECDDE3
(236,221,227)
#EFE6E9
(239,230,233)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D495B3 color. Also use rgb(212,149,179) instead hex code.

Text Font Color

.myTextColor { color: #D495B3; }

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

This text font color is #D495B3.


Background Color

.myBgColor { background-color: #D495B3; }

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

This div background color is #D495B3.


Border color

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

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

This div border color is #D495B3.


Opacity

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

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

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

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

This text has shadow with #D495B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D495B3 on black background.


Color preview on white background

This text has color #D495B3 on white background.



Black color preview on #D495B3 background

This text has black color on #D495B3 background.


White color preview on #D495B3 background

This text has white color on #D495B3 background.