COLOR #C299BB

HEX: #C299BB
RGB: (194,153,187)

Color info

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

RGB color model

#C299BB color RGB value is (194,153,187).

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

RGB channels and saturation

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

194
153
187

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 187 = 534 (100%)
R 194 of 534 ~ 36.33%
G 153 of 534 ~ 28.65%
B 187 of 534 ~ 35.02%

%36.33
%28.65
%35.02

CMYK color model

#C299BB color CMYK value is (0,21,4,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 3.61%
  • key color value is 23.92%
CMYK:
(0,21,4,24)
C0M21Y4K24 
(0%,21%,4%,24%)
(0.00/0.21/0.04/0.24)	

CMYK percentages

%0
%21.13
%3.61
%23.92

Codes

Color #C299BB in popluar color models

C299BB
RGB194153187
HSL310°25.15%68.04%
HSB/HSV310°21.13%76.08%
CMYK0.00%21.13%3.61%
23.92%

Color #C299BB in popluar number systems.

HEXC299BB
Decimal194153187
Binary110000101001100110111011
Octal302231273

Shades and tints

Shades of #C299BB

#C299BB
(194,153,187)
#B18CAA
(177,140,170)
#A07F99
(160,127,153)
#8F7288
(143,114,136)
#7E6577
(126,101,119)
#6D5866
(109,88,102)
#5C4B55
(92,75,85)
#4B3E44
(75,62,68)
#3A3133
(58,49,51)
#292422
(41,36,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #C299BB

#C299BB
(194,153,187)
#C7A2C1
(199,162,193)
#CCABC7
(204,171,199)
#D1B4CD
(209,180,205)
#D6BDD3
(214,189,211)
#DBC6D9
(219,198,217)
#E0CFDF
(224,207,223)
#E5D8E5
(229,216,229)
#EAE1EB
(234,225,235)
#EFEAF1
(239,234,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C299BB; }

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

This text font color is #C299BB.


Background Color

.myBgColor { background-color: #C299BB; }

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

This div background color is #C299BB.


Border color

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

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

This div border color is #C299BB.


Opacity

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

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

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

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

This text has shadow with #C299BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299BB on black background.


Color preview on white background

This text has color #C299BB on white background.



Black color preview on #C299BB background

This text has black color on #C299BB background.


White color preview on #C299BB background

This text has white color on #C299BB background.