COLOR #CF7E97

HEX: #CF7E97 RGB: (207,126,151)

Color info

#CF7E97 contains mainly red and blue colors. Web safe color of #CF7E97 is #CC6699 (or #C69).

RGB color model

#CF7E97 color RGB value is (207,126,151).

RGB: (207,126,151) (81%, 49%, 59%)

RGB channels and saturation

R 207 of 255 = 81%
G 126 of 255 = 49%
B 151 of 255 = 59%

207
126
151

R + G + B ~ 63%. #CF7E97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 126 + 151 = 484 (100%)
R 207 of 484 ~ 42.77%
G 126 of 484 ~ 26.03%
B 151 of 484 ~ 31.2'%

%42.77
%26.03
%31.2

CMYK color model

#CF7E97 color CMYK value is (0,39,27,19).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 27.05%
  • key color value is 18.82%

CMYK: (0,39,27,19)
C0M39Y27K19 (0%, 39%, 27%, 19%)
(0.00 / 0.39 / 0.27 / 0.19)

CMYK percentages

%0
%39.13
%27.05
%18.82

Codes

Color #CF7E97 in popluar color models

CF 7E 97
RGB 207 126 151
HSL 341° 45.76% 65.29%
HSB/HSV 341° 39.13% 81.18%
CMYK 0.00% 39.13% 27.05%
18.82%

Color #CF7E97 in popluar number systems.

HEX CF 7E 97
Decimal 207 126 151
Binary 11001111 1111110 10010111
Octal 317 176 227

Shades and tints

Shades of #CF7E97

#CF7E97
(207,126,151)
#BD738A
(189,115,138)
#AB687D
(171,104,125)
#995D70
(153,93,112)
#875263
(135,82,99)
#754756
(117,71,86)
#633C49
(99,60,73)
#51313C
(81,49,60)
#3F262F
(63,38,47)
#2D1B22
(45,27,34)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #CF7E97

#CF7E97
(207,126,151)
#D389A0
(211,137,160)
#D794A9
(215,148,169)
#DB9FB2
(219,159,178)
#DFAABB
(223,170,187)
#E3B5C4
(227,181,196)
#E7C0CD
(231,192,205)
#EBCBD6
(235,203,214)
#EFD6DF
(239,214,223)
#F3E1E8
(243,225,232)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF7E97; }

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

This text font color is #CF7E97.

Background Color

.myBgColor { background-color: #CF7E97; }

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

This div background color is #CF7E97.

Border color

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

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

This div border color is #CF7E97.

Opacity

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

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

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

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

This text has shadow with #CF7E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF7E97.

Preview

Color preview on black background

This text has color #CF7E97 on black background.


Color preview on white background

This text has color #CF7E97 on white background.


Black color preview on #CF7E97 background

This text has black color on #CF7E97 background.


White color preview on #CF7E97 background

This text has white color on #CF7E97 background.


Related colors

Complementary color

Complementary color for #hex is #308168.


I love getcolorcode.com

Triadic colors

1 #97CF7E and #7E97CF with #CF7E97 are triadic colors.

2 #977ECF and #7ECF97 with #CF7E97 are triadic colors.