COLOR #C296BA

HEX: #C296BA
RGB: (194,150,186)

Color info

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

RGB color model

#C296BA color RGB value is (194,150,186).

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

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 186 of 255 = 73%

194
150
186

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

Portions of RGB colors in percentages

R + G + B =
194 + 150 + 186 = 530 (100%)
R 194 of 530 ~ 36.6%
G 150 of 530 ~ 28.3%
B 186 of 530 ~ 35.09%

%36.6
%28.3
%35.09

CMYK color model

#C296BA color CMYK value is (0,23,4,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(0,23,4,24)
C0M23Y4K24 
(0%,23%,4%,24%)
(0.00/0.23/0.04/0.24)	

CMYK percentages

%0
%22.68
%4.12
%23.92

Codes

Color #C296BA in popluar color models

C296BA
RGB194150186
HSL311°26.51%67.45%
HSB/HSV311°22.68%76.08%
CMYK0.00%22.68%4.12%
23.92%

Color #C296BA in popluar number systems.

HEXC296BA
Decimal194150186
Binary110000101001011010111010
Octal302226272

Shades and tints

Shades of #C296BA

#C296BA
(194,150,186)
#B189AA
(177,137,170)
#A07C9A
(160,124,154)
#8F6F8A
(143,111,138)
#7E627A
(126,98,122)
#6D556A
(109,85,106)
#5C485A
(92,72,90)
#4B3B4A
(75,59,74)
#3A2E3A
(58,46,58)
#29212A
(41,33,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C296BA

#C296BA
(194,150,186)
#C79FC0
(199,159,192)
#CCA8C6
(204,168,198)
#D1B1CC
(209,177,204)
#D6BAD2
(214,186,210)
#DBC3D8
(219,195,216)
#E0CCDE
(224,204,222)
#E5D5E4
(229,213,228)
#EADEEA
(234,222,234)
#EFE7F0
(239,231,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C296BA; }

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

This text font color is #C296BA.


Background Color

.myBgColor { background-color: #C296BA; }

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

This div background color is #C296BA.


Border color

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

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

This div border color is #C296BA.


Opacity

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

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

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

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

This text has shadow with #C296BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C296BA on black background.


Color preview on white background

This text has color #C296BA on white background.



Black color preview on #C296BA background

This text has black color on #C296BA background.


White color preview on #C296BA background

This text has white color on #C296BA background.