COLOR #CF6E7F

HEX: #CF6E7F RGB: (207,110,127)

Color info

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

RGB color model

#CF6E7F color RGB value is (207,110,127).

RGB: (207,110,127) (81%, 43%, 50%)

RGB channels and saturation

R 207 of 255 = 81%
G 110 of 255 = 43%
B 127 of 255 = 50%

207
110
127

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

Portions of RGB colors in percentages

R + G + B = 207 + 110 + 127 = 444 (100%)
R 207 of 444 ~ 46.62%
G 110 of 444 ~ 24.77%
B 127 of 444 ~ 28.6'%

%46.62
%24.77
%28.6

CMYK color model

#CF6E7F color CMYK value is (0,47,39,19).

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 38.65%
  • key color value is 18.82%

CMYK: (0,47,39,19)
C0M47Y39K19 (0%, 47%, 39%, 19%)
(0.00 / 0.47 / 0.39 / 0.19)

CMYK percentages

%0
%46.86
%38.65
%18.82

Codes

Color #CF6E7F in popluar color models

CF 6E 7F
RGB 207 110 127
HSL 349° 50.26% 62.16%
HSB/HSV 349° 46.86% 81.18%
CMYK 0.00% 46.86% 38.65%
18.82%

Color #CF6E7F in popluar number systems.

HEX CF 6E 7F
Decimal 207 110 127
Binary 11001111 1101110 1111111
Octal 317 156 177

Shades and tints

Shades of #CF6E7F

#CF6E7F
(207,110,127)
#BD6474
(189,100,116)
#AB5A69
(171,90,105)
#99505E
(153,80,94)
#874653
(135,70,83)
#753C48
(117,60,72)
#63323D
(99,50,61)
#512832
(81,40,50)
#3F1E27
(63,30,39)
#2D141C
(45,20,28)
#1B0A11
(27,10,17)
#000000
(0,0,0)

Tints of #CF6E7F

#CF6E7F
(207,110,127)
#D37B8A
(211,123,138)
#D78895
(215,136,149)
#DB95A0
(219,149,160)
#DFA2AB
(223,162,171)
#E3AFB6
(227,175,182)
#E7BCC1
(231,188,193)
#EBC9CC
(235,201,204)
#EFD6D7
(239,214,215)
#F3E3E2
(243,227,226)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6E7F color. Also use rgb(207,110,127) instead hex code.

Text Font Color

.myTextColor { color: #CF6E7F; }

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

This text font color is #CF6E7F.

Background Color

.myBgColor { background-color: #CF6E7F; }

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

This div background color is #CF6E7F.

Border color

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

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

This div border color is #CF6E7F.

Opacity

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

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

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

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

This text has shadow with #CF6E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF6E7F.

Preview

Color preview on black background

This text has color #CF6E7F on black background.


Color preview on white background

This text has color #CF6E7F on white background.


Black color preview on #CF6E7F background

This text has black color on #CF6E7F background.


White color preview on #CF6E7F background

This text has white color on #CF6E7F background.


Related colors

Complementary color

Complementary color for #hex is #309180.


I love getcolorcode.com

Triadic colors

1 #7FCF6E and #6E7FCF with #CF6E7F are triadic colors.

2 #7F6ECF and #6ECF7F with #CF6E7F are triadic colors.