COLOR #C299B8

HEX: #C299B8
RGB: (194,153,184)

Color info

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

RGB color model

#C299B8 color RGB value is (194,153,184).

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

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 184 of 255 = 72%

194
153
184

R + G + B ~ 69%. #C299B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 184 = 531 (100%)
R 194 of 531 ~ 36.53%
G 153 of 531 ~ 28.81%
B 184 of 531 ~ 34.65%

%36.53
%28.81
%34.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 5.15%
  • 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
%5.15
%23.92

Codes

Color #C299B8 in popluar color models

C299B8
RGB194153184
HSL315°25.15%68.04%
HSB/HSV315°21.13%76.08%
CMYK0.00%21.13%5.15%
23.92%

Color #C299B8 in popluar number systems.

HEXC299B8
Decimal194153184
Binary110000101001100110111000
Octal302231270

Shades and tints

Shades of #C299B8

#C299B8
(194,153,184)
#B18CA8
(177,140,168)
#A07F98
(160,127,152)
#8F7288
(143,114,136)
#7E6578
(126,101,120)
#6D5868
(109,88,104)
#5C4B58
(92,75,88)
#4B3E48
(75,62,72)
#3A3138
(58,49,56)
#292428
(41,36,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #C299B8

#C299B8
(194,153,184)
#C7A2BE
(199,162,190)
#CCABC4
(204,171,196)
#D1B4CA
(209,180,202)
#D6BDD0
(214,189,208)
#DBC6D6
(219,198,214)
#E0CFDC
(224,207,220)
#E5D8E2
(229,216,226)
#EAE1E8
(234,225,232)
#EFEAEE
(239,234,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C299B8; }

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

This text font color is #C299B8.


Background Color

.myBgColor { background-color: #C299B8; }

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

This div background color is #C299B8.


Border color

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

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

This div border color is #C299B8.


Opacity

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

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

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

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

This text has shadow with #C299B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299B8 on black background.


Color preview on white background

This text has color #C299B8 on white background.



Black color preview on #C299B8 background

This text has black color on #C299B8 background.


White color preview on #C299B8 background

This text has white color on #C299B8 background.