COLOR #CF99CC

HEX: #CF99CC
RGB: (207,153,204)

Color info

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

RGB color model

#CF99CC color RGB value is (207,153,204).

  • red value is 207;
  • green value is 153;
  • blue value is 204.
RGB:
(207,153,204)
(81%,60%,80%)

RGB channels and saturation

R 207 of 255 = 81%
G 153 of 255 = 60%
B 204 of 255 = 80%

207
153
204

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

Portions of RGB colors in percentages

R + G + B =
207 + 153 + 204 = 564 (100%)
R 207 of 564 ~ 36.7%
G 153 of 564 ~ 27.13%
B 204 of 564 ~ 36.17%

%36.7
%27.13
%36.17

CMYK color model

#CF99CC color CMYK value is (0,26,1,19).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(0,26,1,19)
C0M26Y1K19 
(0%,26%,1%,19%)
(0.00/0.26/0.01/0.19)	

CMYK percentages

%0
%26.09
%1.45
%18.82

Codes

Color #CF99CC in popluar color models

CF99CC
RGB207153204
HSL303°36.00%70.59%
HSB/HSV303°26.09%81.18%
CMYK0.00%26.09%1.45%
18.82%

Color #CF99CC in popluar number systems.

HEXCF99CC
Decimal207153204
Binary110011111001100111001100
Octal317231314

Shades and tints

Shades of #CF99CC

#CF99CC
(207,153,204)
#BD8CBA
(189,140,186)
#AB7FA8
(171,127,168)
#997296
(153,114,150)
#876584
(135,101,132)
#755872
(117,88,114)
#634B60
(99,75,96)
#513E4E
(81,62,78)
#3F313C
(63,49,60)
#2D242A
(45,36,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #CF99CC

#CF99CC
(207,153,204)
#D3A2D0
(211,162,208)
#D7ABD4
(215,171,212)
#DBB4D8
(219,180,216)
#DFBDDC
(223,189,220)
#E3C6E0
(227,198,224)
#E7CFE4
(231,207,228)
#EBD8E8
(235,216,232)
#EFE1EC
(239,225,236)
#F3EAF0
(243,234,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF99CC color. Also use rgb(207,153,204) instead hex code.

Text Font Color

.myTextColor { color: #CF99CC; }

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

This text font color is #CF99CC.


Background Color

.myBgColor { background-color: #CF99CC; }

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

This div background color is #CF99CC.


Border color

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

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

This div border color is #CF99CC.


Opacity

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

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

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

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

This text has shadow with #CF99CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF99CC on black background.


Color preview on white background

This text has color #CF99CC on white background.



Black color preview on #CF99CC background

This text has black color on #CF99CC background.


White color preview on #CF99CC background

This text has white color on #CF99CC background.