COLOR #CF90A6

HEX: #CF90A6
RGB: (207,144,166)

Color info

#CF90A6 contains mainly red and blue colors. Web safe color of #CF90A6 is #CC9999 (or #C99).

RGB color model

#CF90A6 color RGB value is (207,144,166).

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

RGB channels and saturation

R 207 of 255 = 81%
G 144 of 255 = 56%
B 166 of 255 = 65%

207
144
166

R + G + B ~ 67%. #CF90A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 144 + 166 = 517 (100%)
R 207 of 517 ~ 40.04%
G 144 of 517 ~ 27.85%
B 166 of 517 ~ 32.11%

%40.04
%27.85
%32.11

CMYK color model

#CF90A6 color CMYK value is (0,30,20,19).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(0,30,20,19)
C0M30Y20K19 
(0%,30%,20%,19%)
(0.00/0.30/0.20/0.19)	

CMYK percentages

%0
%30.43
%19.81
%18.82

Codes

Color #CF90A6 in popluar color models

CF90A6
RGB207144166
HSL339°39.62%68.82%
HSB/HSV339°30.43%81.18%
CMYK0.00%30.43%19.81%
18.82%

Color #CF90A6 in popluar number systems.

HEXCF90A6
Decimal207144166
Binary110011111001000010100110
Octal317220246

Shades and tints

Shades of #CF90A6

#CF90A6
(207,144,166)
#BD8397
(189,131,151)
#AB7688
(171,118,136)
#996979
(153,105,121)
#875C6A
(135,92,106)
#754F5B
(117,79,91)
#63424C
(99,66,76)
#51353D
(81,53,61)
#3F282E
(63,40,46)
#2D1B1F
(45,27,31)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #CF90A6

#CF90A6
(207,144,166)
#D39AAE
(211,154,174)
#D7A4B6
(215,164,182)
#DBAEBE
(219,174,190)
#DFB8C6
(223,184,198)
#E3C2CE
(227,194,206)
#E7CCD6
(231,204,214)
#EBD6DE
(235,214,222)
#EFE0E6
(239,224,230)
#F3EAEE
(243,234,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF90A6; }

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

This text font color is #CF90A6.


Background Color

.myBgColor { background-color: #CF90A6; }

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

This div background color is #CF90A6.


Border color

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

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

This div border color is #CF90A6.


Opacity

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

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

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

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

This text has shadow with #CF90A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF90A6 on black background.


Color preview on white background

This text has color #CF90A6 on white background.



Black color preview on #CF90A6 background

This text has black color on #CF90A6 background.


White color preview on #CF90A6 background

This text has white color on #CF90A6 background.