COLOR #CF95D8

HEX: #CF95D8
RGB: (207,149,216)

Color info

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

RGB color model

#CF95D8 color RGB value is (207,149,216).

  • red value is 207;
  • green value is 149;
  • blue value is 216.
RGB:
(207,149,216)
(81%,58%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 149 of 255 = 58%
B 216 of 255 = 85%

207
149
216

R + G + B ~ 75%. #CF95D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 149 + 216 = 572 (100%)
R 207 of 572 ~ 36.19%
G 149 of 572 ~ 26.05%
B 216 of 572 ~ 37.76%

%36.19
%26.05
%37.76

CMYK color model

#CF95D8 color CMYK value is (4,31,0,15).

  • cyan value is 4.17%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(4,31,0,15)
C4M31Y0K15 
(4%,31%,0%,15%)
(0.04/0.31/0.00/0.15)	

CMYK percentages

%4.17
%31.02
%0
%15.29

Codes

Color #CF95D8 in popluar color models

CF95D8
RGB207149216
HSL292°46.21%71.57%
HSB/HSV292°31.02%84.71%
CMYK4.17%31.02%0.00%
15.29%

Color #CF95D8 in popluar number systems.

HEXCF95D8
Decimal207149216
Binary110011111001010111011000
Octal317225330

Shades and tints

Shades of #CF95D8

#CF95D8
(207,149,216)
#BD88C5
(189,136,197)
#AB7BB2
(171,123,178)
#996E9F
(153,110,159)
#87618C
(135,97,140)
#755479
(117,84,121)
#634766
(99,71,102)
#513A53
(81,58,83)
#3F2D40
(63,45,64)
#2D202D
(45,32,45)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #CF95D8

#CF95D8
(207,149,216)
#D39EDB
(211,158,219)
#D7A7DE
(215,167,222)
#DBB0E1
(219,176,225)
#DFB9E4
(223,185,228)
#E3C2E7
(227,194,231)
#E7CBEA
(231,203,234)
#EBD4ED
(235,212,237)
#EFDDF0
(239,221,240)
#F3E6F3
(243,230,243)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF95D8 color. Also use rgb(207,149,216) instead hex code.

Text Font Color

.myTextColor { color: #CF95D8; }

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

This text font color is #CF95D8.


Background Color

.myBgColor { background-color: #CF95D8; }

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

This div background color is #CF95D8.


Border color

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

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

This div border color is #CF95D8.


Opacity

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

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

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

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

This text has shadow with #CF95D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF95D8 on black background.


Color preview on white background

This text has color #CF95D8 on white background.



Black color preview on #CF95D8 background

This text has black color on #CF95D8 background.


White color preview on #CF95D8 background

This text has white color on #CF95D8 background.