COLOR #CF7487

HEX: #CF7487
RGB: (207,116,135)

Color info

#CF7487 contains mainly red color. Web safe color of #CF7487 is #CC6699 (or #C69).

RGB color model

#CF7487 color RGB value is (207,116,135).

  • red value is 207;
  • green value is 116;
  • blue value is 135.
RGB:
(207,116,135)
(81%,45%,53%)

RGB channels and saturation

R 207 of 255 = 81%
G 116 of 255 = 45%
B 135 of 255 = 53%

207
116
135

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

Portions of RGB colors in percentages

R + G + B =
207 + 116 + 135 = 458 (100%)
R 207 of 458 ~ 45.2%
G 116 of 458 ~ 25.33%
B 135 of 458 ~ 29.48%

%45.2
%25.33
%29.48

CMYK color model

#CF7487 color CMYK value is (0,44,35,19).

  • cyan value is 0.00%
  • magenta value is 43.96%
  • yellow value is 34.78%
  • key color value is 18.82%
CMYK:
(0,44,35,19)
C0M44Y35K19 
(0%,44%,35%,19%)
(0.00/0.44/0.35/0.19)	

CMYK percentages

%0
%43.96
%34.78
%18.82

Codes

Color #CF7487 in popluar color models

CF7487
RGB207116135
HSL347°48.66%63.33%
HSB/HSV347°43.96%81.18%
CMYK0.00%43.96%34.78%
18.82%

Color #CF7487 in popluar number systems.

HEXCF7487
Decimal207116135
Binary11001111111010010000111
Octal317164207

Shades and tints

Shades of #CF7487

#CF7487
(207,116,135)
#BD6A7B
(189,106,123)
#AB606F
(171,96,111)
#995663
(153,86,99)
#874C57
(135,76,87)
#75424B
(117,66,75)
#63383F
(99,56,63)
#512E33
(81,46,51)
#3F2427
(63,36,39)
#2D1A1B
(45,26,27)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #CF7487

#CF7487
(207,116,135)
#D38091
(211,128,145)
#D78C9B
(215,140,155)
#DB98A5
(219,152,165)
#DFA4AF
(223,164,175)
#E3B0B9
(227,176,185)
#E7BCC3
(231,188,195)
#EBC8CD
(235,200,205)
#EFD4D7
(239,212,215)
#F3E0E1
(243,224,225)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7487 color. Also use rgb(207,116,135) instead hex code.

Text Font Color

.myTextColor { color: #CF7487; }

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

This text font color is #CF7487.


Background Color

.myBgColor { background-color: #CF7487; }

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

This div background color is #CF7487.


Border color

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

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

This div border color is #CF7487.


Opacity

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

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

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

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

This text has shadow with #CF7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7487 on black background.


Color preview on white background

This text has color #CF7487 on white background.



Black color preview on #CF7487 background

This text has black color on #CF7487 background.


White color preview on #CF7487 background

This text has white color on #CF7487 background.