COLOR #DC97B7

HEX: #DC97B7
RGB: (220,151,183)

Color info

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

RGB color model

#DC97B7 color RGB value is (220,151,183).

  • red value is 220;
  • green value is 151;
  • blue value is 183.
RGB:
(220,151,183)
(86%,59%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 151 of 255 = 59%
B 183 of 255 = 72%

220
151
183

R + G + B ~ 72%. #DC97B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 151 + 183 = 554 (100%)
R 220 of 554 ~ 39.71%
G 151 of 554 ~ 27.26%
B 183 of 554 ~ 33.03%

%39.71
%27.26
%33.03

CMYK color model

#DC97B7 color CMYK value is (0,31,17,14).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,31,17,14)
C0M31Y17K14 
(0%,31%,17%,14%)
(0.00/0.31/0.17/0.14)	

CMYK percentages

%0
%31.36
%16.82
%13.73

Codes

Color #DC97B7 in popluar color models

DC97B7
RGB220151183
HSL332°49.64%72.75%
HSB/HSV332°31.36%86.27%
CMYK0.00%31.36%16.82%
13.73%

Color #DC97B7 in popluar number systems.

HEXDC97B7
Decimal220151183
Binary110111001001011110110111
Octal334227267

Shades and tints

Shades of #DC97B7

#DC97B7
(220,151,183)
#C88AA7
(200,138,167)
#B47D97
(180,125,151)
#A07087
(160,112,135)
#8C6377
(140,99,119)
#785667
(120,86,103)
#644957
(100,73,87)
#503C47
(80,60,71)
#3C2F37
(60,47,55)
#282227
(40,34,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DC97B7

#DC97B7
(220,151,183)
#DFA0BD
(223,160,189)
#E2A9C3
(226,169,195)
#E5B2C9
(229,178,201)
#E8BBCF
(232,187,207)
#EBC4D5
(235,196,213)
#EECDDB
(238,205,219)
#F1D6E1
(241,214,225)
#F4DFE7
(244,223,231)
#F7E8ED
(247,232,237)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC97B7 color. Also use rgb(220,151,183) instead hex code.

Text Font Color

.myTextColor { color: #DC97B7; }

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

This text font color is #DC97B7.


Background Color

.myBgColor { background-color: #DC97B7; }

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

This div background color is #DC97B7.


Border color

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

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

This div border color is #DC97B7.


Opacity

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

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

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

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

This text has shadow with #DC97B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC97B7 on black background.


Color preview on white background

This text has color #DC97B7 on white background.



Black color preview on #DC97B7 background

This text has black color on #DC97B7 background.


White color preview on #DC97B7 background

This text has white color on #DC97B7 background.