COLOR #CF9390

HEX: #CF9390
RGB: (207,147,144)

Color info

#CF9390 contains mainly red color. Web safe color of #CF9390 is #CC9999 (or #C99).

RGB color model

#CF9390 color RGB value is (207,147,144).

  • red value is 207;
  • green value is 147;
  • blue value is 144.
RGB:
(207,147,144)
(81%,58%,56%)

RGB channels and saturation

R 207 of 255 = 81%
G 147 of 255 = 58%
B 144 of 255 = 56%

207
147
144

R + G + B ~ 65%. #CF9390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 147 + 144 = 498 (100%)
R 207 of 498 ~ 41.57%
G 147 of 498 ~ 29.52%
B 144 of 498 ~ 28.92%

%41.57
%29.52
%28.92

CMYK color model

#CF9390 color CMYK value is (0,29,30,19).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(0,29,30,19)
C0M29Y30K19 
(0%,29%,30%,19%)
(0.00/0.29/0.30/0.19)	

CMYK percentages

%0
%28.99
%30.43
%18.82

Codes

Color #CF9390 in popluar color models

CF9390
RGB207147144
HSL39.62%68.82%
HSB/HSV30.43%81.18%
CMYK0.00%28.99%30.43%
18.82%

Color #CF9390 in popluar number systems.

HEXCF9390
Decimal207147144
Binary110011111001001110010000
Octal317223220

Shades and tints

Shades of #CF9390

#CF9390
(207,147,144)
#BD8683
(189,134,131)
#AB7976
(171,121,118)
#996C69
(153,108,105)
#875F5C
(135,95,92)
#75524F
(117,82,79)
#634542
(99,69,66)
#513835
(81,56,53)
#3F2B28
(63,43,40)
#2D1E1B
(45,30,27)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #CF9390

#CF9390
(207,147,144)
#D39C9A
(211,156,154)
#D7A5A4
(215,165,164)
#DBAEAE
(219,174,174)
#DFB7B8
(223,183,184)
#E3C0C2
(227,192,194)
#E7C9CC
(231,201,204)
#EBD2D6
(235,210,214)
#EFDBE0
(239,219,224)
#F3E4EA
(243,228,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9390 color. Also use rgb(207,147,144) instead hex code.

Text Font Color

.myTextColor { color: #CF9390; }

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

This text font color is #CF9390.


Background Color

.myBgColor { background-color: #CF9390; }

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

This div background color is #CF9390.


Border color

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

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

This div border color is #CF9390.


Opacity

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

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

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

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

This text has shadow with #CF9390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9390 on black background.


Color preview on white background

This text has color #CF9390 on white background.



Black color preview on #CF9390 background

This text has black color on #CF9390 background.


White color preview on #CF9390 background

This text has white color on #CF9390 background.