COLOR #CF93D1

HEX: #CF93D1
RGB: (207,147,209)

Color info

#CF93D1 contains mainly red and blue colors. Web safe color of #CF93D1 is #CC99CC (or #C9C).

RGB color model

#CF93D1 color RGB value is (207,147,209).

  • red value is 207;
  • green value is 147;
  • blue value is 209.
RGB:
(207,147,209)
(81%,58%,82%)

RGB channels and saturation

R 207 of 255 = 81%
G 147 of 255 = 58%
B 209 of 255 = 82%

207
147
209

R + G + B ~ 74%. #CF93D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 147 + 209 = 563 (100%)
R 207 of 563 ~ 36.77%
G 147 of 563 ~ 26.11%
B 209 of 563 ~ 37.12%

%36.77
%26.11
%37.12

CMYK color model

#CF93D1 color CMYK value is (1,30,0,18).

  • cyan value is 0.96%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(1,30,0,18)
C1M30Y0K18 
(1%,30%,0%,18%)
(0.01/0.30/0.00/0.18)	

CMYK percentages

%0.96
%29.67
%0
%18.04

Codes

Color #CF93D1 in popluar color models

CF93D1
RGB207147209
HSL298°40.26%69.80%
HSB/HSV298°29.67%81.96%
CMYK0.96%29.67%0.00%
18.04%

Color #CF93D1 in popluar number systems.

HEXCF93D1
Decimal207147209
Binary110011111001001111010001
Octal317223321

Shades and tints

Shades of #CF93D1

#CF93D1
(207,147,209)
#BD86BE
(189,134,190)
#AB79AB
(171,121,171)
#996C98
(153,108,152)
#875F85
(135,95,133)
#755272
(117,82,114)
#63455F
(99,69,95)
#51384C
(81,56,76)
#3F2B39
(63,43,57)
#2D1E26
(45,30,38)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #CF93D1

#CF93D1
(207,147,209)
#D39CD5
(211,156,213)
#D7A5D9
(215,165,217)
#DBAEDD
(219,174,221)
#DFB7E1
(223,183,225)
#E3C0E5
(227,192,229)
#E7C9E9
(231,201,233)
#EBD2ED
(235,210,237)
#EFDBF1
(239,219,241)
#F3E4F5
(243,228,245)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF93D1 color. Also use rgb(207,147,209) instead hex code.

Text Font Color

.myTextColor { color: #CF93D1; }

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

This text font color is #CF93D1.


Background Color

.myBgColor { background-color: #CF93D1; }

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

This div background color is #CF93D1.


Border color

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

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

This div border color is #CF93D1.


Opacity

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

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

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

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

This text has shadow with #CF93D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF93D1 on black background.


Color preview on white background

This text has color #CF93D1 on white background.



Black color preview on #CF93D1 background

This text has black color on #CF93D1 background.


White color preview on #CF93D1 background

This text has white color on #CF93D1 background.