COLOR #CF95A8

HEX: #CF95A8
RGB: (207,149,168)

Color info

#CF95A8 contains red, green and blue colors in about the same proportion. Web safe color of #CF95A8 is #CC9999 (or #C99).

RGB color model

#CF95A8 color RGB value is (207,149,168).

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

RGB channels and saturation

R 207 of 255 = 81%
G 149 of 255 = 58%
B 168 of 255 = 66%

207
149
168

R + G + B ~ 68%. #CF95A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 149 + 168 = 524 (100%)
R 207 of 524 ~ 39.5%
G 149 of 524 ~ 28.44%
B 168 of 524 ~ 32.06%

%39.5
%28.44
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.02%
  • yellow value is 18.84%
  • key color value is 18.82%
CMYK:
(0,28,19,19)
C0M28Y19K19 
(0%,28%,19%,19%)
(0.00/0.28/0.19/0.19)	

CMYK percentages

%0
%28.02
%18.84
%18.82

Codes

Color #CF95A8 in popluar color models

CF95A8
RGB207149168
HSL340°37.66%69.80%
HSB/HSV340°28.02%81.18%
CMYK0.00%28.02%18.84%
18.82%

Color #CF95A8 in popluar number systems.

HEXCF95A8
Decimal207149168
Binary110011111001010110101000
Octal317225250

Shades and tints

Shades of #CF95A8

#CF95A8
(207,149,168)
#BD8899
(189,136,153)
#AB7B8A
(171,123,138)
#996E7B
(153,110,123)
#87616C
(135,97,108)
#75545D
(117,84,93)
#63474E
(99,71,78)
#513A3F
(81,58,63)
#3F2D30
(63,45,48)
#2D2021
(45,32,33)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #CF95A8

#CF95A8
(207,149,168)
#D39EAF
(211,158,175)
#D7A7B6
(215,167,182)
#DBB0BD
(219,176,189)
#DFB9C4
(223,185,196)
#E3C2CB
(227,194,203)
#E7CBD2
(231,203,210)
#EBD4D9
(235,212,217)
#EFDDE0
(239,221,224)
#F3E6E7
(243,230,231)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF95A8; }

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

This text font color is #CF95A8.


Background Color

.myBgColor { background-color: #CF95A8; }

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

This div background color is #CF95A8.


Border color

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

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

This div border color is #CF95A8.


Opacity

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

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

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

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

This text has shadow with #CF95A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF95A8 on black background.


Color preview on white background

This text has color #CF95A8 on white background.



Black color preview on #CF95A8 background

This text has black color on #CF95A8 background.


White color preview on #CF95A8 background

This text has white color on #CF95A8 background.