COLOR #CF968F

HEX: #CF968F
RGB: (207,150,143)

Color info

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

RGB color model

#CF968F color RGB value is (207,150,143).

  • red value is 207;
  • green value is 150;
  • blue value is 143.
RGB:
(207,150,143)
(81%,59%,56%)

RGB channels and saturation

R 207 of 255 = 81%
G 150 of 255 = 59%
B 143 of 255 = 56%

207
150
143

R + G + B ~ 65%. #CF968F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 150 + 143 = 500 (100%)
R 207 of 500 ~ 41.4%
G 150 of 500 ~ 30%
B 143 of 500 ~ 28.6%

%41.4
%30
%28.6

CMYK color model

#CF968F color CMYK value is (0,28,31,19).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 30.92%
  • key color value is 18.82%
CMYK:
(0,28,31,19)
C0M28Y31K19 
(0%,28%,31%,19%)
(0.00/0.28/0.31/0.19)	

CMYK percentages

%0
%27.54
%30.92
%18.82

Codes

Color #CF968F in popluar color models

CF968F
RGB207150143
HSL40.00%68.63%
HSB/HSV30.92%81.18%
CMYK0.00%27.54%30.92%
18.82%

Color #CF968F in popluar number systems.

HEXCF968F
Decimal207150143
Binary110011111001011010001111
Octal317226217

Shades and tints

Shades of #CF968F

#CF968F
(207,150,143)
#BD8982
(189,137,130)
#AB7C75
(171,124,117)
#996F68
(153,111,104)
#87625B
(135,98,91)
#75554E
(117,85,78)
#634841
(99,72,65)
#513B34
(81,59,52)
#3F2E27
(63,46,39)
#2D211A
(45,33,26)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #CF968F

#CF968F
(207,150,143)
#D39F99
(211,159,153)
#D7A8A3
(215,168,163)
#DBB1AD
(219,177,173)
#DFBAB7
(223,186,183)
#E3C3C1
(227,195,193)
#E7CCCB
(231,204,203)
#EBD5D5
(235,213,213)
#EFDEDF
(239,222,223)
#F3E7E9
(243,231,233)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF968F color. Also use rgb(207,150,143) instead hex code.

Text Font Color

.myTextColor { color: #CF968F; }

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

This text font color is #CF968F.


Background Color

.myBgColor { background-color: #CF968F; }

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

This div background color is #CF968F.


Border color

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

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

This div border color is #CF968F.


Opacity

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

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

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

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

This text has shadow with #CF968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF968F on black background.


Color preview on white background

This text has color #CF968F on white background.



Black color preview on #CF968F background

This text has black color on #CF968F background.


White color preview on #CF968F background

This text has white color on #CF968F background.