COLOR #CA96B6

HEX: #CA96B6
RGB: (202,150,182)

Color info

#CA96B6 contains red, green and blue colors in about the same proportion. Web safe color of #CA96B6 is #CC99CC (or #C9C).

RGB color model

#CA96B6 color RGB value is (202,150,182).

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

RGB channels and saturation

R 202 of 255 = 79%
G 150 of 255 = 59%
B 182 of 255 = 71%

202
150
182

R + G + B ~ 70%. #CA96B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 150 + 182 = 534 (100%)
R 202 of 534 ~ 37.83%
G 150 of 534 ~ 28.09%
B 182 of 534 ~ 34.08%

%37.83
%28.09
%34.08

CMYK color model

#CA96B6 color CMYK value is (0,26,10,21).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 9.90%
  • key color value is 20.78%
CMYK:
(0,26,10,21)
C0M26Y10K21 
(0%,26%,10%,21%)
(0.00/0.26/0.10/0.21)	

CMYK percentages

%0
%25.74
%9.9
%20.78

Codes

Color #CA96B6 in popluar color models

CA96B6
RGB202150182
HSL323°32.91%69.02%
HSB/HSV323°25.74%79.22%
CMYK0.00%25.74%9.90%
20.78%

Color #CA96B6 in popluar number systems.

HEXCA96B6
Decimal202150182
Binary110010101001011010110110
Octal312226266

Shades and tints

Shades of #CA96B6

#CA96B6
(202,150,182)
#B889A6
(184,137,166)
#A67C96
(166,124,150)
#946F86
(148,111,134)
#826276
(130,98,118)
#705566
(112,85,102)
#5E4856
(94,72,86)
#4C3B46
(76,59,70)
#3A2E36
(58,46,54)
#282126
(40,33,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #CA96B6

#CA96B6
(202,150,182)
#CE9FBC
(206,159,188)
#D2A8C2
(210,168,194)
#D6B1C8
(214,177,200)
#DABACE
(218,186,206)
#DEC3D4
(222,195,212)
#E2CCDA
(226,204,218)
#E6D5E0
(230,213,224)
#EADEE6
(234,222,230)
#EEE7EC
(238,231,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA96B6; }

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

This text font color is #CA96B6.


Background Color

.myBgColor { background-color: #CA96B6; }

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

This div background color is #CA96B6.


Border color

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

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

This div border color is #CA96B6.


Opacity

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

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

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

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

This text has shadow with #CA96B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA96B6 on black background.


Color preview on white background

This text has color #CA96B6 on white background.



Black color preview on #CA96B6 background

This text has black color on #CA96B6 background.


White color preview on #CA96B6 background

This text has white color on #CA96B6 background.