COLOR #CF95D6

HEX: #CF95D6 RGB: (207,149,214)

Color info

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

RGB color model

#CF95D6 color RGB value is (207,149,214).

RGB: (207,149,214) (81%, 58%, 84%)

RGB channels and saturation

R 207 of 255 = 81%
G 149 of 255 = 58%
B 214 of 255 = 84%

207
149
214

R + G + B ~ 74%. #CF95D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 149 + 214 = 570 (100%)
R 207 of 570 ~ 36.32%
G 149 of 570 ~ 26.14%
B 214 of 570 ~ 37.54'%

%36.32
%26.14
%37.54

CMYK color model

#CF95D6 color CMYK value is (3,30,0,16).

  • cyan value is 3.27%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (3,30,0,16)
C3M30Y0K16 (3%, 30%, 0%, 16%)
(0.03 / 0.30 / 0.00 / 0.16)

CMYK percentages

%3.27
%30.37
%0
%16.08

Codes

Color #CF95D6 in popluar color models

CF 95 D6
RGB 207 149 214
HSL 294° 44.22% 71.18%
HSB/HSV 294° 30.37% 83.92%
CMYK 3.27% 30.37% 0.00%
16.08%

Color #CF95D6 in popluar number systems.

HEX CF 95 D6
Decimal 207 149 214
Binary 11001111 10010101 11010110
Octal 317 225 326

Shades and tints

Shades of #CF95D6

#CF95D6
(207,149,214)
#BD88C3
(189,136,195)
#AB7BB0
(171,123,176)
#996E9D
(153,110,157)
#87618A
(135,97,138)
#755477
(117,84,119)
#634764
(99,71,100)
#513A51
(81,58,81)
#3F2D3E
(63,45,62)
#2D202B
(45,32,43)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #CF95D6

#CF95D6
(207,149,214)
#D39ED9
(211,158,217)
#D7A7DC
(215,167,220)
#DBB0DF
(219,176,223)
#DFB9E2
(223,185,226)
#E3C2E5
(227,194,229)
#E7CBE8
(231,203,232)
#EBD4EB
(235,212,235)
#EFDDEE
(239,221,238)
#F3E6F1
(243,230,241)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF95D6; }

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

This text font color is #CF95D6.

Background Color

.myBgColor { background-color: #CF95D6; }

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

This div background color is #CF95D6.

Border color

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

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

This div border color is #CF95D6.

Opacity

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

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

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

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

This text has shadow with #CF95D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF95D6.

Preview

Color preview on black background

This text has color #CF95D6 on black background.


Color preview on white background

This text has color #CF95D6 on white background.


Black color preview on #CF95D6 background

This text has black color on #CF95D6 background.


White color preview on #CF95D6 background

This text has white color on #CF95D6 background.


Related colors

Complementary color

Complementary color for #hex is #306A29.


I love getcolorcode.com

Triadic colors

1 #D6CF95 and #95D6CF with #CF95D6 are triadic colors.

2 #D695CF and #95CFD6 with #CF95D6 are triadic colors.