COLOR #CF9DB6

HEX: #CF9DB6
RGB: (207,157,182)

Color info

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

RGB color model

#CF9DB6 color RGB value is (207,157,182).

  • red value is 207;
  • green value is 157;
  • blue value is 182.
RGB:
(207,157,182)
(81%,62%,71%)

RGB channels and saturation

R 207 of 255 = 81%
G 157 of 255 = 62%
B 182 of 255 = 71%

207
157
182

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

Portions of RGB colors in percentages

R + G + B =
207 + 157 + 182 = 546 (100%)
R 207 of 546 ~ 37.91%
G 157 of 546 ~ 28.75%
B 182 of 546 ~ 33.33%

%37.91
%28.75
%33.33

CMYK color model

#CF9DB6 color CMYK value is (0,24,12,19).

  • cyan value is 0.00%
  • magenta value is 24.15%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(0,24,12,19)
C0M24Y12K19 
(0%,24%,12%,19%)
(0.00/0.24/0.12/0.19)	

CMYK percentages

%0
%24.15
%12.08
%18.82

Codes

Color #CF9DB6 in popluar color models

CF9DB6
RGB207157182
HSL330°34.25%71.37%
HSB/HSV330°24.15%81.18%
CMYK0.00%24.15%12.08%
18.82%

Color #CF9DB6 in popluar number systems.

HEXCF9DB6
Decimal207157182
Binary110011111001110110110110
Octal317235266

Shades and tints

Shades of #CF9DB6

#CF9DB6
(207,157,182)
#BD8FA6
(189,143,166)
#AB8196
(171,129,150)
#997386
(153,115,134)
#876576
(135,101,118)
#755766
(117,87,102)
#634956
(99,73,86)
#513B46
(81,59,70)
#3F2D36
(63,45,54)
#2D1F26
(45,31,38)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #CF9DB6

#CF9DB6
(207,157,182)
#D3A5BC
(211,165,188)
#D7ADC2
(215,173,194)
#DBB5C8
(219,181,200)
#DFBDCE
(223,189,206)
#E3C5D4
(227,197,212)
#E7CDDA
(231,205,218)
#EBD5E0
(235,213,224)
#EFDDE6
(239,221,230)
#F3E5EC
(243,229,236)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9DB6 color. Also use rgb(207,157,182) instead hex code.

Text Font Color

.myTextColor { color: #CF9DB6; }

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

This text font color is #CF9DB6.


Background Color

.myBgColor { background-color: #CF9DB6; }

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

This div background color is #CF9DB6.


Border color

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

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

This div border color is #CF9DB6.


Opacity

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

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

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

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

This text has shadow with #CF9DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9DB6 on black background.


Color preview on white background

This text has color #CF9DB6 on white background.



Black color preview on #CF9DB6 background

This text has black color on #CF9DB6 background.


White color preview on #CF9DB6 background

This text has white color on #CF9DB6 background.