COLOR #CF99E1

HEX: #CF99E1 RGB: (207,153,225)

Color info

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

RGB color model

#CF99E1 color RGB value is (207,153,225).

RGB: (207,153,225) (81%, 60%, 88%)

RGB channels and saturation

R 207 of 255 = 81%
G 153 of 255 = 60%
B 225 of 255 = 88%

207
153
225

R + G + B ~ 76%. #CF99E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 153 + 225 = 585 (100%)
R 207 of 585 ~ 35.38%
G 153 of 585 ~ 26.15%
B 225 of 585 ~ 38.46'%

%35.38
%26.15
%38.46

CMYK color model

#CF99E1 color CMYK value is (8,32,0,12).

  • cyan value is 8.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (8,32,0,12)
C8M32Y0K12 (8%, 32%, 0%, 12%)
(0.08 / 0.32 / 0.00 / 0.12)

CMYK percentages

%8
%32
%0
%11.76

Codes

Color #CF99E1 in popluar color models

CF 99 E1
RGB 207 153 225
HSL 285° 54.55% 74.12%
HSB/HSV 285° 32.00% 88.24%
CMYK 8.00% 32.00% 0.00%
11.76%

Color #CF99E1 in popluar number systems.

HEX CF 99 E1
Decimal 207 153 225
Binary 11001111 10011001 11100001
Octal 317 231 341

Shades and tints

Shades of #CF99E1

#CF99E1
(207,153,225)
#BD8CCD
(189,140,205)
#AB7FB9
(171,127,185)
#9972A5
(153,114,165)
#876591
(135,101,145)
#75587D
(117,88,125)
#634B69
(99,75,105)
#513E55
(81,62,85)
#3F3141
(63,49,65)
#2D242D
(45,36,45)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #CF99E1

#CF99E1
(207,153,225)
#D3A2E3
(211,162,227)
#D7ABE5
(215,171,229)
#DBB4E7
(219,180,231)
#DFBDE9
(223,189,233)
#E3C6EB
(227,198,235)
#E7CFED
(231,207,237)
#EBD8EF
(235,216,239)
#EFE1F1
(239,225,241)
#F3EAF3
(243,234,243)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF99E1; }

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

This text font color is #CF99E1.

Background Color

.myBgColor { background-color: #CF99E1; }

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

This div background color is #CF99E1.

Border color

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

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

This div border color is #CF99E1.

Opacity

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

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

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

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

This text has shadow with #CF99E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF99E1.

Preview

Color preview on black background

This text has color #CF99E1 on black background.


Color preview on white background

This text has color #CF99E1 on white background.


Black color preview on #CF99E1 background

This text has black color on #CF99E1 background.


White color preview on #CF99E1 background

This text has white color on #CF99E1 background.


Related colors

Complementary color

Complementary color for #hex is #30661E.


I love getcolorcode.com

Triadic colors

1 #E1CF99 and #99E1CF with #CF99E1 are triadic colors.

2 #E199CF and #99CFE1 with #CF99E1 are triadic colors.