COLOR #CF6F7D

HEX: #CF6F7D
RGB: (207,111,125)

Color info

#CF6F7D contains mainly red color. Web safe color of #CF6F7D is #CC6666 (or #C66).

RGB color model

#CF6F7D color RGB value is (207,111,125).

  • red value is 207;
  • green value is 111;
  • blue value is 125.
RGB:
(207,111,125)
(81%,44%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 111 of 255 = 44%
B 125 of 255 = 49%

207
111
125

R + G + B ~ 58%. #CF6F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
207 + 111 + 125 = 443 (100%)
R 207 of 443 ~ 46.73%
G 111 of 443 ~ 25.06%
B 125 of 443 ~ 28.22%

%46.73
%25.06
%28.22

CMYK color model

#CF6F7D color CMYK value is (0,46,40,19).

  • cyan value is 0.00%
  • magenta value is 46.38%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,46,40,19)
C0M46Y40K19 
(0%,46%,40%,19%)
(0.00/0.46/0.40/0.19)	

CMYK percentages

%0
%46.38
%39.61
%18.82

Codes

Color #CF6F7D in popluar color models

CF6F7D
RGB207111125
HSL351°50.00%62.35%
HSB/HSV351°46.38%81.18%
CMYK0.00%46.38%39.61%
18.82%

Color #CF6F7D in popluar number systems.

HEXCF6F7D
Decimal207111125
Binary1100111111011111111101
Octal317157175

Shades and tints

Shades of #CF6F7D

#CF6F7D
(207,111,125)
#BD6572
(189,101,114)
#AB5B67
(171,91,103)
#99515C
(153,81,92)
#874751
(135,71,81)
#753D46
(117,61,70)
#63333B
(99,51,59)
#512930
(81,41,48)
#3F1F25
(63,31,37)
#2D151A
(45,21,26)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #CF6F7D

#CF6F7D
(207,111,125)
#D37C88
(211,124,136)
#D78993
(215,137,147)
#DB969E
(219,150,158)
#DFA3A9
(223,163,169)
#E3B0B4
(227,176,180)
#E7BDBF
(231,189,191)
#EBCACA
(235,202,202)
#EFD7D5
(239,215,213)
#F3E4E0
(243,228,224)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6F7D color. Also use rgb(207,111,125) instead hex code.

Text Font Color

.myTextColor { color: #CF6F7D; }

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

This text font color is #CF6F7D.


Background Color

.myBgColor { background-color: #CF6F7D; }

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

This div background color is #CF6F7D.


Border color

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

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

This div border color is #CF6F7D.


Opacity

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

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

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

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

This text has shadow with #CF6F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6F7D on black background.


Color preview on white background

This text has color #CF6F7D on white background.



Black color preview on #CF6F7D background

This text has black color on #CF6F7D background.


White color preview on #CF6F7D background

This text has white color on #CF6F7D background.