COLOR #CB97CF

HEX: #CB97CF
RGB: (203,151,207)

Color info

#CB97CF contains red, green and blue colors in about the same proportion. Web safe color of #CB97CF is #CC99CC (or #C9C).

RGB color model

#CB97CF color RGB value is (203,151,207).

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

RGB channels and saturation

R 203 of 255 = 80%
G 151 of 255 = 59%
B 207 of 255 = 81%

203
151
207

R + G + B ~ 73%. #CB97CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 151 + 207 = 561 (100%)
R 203 of 561 ~ 36.19%
G 151 of 561 ~ 26.92%
B 207 of 561 ~ 36.9%

%36.19
%26.92
%36.9

CMYK color model

#CB97CF color CMYK value is (2,27,0,19).

  • cyan value is 1.93%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(2,27,0,19)
C2M27Y0K19 
(2%,27%,0%,19%)
(0.02/0.27/0.00/0.19)	

CMYK percentages

%1.93
%27.05
%0
%18.82

Codes

Color #CB97CF in popluar color models

CB97CF
RGB203151207
HSL296°36.84%70.20%
HSB/HSV296°27.05%81.18%
CMYK1.93%27.05%0.00%
18.82%

Color #CB97CF in popluar number systems.

HEXCB97CF
Decimal203151207
Binary110010111001011111001111
Octal313227317

Shades and tints

Shades of #CB97CF

#CB97CF
(203,151,207)
#B98ABD
(185,138,189)
#A77DAB
(167,125,171)
#957099
(149,112,153)
#836387
(131,99,135)
#715675
(113,86,117)
#5F4963
(95,73,99)
#4D3C51
(77,60,81)
#3B2F3F
(59,47,63)
#29222D
(41,34,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #CB97CF

#CB97CF
(203,151,207)
#CFA0D3
(207,160,211)
#D3A9D7
(211,169,215)
#D7B2DB
(215,178,219)
#DBBBDF
(219,187,223)
#DFC4E3
(223,196,227)
#E3CDE7
(227,205,231)
#E7D6EB
(231,214,235)
#EBDFEF
(235,223,239)
#EFE8F3
(239,232,243)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB97CF; }

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

This text font color is #CB97CF.


Background Color

.myBgColor { background-color: #CB97CF; }

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

This div background color is #CB97CF.


Border color

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

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

This div border color is #CB97CF.


Opacity

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

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

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

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

This text has shadow with #CB97CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB97CF on black background.


Color preview on white background

This text has color #CB97CF on white background.



Black color preview on #CB97CF background

This text has black color on #CB97CF background.


White color preview on #CB97CF background

This text has white color on #CB97CF background.