COLOR #CF96C5

HEX: #CF96C5 RGB: (207,150,197)

Color info

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

RGB color model

#CF96C5 color RGB value is (207,150,197).

RGB: (207,150,197) (81%, 59%, 77%)

RGB channels and saturation

R 207 of 255 = 81%
G 150 of 255 = 59%
B 197 of 255 = 77%

207
150
197

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

Portions of RGB colors in percentages

R + G + B = 207 + 150 + 197 = 554 (100%)
R 207 of 554 ~ 37.36%
G 150 of 554 ~ 27.08%
B 197 of 554 ~ 35.56'%

%37.36
%27.08
%35.56

CMYK color model

#CF96C5 color CMYK value is (0,28,5,19).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 4.83%
  • key color value is 18.82%

CMYK: (0,28,5,19)
C0M28Y5K19 (0%, 28%, 5%, 19%)
(0.00 / 0.28 / 0.05 / 0.19)

CMYK percentages

%0
%27.54
%4.83
%18.82

Codes

Color #CF96C5 in popluar color models

CF 96 C5
RGB 207 150 197
HSL 311° 37.25% 70.00%
HSB/HSV 311° 27.54% 81.18%
CMYK 0.00% 27.54% 4.83%
18.82%

Color #CF96C5 in popluar number systems.

HEX CF 96 C5
Decimal 207 150 197
Binary 11001111 10010110 11000101
Octal 317 226 305

Shades and tints

Shades of #CF96C5

#CF96C5
(207,150,197)
#BD89B4
(189,137,180)
#AB7CA3
(171,124,163)
#996F92
(153,111,146)
#876281
(135,98,129)
#755570
(117,85,112)
#63485F
(99,72,95)
#513B4E
(81,59,78)
#3F2E3D
(63,46,61)
#2D212C
(45,33,44)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #CF96C5

#CF96C5
(207,150,197)
#D39FCA
(211,159,202)
#D7A8CF
(215,168,207)
#DBB1D4
(219,177,212)
#DFBAD9
(223,186,217)
#E3C3DE
(227,195,222)
#E7CCE3
(231,204,227)
#EBD5E8
(235,213,232)
#EFDEED
(239,222,237)
#F3E7F2
(243,231,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF96C5 color. Also use rgb(207,150,197) instead hex code.

Text Font Color

.myTextColor { color: #CF96C5; }

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

This text font color is #CF96C5.

Background Color

.myBgColor { background-color: #CF96C5; }

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

This div background color is #CF96C5.

Border color

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

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

This div border color is #CF96C5.

Opacity

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

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

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

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

This text has shadow with #CF96C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF96C5.

Preview

Color preview on black background

This text has color #CF96C5 on black background.


Color preview on white background

This text has color #CF96C5 on white background.


Black color preview on #CF96C5 background

This text has black color on #CF96C5 background.


White color preview on #CF96C5 background

This text has white color on #CF96C5 background.


Related colors

Complementary color

Complementary color for #hex is #30693A.


I love getcolorcode.com

Triadic colors

1 #C5CF96 and #96C5CF with #CF96C5 are triadic colors.

2 #C596CF and #96CFC5 with #CF96C5 are triadic colors.