COLOR #CF97D8

HEX: #CF97D8
RGB: (207,151,216)

Color info

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

RGB color model

#CF97D8 color RGB value is (207,151,216).

  • red value is 207;
  • green value is 151;
  • blue value is 216.
RGB:
(207,151,216)
(81%,59%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 151 of 255 = 59%
B 216 of 255 = 85%

207
151
216

R + G + B ~ 75%. #CF97D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 151 + 216 = 574 (100%)
R 207 of 574 ~ 36.06%
G 151 of 574 ~ 26.31%
B 216 of 574 ~ 37.63%

%36.06
%26.31
%37.63

CMYK color model

#CF97D8 color CMYK value is (4,30,0,15).

  • cyan value is 4.17%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(4,30,0,15)
C4M30Y0K15 
(4%,30%,0%,15%)
(0.04/0.30/0.00/0.15)	

CMYK percentages

%4.17
%30.09
%0
%15.29

Codes

Color #CF97D8 in popluar color models

CF97D8
RGB207151216
HSL292°45.45%71.96%
HSB/HSV292°30.09%84.71%
CMYK4.17%30.09%0.00%
15.29%

Color #CF97D8 in popluar number systems.

HEXCF97D8
Decimal207151216
Binary110011111001011111011000
Octal317227330

Shades and tints

Shades of #CF97D8

#CF97D8
(207,151,216)
#BD8AC5
(189,138,197)
#AB7DB2
(171,125,178)
#99709F
(153,112,159)
#87638C
(135,99,140)
#755679
(117,86,121)
#634966
(99,73,102)
#513C53
(81,60,83)
#3F2F40
(63,47,64)
#2D222D
(45,34,45)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #CF97D8

#CF97D8
(207,151,216)
#D3A0DB
(211,160,219)
#D7A9DE
(215,169,222)
#DBB2E1
(219,178,225)
#DFBBE4
(223,187,228)
#E3C4E7
(227,196,231)
#E7CDEA
(231,205,234)
#EBD6ED
(235,214,237)
#EFDFF0
(239,223,240)
#F3E8F3
(243,232,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF97D8 color. Also use rgb(207,151,216) instead hex code.

Text Font Color

.myTextColor { color: #CF97D8; }

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

This text font color is #CF97D8.


Background Color

.myBgColor { background-color: #CF97D8; }

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

This div background color is #CF97D8.


Border color

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

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

This div border color is #CF97D8.


Opacity

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

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

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

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

This text has shadow with #CF97D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF97D8 on black background.


Color preview on white background

This text has color #CF97D8 on white background.



Black color preview on #CF97D8 background

This text has black color on #CF97D8 background.


White color preview on #CF97D8 background

This text has white color on #CF97D8 background.