COLOR #CF6689

HEX: #CF6689 RGB: (207,102,137)

Color info

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

RGB color model

#CF6689 color RGB value is (207,102,137).

RGB: (207,102,137) (81%, 40%, 54%)

RGB channels and saturation

R 207 of 255 = 81%
G 102 of 255 = 40%
B 137 of 255 = 54%

207
102
137

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

Portions of RGB colors in percentages

R + G + B = 207 + 102 + 137 = 446 (100%)
R 207 of 446 ~ 46.41%
G 102 of 446 ~ 22.87%
B 137 of 446 ~ 30.72'%

%46.41
%22.87
%30.72

CMYK color model

#CF6689 color CMYK value is (0,51,34,19).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 33.82%
  • key color value is 18.82%

CMYK: (0,51,34,19)
C0M51Y34K19 (0%, 51%, 34%, 19%)
(0.00 / 0.51 / 0.34 / 0.19)

CMYK percentages

%0
%50.72
%33.82
%18.82

Codes

Color #CF6689 in popluar color models

CF 66 89
RGB 207 102 137
HSL 340° 52.24% 60.59%
HSB/HSV 340° 50.72% 81.18%
CMYK 0.00% 50.72% 33.82%
18.82%

Color #CF6689 in popluar number systems.

HEX CF 66 89
Decimal 207 102 137
Binary 11001111 1100110 10001001
Octal 317 146 211

Shades and tints

Shades of #CF6689

#CF6689
(207,102,137)
#BD5D7D
(189,93,125)
#AB5471
(171,84,113)
#994B65
(153,75,101)
#874259
(135,66,89)
#75394D
(117,57,77)
#633041
(99,48,65)
#512735
(81,39,53)
#3F1E29
(63,30,41)
#2D151D
(45,21,29)
#1B0C11
(27,12,17)
#000000
(0,0,0)

Tints of #CF6689

#CF6689
(207,102,137)
#D37393
(211,115,147)
#D7809D
(215,128,157)
#DB8DA7
(219,141,167)
#DF9AB1
(223,154,177)
#E3A7BB
(227,167,187)
#E7B4C5
(231,180,197)
#EBC1CF
(235,193,207)
#EFCED9
(239,206,217)
#F3DBE3
(243,219,227)
#F7E8ED
(247,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6689 color. Also use rgb(207,102,137) instead hex code.

Text Font Color

.myTextColor { color: #CF6689; }

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

This text font color is #CF6689.

Background Color

.myBgColor { background-color: #CF6689; }

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

This div background color is #CF6689.

Border color

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

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

This div border color is #CF6689.

Opacity

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

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

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

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

This text has shadow with #CF6689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF6689.

Preview

Color preview on black background

This text has color #CF6689 on black background.


Color preview on white background

This text has color #CF6689 on white background.


Black color preview on #CF6689 background

This text has black color on #CF6689 background.


White color preview on #CF6689 background

This text has white color on #CF6689 background.


Related colors

Complementary color

Complementary color for #hex is #309976.


I love getcolorcode.com

Triadic colors

1 #89CF66 and #6689CF with #CF6689 are triadic colors.

2 #8966CF and #66CF89 with #CF6689 are triadic colors.