COLOR #CF70D3

HEX: #CF70D3
RGB: (207,112,211)

Color info

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

RGB color model

#CF70D3 color RGB value is (207,112,211).

  • red value is 207;
  • green value is 112;
  • blue value is 211.
RGB:
(207,112,211)
(81%,44%,83%)

RGB channels and saturation

R 207 of 255 = 81%
G 112 of 255 = 44%
B 211 of 255 = 83%

207
112
211

R + G + B ~ 69%. #CF70D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 112 + 211 = 530 (100%)
R 207 of 530 ~ 39.06%
G 112 of 530 ~ 21.13%
B 211 of 530 ~ 39.81%

%39.06
%21.13
%39.81

CMYK color model

#CF70D3 color CMYK value is (2,47,0,17).

  • cyan value is 1.90%
  • magenta value is 46.92%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(2,47,0,17)
C2M47Y0K17 
(2%,47%,0%,17%)
(0.02/0.47/0.00/0.17)	

CMYK percentages

%1.9
%46.92
%0
%17.25

Codes

Color #CF70D3 in popluar color models

CF70D3
RGB207112211
HSL298°52.94%63.33%
HSB/HSV298°46.92%82.75%
CMYK1.90%46.92%0.00%
17.25%

Color #CF70D3 in popluar number systems.

HEXCF70D3
Decimal207112211
Binary11001111111000011010011
Octal317160323

Shades and tints

Shades of #CF70D3

#CF70D3
(207,112,211)
#BD66C0
(189,102,192)
#AB5CAD
(171,92,173)
#99529A
(153,82,154)
#874887
(135,72,135)
#753E74
(117,62,116)
#633461
(99,52,97)
#512A4E
(81,42,78)
#3F203B
(63,32,59)
#2D1628
(45,22,40)
#1B0C15
(27,12,21)
#000000
(0,0,0)

Tints of #CF70D3

#CF70D3
(207,112,211)
#D37DD7
(211,125,215)
#D78ADB
(215,138,219)
#DB97DF
(219,151,223)
#DFA4E3
(223,164,227)
#E3B1E7
(227,177,231)
#E7BEEB
(231,190,235)
#EBCBEF
(235,203,239)
#EFD8F3
(239,216,243)
#F3E5F7
(243,229,247)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF70D3 color. Also use rgb(207,112,211) instead hex code.

Text Font Color

.myTextColor { color: #CF70D3; }

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

This text font color is #CF70D3.


Background Color

.myBgColor { background-color: #CF70D3; }

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

This div background color is #CF70D3.


Border color

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

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

This div border color is #CF70D3.


Opacity

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

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

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

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

This text has shadow with #CF70D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF70D3 on black background.


Color preview on white background

This text has color #CF70D3 on white background.



Black color preview on #CF70D3 background

This text has black color on #CF70D3 background.


White color preview on #CF70D3 background

This text has white color on #CF70D3 background.