COLOR #CF80B4

HEX: #CF80B4
RGB: (207,128,180)

Color info

#CF80B4 contains mainly red and blue colors. Web safe color of #CF80B4 is #CC66CC (or #C6C).

RGB color model

#CF80B4 color RGB value is (207,128,180).

  • red value is 207;
  • green value is 128;
  • blue value is 180.
RGB:
(207,128,180)
(81%,50%,71%)

RGB channels and saturation

R 207 of 255 = 81%
G 128 of 255 = 50%
B 180 of 255 = 71%

207
128
180

R + G + B ~ 67%. #CF80B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 128 + 180 = 515 (100%)
R 207 of 515 ~ 40.19%
G 128 of 515 ~ 24.85%
B 180 of 515 ~ 34.95%

%40.19
%24.85
%34.95

CMYK color model

#CF80B4 color CMYK value is (0,38,13,19).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(0,38,13,19)
C0M38Y13K19 
(0%,38%,13%,19%)
(0.00/0.38/0.13/0.19)	

CMYK percentages

%0
%38.16
%13.04
%18.82

Codes

Color #CF80B4 in popluar color models

CF80B4
RGB207128180
HSL321°45.14%65.69%
HSB/HSV321°38.16%81.18%
CMYK0.00%38.16%13.04%
18.82%

Color #CF80B4 in popluar number systems.

HEXCF80B4
Decimal207128180
Binary110011111000000010110100
Octal317200264

Shades and tints

Shades of #CF80B4

#CF80B4
(207,128,180)
#BD75A4
(189,117,164)
#AB6A94
(171,106,148)
#995F84
(153,95,132)
#875474
(135,84,116)
#754964
(117,73,100)
#633E54
(99,62,84)
#513344
(81,51,68)
#3F2834
(63,40,52)
#2D1D24
(45,29,36)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #CF80B4

#CF80B4
(207,128,180)
#D38BBA
(211,139,186)
#D796C0
(215,150,192)
#DBA1C6
(219,161,198)
#DFACCC
(223,172,204)
#E3B7D2
(227,183,210)
#E7C2D8
(231,194,216)
#EBCDDE
(235,205,222)
#EFD8E4
(239,216,228)
#F3E3EA
(243,227,234)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF80B4 color. Also use rgb(207,128,180) instead hex code.

Text Font Color

.myTextColor { color: #CF80B4; }

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

This text font color is #CF80B4.


Background Color

.myBgColor { background-color: #CF80B4; }

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

This div background color is #CF80B4.


Border color

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

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

This div border color is #CF80B4.


Opacity

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

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

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

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

This text has shadow with #CF80B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF80B4 on black background.


Color preview on white background

This text has color #CF80B4 on white background.



Black color preview on #CF80B4 background

This text has black color on #CF80B4 background.


White color preview on #CF80B4 background

This text has white color on #CF80B4 background.