COLOR #C299B0

HEX: #C299B0
RGB: (194,153,176)

Color info

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

RGB color model

#C299B0 color RGB value is (194,153,176).

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

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 176 of 255 = 69%

194
153
176

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 176 = 523 (100%)
R 194 of 523 ~ 37.09%
G 153 of 523 ~ 29.25%
B 176 of 523 ~ 33.65%

%37.09
%29.25
%33.65

CMYK color model

#C299B0 color CMYK value is (0,21,9,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 9.28%
  • key color value is 23.92%
CMYK:
(0,21,9,24)
C0M21Y9K24 
(0%,21%,9%,24%)
(0.00/0.21/0.09/0.24)	

CMYK percentages

%0
%21.13
%9.28
%23.92

Codes

Color #C299B0 in popluar color models

C299B0
RGB194153176
HSL326°25.15%68.04%
HSB/HSV326°21.13%76.08%
CMYK0.00%21.13%9.28%
23.92%

Color #C299B0 in popluar number systems.

HEXC299B0
Decimal194153176
Binary110000101001100110110000
Octal302231260

Shades and tints

Shades of #C299B0

#C299B0
(194,153,176)
#B18CA0
(177,140,160)
#A07F90
(160,127,144)
#8F7280
(143,114,128)
#7E6570
(126,101,112)
#6D5860
(109,88,96)
#5C4B50
(92,75,80)
#4B3E40
(75,62,64)
#3A3130
(58,49,48)
#292420
(41,36,32)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #C299B0

#C299B0
(194,153,176)
#C7A2B7
(199,162,183)
#CCABBE
(204,171,190)
#D1B4C5
(209,180,197)
#D6BDCC
(214,189,204)
#DBC6D3
(219,198,211)
#E0CFDA
(224,207,218)
#E5D8E1
(229,216,225)
#EAE1E8
(234,225,232)
#EFEAEF
(239,234,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C299B0; }

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

This text font color is #C299B0.


Background Color

.myBgColor { background-color: #C299B0; }

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

This div background color is #C299B0.


Border color

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

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

This div border color is #C299B0.


Opacity

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

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

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

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

This text has shadow with #C299B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299B0 on black background.


Color preview on white background

This text has color #C299B0 on white background.



Black color preview on #C299B0 background

This text has black color on #C299B0 background.


White color preview on #C299B0 background

This text has white color on #C299B0 background.