COLOR #CF687C

HEX: #CF687C
RGB: (207,104,124)

Color info

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

RGB color model

#CF687C color RGB value is (207,104,124).

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

RGB channels and saturation

R 207 of 255 = 81%
G 104 of 255 = 41%
B 124 of 255 = 49%

207
104
124

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

Portions of RGB colors in percentages

R + G + B =
207 + 104 + 124 = 435 (100%)
R 207 of 435 ~ 47.59%
G 104 of 435 ~ 23.91%
B 124 of 435 ~ 28.51%

%47.59
%23.91
%28.51

CMYK color model

#CF687C color CMYK value is (0,50,40,19).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 40.10%
  • key color value is 18.82%
CMYK:
(0,50,40,19)
C0M50Y40K19 
(0%,50%,40%,19%)
(0.00/0.50/0.40/0.19)	

CMYK percentages

%0
%49.76
%40.1
%18.82

Codes

Color #CF687C in popluar color models

CF687C
RGB207104124
HSL348°51.76%60.98%
HSB/HSV348°49.76%81.18%
CMYK0.00%49.76%40.10%
18.82%

Color #CF687C in popluar number systems.

HEXCF687C
Decimal207104124
Binary1100111111010001111100
Octal317150174

Shades and tints

Shades of #CF687C

#CF687C
(207,104,124)
#BD5F71
(189,95,113)
#AB5666
(171,86,102)
#994D5B
(153,77,91)
#874450
(135,68,80)
#753B45
(117,59,69)
#63323A
(99,50,58)
#51292F
(81,41,47)
#3F2024
(63,32,36)
#2D1719
(45,23,25)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #CF687C

#CF687C
(207,104,124)
#D37587
(211,117,135)
#D78292
(215,130,146)
#DB8F9D
(219,143,157)
#DF9CA8
(223,156,168)
#E3A9B3
(227,169,179)
#E7B6BE
(231,182,190)
#EBC3C9
(235,195,201)
#EFD0D4
(239,208,212)
#F3DDDF
(243,221,223)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF687C; }

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

This text font color is #CF687C.


Background Color

.myBgColor { background-color: #CF687C; }

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

This div background color is #CF687C.


Border color

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

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

This div border color is #CF687C.


Opacity

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

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

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

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

This text has shadow with #CF687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF687C on black background.


Color preview on white background

This text has color #CF687C on white background.



Black color preview on #CF687C background

This text has black color on #CF687C background.


White color preview on #CF687C background

This text has white color on #CF687C background.