COLOR #CF828F

HEX: #CF828F
RGB: (207,130,143)

Color info

#CF828F contains mainly red color. Web safe color of #CF828F is #CC9999 (or #C99).

RGB color model

#CF828F color RGB value is (207,130,143).

  • red value is 207;
  • green value is 130;
  • blue value is 143.
RGB:
(207,130,143)
(81%,51%,56%)

RGB channels and saturation

R 207 of 255 = 81%
G 130 of 255 = 51%
B 143 of 255 = 56%

207
130
143

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

Portions of RGB colors in percentages

R + G + B =
207 + 130 + 143 = 480 (100%)
R 207 of 480 ~ 43.13%
G 130 of 480 ~ 27.08%
B 143 of 480 ~ 29.79%

%43.13
%27.08
%29.79

CMYK color model

#CF828F color CMYK value is (0,37,31,19).

  • cyan value is 0.00%
  • magenta value is 37.20%
  • yellow value is 30.92%
  • key color value is 18.82%
CMYK:
(0,37,31,19)
C0M37Y31K19 
(0%,37%,31%,19%)
(0.00/0.37/0.31/0.19)	

CMYK percentages

%0
%37.2
%30.92
%18.82

Codes

Color #CF828F in popluar color models

CF828F
RGB207130143
HSL350°44.51%66.08%
HSB/HSV350°37.20%81.18%
CMYK0.00%37.20%30.92%
18.82%

Color #CF828F in popluar number systems.

HEXCF828F
Decimal207130143
Binary110011111000001010001111
Octal317202217

Shades and tints

Shades of #CF828F

#CF828F
(207,130,143)
#BD7782
(189,119,130)
#AB6C75
(171,108,117)
#996168
(153,97,104)
#87565B
(135,86,91)
#754B4E
(117,75,78)
#634041
(99,64,65)
#513534
(81,53,52)
#3F2A27
(63,42,39)
#2D1F1A
(45,31,26)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #CF828F

#CF828F
(207,130,143)
#D38D99
(211,141,153)
#D798A3
(215,152,163)
#DBA3AD
(219,163,173)
#DFAEB7
(223,174,183)
#E3B9C1
(227,185,193)
#E7C4CB
(231,196,203)
#EBCFD5
(235,207,213)
#EFDADF
(239,218,223)
#F3E5E9
(243,229,233)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF828F color. Also use rgb(207,130,143) instead hex code.

Text Font Color

.myTextColor { color: #CF828F; }

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

This text font color is #CF828F.


Background Color

.myBgColor { background-color: #CF828F; }

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

This div background color is #CF828F.


Border color

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

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

This div border color is #CF828F.


Opacity

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

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

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

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

This text has shadow with #CF828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF828F on black background.


Color preview on white background

This text has color #CF828F on white background.



Black color preview on #CF828F background

This text has black color on #CF828F background.


White color preview on #CF828F background

This text has white color on #CF828F background.