COLOR #C299B9

HEX: #C299B9
RGB: (194,153,185)

Color info

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

RGB color model

#C299B9 color RGB value is (194,153,185).

  • red value is 194;
  • green value is 153;
  • blue value is 185.
RGB:
(194,153,185)
(76%,60%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 185 of 255 = 73%

194
153
185

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 185 = 532 (100%)
R 194 of 532 ~ 36.47%
G 153 of 532 ~ 28.76%
B 185 of 532 ~ 34.77%

%36.47
%28.76
%34.77

CMYK color model

#C299B9 color CMYK value is (0,21,5,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 4.64%
  • key color value is 23.92%
CMYK:
(0,21,5,24)
C0M21Y5K24 
(0%,21%,5%,24%)
(0.00/0.21/0.05/0.24)	

CMYK percentages

%0
%21.13
%4.64
%23.92

Codes

Color #C299B9 in popluar color models

C299B9
RGB194153185
HSL313°25.15%68.04%
HSB/HSV313°21.13%76.08%
CMYK0.00%21.13%4.64%
23.92%

Color #C299B9 in popluar number systems.

HEXC299B9
Decimal194153185
Binary110000101001100110111001
Octal302231271

Shades and tints

Shades of #C299B9

#C299B9
(194,153,185)
#B18CA9
(177,140,169)
#A07F99
(160,127,153)
#8F7289
(143,114,137)
#7E6579
(126,101,121)
#6D5869
(109,88,105)
#5C4B59
(92,75,89)
#4B3E49
(75,62,73)
#3A3139
(58,49,57)
#292429
(41,36,41)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #C299B9

#C299B9
(194,153,185)
#C7A2BF
(199,162,191)
#CCABC5
(204,171,197)
#D1B4CB
(209,180,203)
#D6BDD1
(214,189,209)
#DBC6D7
(219,198,215)
#E0CFDD
(224,207,221)
#E5D8E3
(229,216,227)
#EAE1E9
(234,225,233)
#EFEAEF
(239,234,239)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C299B9 color. Also use rgb(194,153,185) instead hex code.

Text Font Color

.myTextColor { color: #C299B9; }

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

This text font color is #C299B9.


Background Color

.myBgColor { background-color: #C299B9; }

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

This div background color is #C299B9.


Border color

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

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

This div border color is #C299B9.


Opacity

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

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

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

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

This text has shadow with #C299B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299B9 on black background.


Color preview on white background

This text has color #C299B9 on white background.



Black color preview on #C299B9 background

This text has black color on #C299B9 background.


White color preview on #C299B9 background

This text has white color on #C299B9 background.