COLOR #CF7C7E

HEX: #CF7C7E
RGB: (207,124,126)

Color info

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

RGB color model

#CF7C7E color RGB value is (207,124,126).

  • red value is 207;
  • green value is 124;
  • blue value is 126.
RGB:
(207,124,126)
(81%,49%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 124 of 255 = 49%
B 126 of 255 = 49%

207
124
126

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

Portions of RGB colors in percentages

R + G + B =
207 + 124 + 126 = 457 (100%)
R 207 of 457 ~ 45.3%
G 124 of 457 ~ 27.13%
B 126 of 457 ~ 27.57%

%45.3
%27.13
%27.57

CMYK color model

#CF7C7E color CMYK value is (0,40,39,19).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 39.13%
  • key color value is 18.82%
CMYK:
(0,40,39,19)
C0M40Y39K19 
(0%,40%,39%,19%)
(0.00/0.40/0.39/0.19)	

CMYK percentages

%0
%40.1
%39.13
%18.82

Codes

Color #CF7C7E in popluar color models

CF7C7E
RGB207124126
HSL359°46.37%64.90%
HSB/HSV359°40.10%81.18%
CMYK0.00%40.10%39.13%
18.82%

Color #CF7C7E in popluar number systems.

HEXCF7C7E
Decimal207124126
Binary1100111111111001111110
Octal317174176

Shades and tints

Shades of #CF7C7E

#CF7C7E
(207,124,126)
#BD7173
(189,113,115)
#AB6668
(171,102,104)
#995B5D
(153,91,93)
#875052
(135,80,82)
#754547
(117,69,71)
#633A3C
(99,58,60)
#512F31
(81,47,49)
#3F2426
(63,36,38)
#2D191B
(45,25,27)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #CF7C7E

#CF7C7E
(207,124,126)
#D38789
(211,135,137)
#D79294
(215,146,148)
#DB9D9F
(219,157,159)
#DFA8AA
(223,168,170)
#E3B3B5
(227,179,181)
#E7BEC0
(231,190,192)
#EBC9CB
(235,201,203)
#EFD4D6
(239,212,214)
#F3DFE1
(243,223,225)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7C7E color. Also use rgb(207,124,126) instead hex code.

Text Font Color

.myTextColor { color: #CF7C7E; }

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

This text font color is #CF7C7E.


Background Color

.myBgColor { background-color: #CF7C7E; }

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

This div background color is #CF7C7E.


Border color

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

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

This div border color is #CF7C7E.


Opacity

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

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

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

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

This text has shadow with #CF7C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7C7E on black background.


Color preview on white background

This text has color #CF7C7E on white background.



Black color preview on #CF7C7E background

This text has black color on #CF7C7E background.


White color preview on #CF7C7E background

This text has white color on #CF7C7E background.