COLOR #CA99BD

HEX: #CA99BD
RGB: (202,153,189)

Color info

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

RGB color model

#CA99BD color RGB value is (202,153,189).

  • red value is 202;
  • green value is 153;
  • blue value is 189.
RGB:
(202,153,189)
(79%,60%,74%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 189 of 255 = 74%

202
153
189

R + G + B ~ 71%. #CA99BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 153 + 189 = 544 (100%)
R 202 of 544 ~ 37.13%
G 153 of 544 ~ 28.13%
B 189 of 544 ~ 34.74%

%37.13
%28.13
%34.74

CMYK color model

#CA99BD color CMYK value is (0,24,6,21).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(0,24,6,21)
C0M24Y6K21 
(0%,24%,6%,21%)
(0.00/0.24/0.06/0.21)	

CMYK percentages

%0
%24.26
%6.44
%20.78

Codes

Color #CA99BD in popluar color models

CA99BD
RGB202153189
HSL316°31.61%69.61%
HSB/HSV316°24.26%79.22%
CMYK0.00%24.26%6.44%
20.78%

Color #CA99BD in popluar number systems.

HEXCA99BD
Decimal202153189
Binary110010101001100110111101
Octal312231275

Shades and tints

Shades of #CA99BD

#CA99BD
(202,153,189)
#B88CAC
(184,140,172)
#A67F9B
(166,127,155)
#94728A
(148,114,138)
#826579
(130,101,121)
#705868
(112,88,104)
#5E4B57
(94,75,87)
#4C3E46
(76,62,70)
#3A3135
(58,49,53)
#282424
(40,36,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #CA99BD

#CA99BD
(202,153,189)
#CEA2C3
(206,162,195)
#D2ABC9
(210,171,201)
#D6B4CF
(214,180,207)
#DABDD5
(218,189,213)
#DEC6DB
(222,198,219)
#E2CFE1
(226,207,225)
#E6D8E7
(230,216,231)
#EAE1ED
(234,225,237)
#EEEAF3
(238,234,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA99BD color. Also use rgb(202,153,189) instead hex code.

Text Font Color

.myTextColor { color: #CA99BD; }

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

This text font color is #CA99BD.


Background Color

.myBgColor { background-color: #CA99BD; }

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

This div background color is #CA99BD.


Border color

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

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

This div border color is #CA99BD.


Opacity

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

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

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

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

This text has shadow with #CA99BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA99BD on black background.


Color preview on white background

This text has color #CA99BD on white background.



Black color preview on #CA99BD background

This text has black color on #CA99BD background.


White color preview on #CA99BD background

This text has white color on #CA99BD background.