COLOR #CF9EE7

HEX: #CF9EE7
RGB: (207,158,231)

Color info

#CF9EE7 contains mainly red and blue colors. Web safe color of #CF9EE7 is #CC99FF (or #C9F).

RGB color model

#CF9EE7 color RGB value is (207,158,231).

  • red value is 207;
  • green value is 158;
  • blue value is 231.
RGB:
(207,158,231)
(81%,62%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 158 of 255 = 62%
B 231 of 255 = 91%

207
158
231

R + G + B ~ 78%. #CF9EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 158 + 231 = 596 (100%)
R 207 of 596 ~ 34.73%
G 158 of 596 ~ 26.51%
B 231 of 596 ~ 38.76%

%34.73
%26.51
%38.76

CMYK color model

#CF9EE7 color CMYK value is (10,32,0,9).

  • cyan value is 10.39%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,32,0,9)
C10M32Y0K9 
(10%,32%,0%,9%)
(0.10/0.32/0.00/0.09)	

CMYK percentages

%10.39
%31.6
%0
%9.41

Codes

Color #CF9EE7 in popluar color models

CF9EE7
RGB207158231
HSL280°60.33%76.27%
HSB/HSV280°31.60%90.59%
CMYK10.39%31.60%0.00%
9.41%

Color #CF9EE7 in popluar number systems.

HEXCF9EE7
Decimal207158231
Binary110011111001111011100111
Octal317236347

Shades and tints

Shades of #CF9EE7

#CF9EE7
(207,158,231)
#BD90D2
(189,144,210)
#AB82BD
(171,130,189)
#9974A8
(153,116,168)
#876693
(135,102,147)
#75587E
(117,88,126)
#634A69
(99,74,105)
#513C54
(81,60,84)
#3F2E3F
(63,46,63)
#2D202A
(45,32,42)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #CF9EE7

#CF9EE7
(207,158,231)
#D3A6E9
(211,166,233)
#D7AEEB
(215,174,235)
#DBB6ED
(219,182,237)
#DFBEEF
(223,190,239)
#E3C6F1
(227,198,241)
#E7CEF3
(231,206,243)
#EBD6F5
(235,214,245)
#EFDEF7
(239,222,247)
#F3E6F9
(243,230,249)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9EE7 color. Also use rgb(207,158,231) instead hex code.

Text Font Color

.myTextColor { color: #CF9EE7; }

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

This text font color is #CF9EE7.


Background Color

.myBgColor { background-color: #CF9EE7; }

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

This div background color is #CF9EE7.


Border color

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

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

This div border color is #CF9EE7.


Opacity

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

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

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

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

This text has shadow with #CF9EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9EE7 on black background.


Color preview on white background

This text has color #CF9EE7 on white background.



Black color preview on #CF9EE7 background

This text has black color on #CF9EE7 background.


White color preview on #CF9EE7 background

This text has white color on #CF9EE7 background.