COLOR #CA96A5

HEX: #CA96A5
RGB: (202,150,165)

Color info

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

RGB color model

#CA96A5 color RGB value is (202,150,165).

  • red value is 202;
  • green value is 150;
  • blue value is 165.
RGB:
(202,150,165)
(79%,59%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 150 of 255 = 59%
B 165 of 255 = 65%

202
150
165

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

Portions of RGB colors in percentages

R + G + B =
202 + 150 + 165 = 517 (100%)
R 202 of 517 ~ 39.07%
G 150 of 517 ~ 29.01%
B 165 of 517 ~ 31.91%

%39.07
%29.01
%31.91

CMYK color model

#CA96A5 color CMYK value is (0,26,18,21).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 18.32%
  • key color value is 20.78%
CMYK:
(0,26,18,21)
C0M26Y18K21 
(0%,26%,18%,21%)
(0.00/0.26/0.18/0.21)	

CMYK percentages

%0
%25.74
%18.32
%20.78

Codes

Color #CA96A5 in popluar color models

CA96A5
RGB202150165
HSL343°32.91%69.02%
HSB/HSV343°25.74%79.22%
CMYK0.00%25.74%18.32%
20.78%

Color #CA96A5 in popluar number systems.

HEXCA96A5
Decimal202150165
Binary110010101001011010100101
Octal312226245

Shades and tints

Shades of #CA96A5

#CA96A5
(202,150,165)
#B88996
(184,137,150)
#A67C87
(166,124,135)
#946F78
(148,111,120)
#826269
(130,98,105)
#70555A
(112,85,90)
#5E484B
(94,72,75)
#4C3B3C
(76,59,60)
#3A2E2D
(58,46,45)
#28211E
(40,33,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #CA96A5

#CA96A5
(202,150,165)
#CE9FAD
(206,159,173)
#D2A8B5
(210,168,181)
#D6B1BD
(214,177,189)
#DABAC5
(218,186,197)
#DEC3CD
(222,195,205)
#E2CCD5
(226,204,213)
#E6D5DD
(230,213,221)
#EADEE5
(234,222,229)
#EEE7ED
(238,231,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA96A5 color. Also use rgb(202,150,165) instead hex code.

Text Font Color

.myTextColor { color: #CA96A5; }

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

This text font color is #CA96A5.


Background Color

.myBgColor { background-color: #CA96A5; }

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

This div background color is #CA96A5.


Border color

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

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

This div border color is #CA96A5.


Opacity

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

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

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

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

This text has shadow with #CA96A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA96A5 on black background.


Color preview on white background

This text has color #CA96A5 on white background.



Black color preview on #CA96A5 background

This text has black color on #CA96A5 background.


White color preview on #CA96A5 background

This text has white color on #CA96A5 background.