COLOR #C299BA

HEX: #C299BA
RGB: (194,153,186)

Color info

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

RGB color model

#C299BA color RGB value is (194,153,186).

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

RGB channels and saturation

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

194
153
186

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 186 = 533 (100%)
R 194 of 533 ~ 36.4%
G 153 of 533 ~ 28.71%
B 186 of 533 ~ 34.9%

%36.4
%28.71
%34.9

CMYK color model

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

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

Codes

Color #C299BA in popluar color models

C299BA
RGB194153186
HSL312°25.15%68.04%
HSB/HSV312°21.13%76.08%
CMYK0.00%21.13%4.12%
23.92%

Color #C299BA in popluar number systems.

HEXC299BA
Decimal194153186
Binary110000101001100110111010
Octal302231272

Shades and tints

Shades of #C299BA

#C299BA
(194,153,186)
#B18CAA
(177,140,170)
#A07F9A
(160,127,154)
#8F728A
(143,114,138)
#7E657A
(126,101,122)
#6D586A
(109,88,106)
#5C4B5A
(92,75,90)
#4B3E4A
(75,62,74)
#3A313A
(58,49,58)
#29242A
(41,36,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C299BA

#C299BA
(194,153,186)
#C7A2C0
(199,162,192)
#CCABC6
(204,171,198)
#D1B4CC
(209,180,204)
#D6BDD2
(214,189,210)
#DBC6D8
(219,198,216)
#E0CFDE
(224,207,222)
#E5D8E4
(229,216,228)
#EAE1EA
(234,225,234)
#EFEAF0
(239,234,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C299BA; }

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

This text font color is #C299BA.


Background Color

.myBgColor { background-color: #C299BA; }

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

This div background color is #C299BA.


Border color

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

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

This div border color is #C299BA.


Opacity

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

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

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

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

This text has shadow with #C299BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299BA on black background.


Color preview on white background

This text has color #C299BA on white background.



Black color preview on #C299BA background

This text has black color on #C299BA background.


White color preview on #C299BA background

This text has white color on #C299BA background.