COLOR #CF99BD

HEX: #CF99BD
RGB: (207,153,189)

Color info

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

RGB color model

#CF99BD color RGB value is (207,153,189).

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

RGB channels and saturation

R 207 of 255 = 81%
G 153 of 255 = 60%
B 189 of 255 = 74%

207
153
189

R + G + B ~ 72%. #CF99BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 153 + 189 = 549 (100%)
R 207 of 549 ~ 37.7%
G 153 of 549 ~ 27.87%
B 189 of 549 ~ 34.43%

%37.7
%27.87
%34.43

CMYK color model

#CF99BD color CMYK value is (0,26,9,19).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 8.70%
  • key color value is 18.82%
CMYK:
(0,26,9,19)
C0M26Y9K19 
(0%,26%,9%,19%)
(0.00/0.26/0.09/0.19)	

CMYK percentages

%0
%26.09
%8.7
%18.82

Codes

Color #CF99BD in popluar color models

CF99BD
RGB207153189
HSL320°36.00%70.59%
HSB/HSV320°26.09%81.18%
CMYK0.00%26.09%8.70%
18.82%

Color #CF99BD in popluar number systems.

HEXCF99BD
Decimal207153189
Binary110011111001100110111101
Octal317231275

Shades and tints

Shades of #CF99BD

#CF99BD
(207,153,189)
#BD8CAC
(189,140,172)
#AB7F9B
(171,127,155)
#99728A
(153,114,138)
#876579
(135,101,121)
#755868
(117,88,104)
#634B57
(99,75,87)
#513E46
(81,62,70)
#3F3135
(63,49,53)
#2D2424
(45,36,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #CF99BD

#CF99BD
(207,153,189)
#D3A2C3
(211,162,195)
#D7ABC9
(215,171,201)
#DBB4CF
(219,180,207)
#DFBDD5
(223,189,213)
#E3C6DB
(227,198,219)
#E7CFE1
(231,207,225)
#EBD8E7
(235,216,231)
#EFE1ED
(239,225,237)
#F3EAF3
(243,234,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF99BD; }

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

This text font color is #CF99BD.


Background Color

.myBgColor { background-color: #CF99BD; }

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

This div background color is #CF99BD.


Border color

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

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

This div border color is #CF99BD.


Opacity

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

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

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

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

This text has shadow with #CF99BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF99BD on black background.


Color preview on white background

This text has color #CF99BD on white background.



Black color preview on #CF99BD background

This text has black color on #CF99BD background.


White color preview on #CF99BD background

This text has white color on #CF99BD background.