COLOR #C894BA

HEX: #C894BA
RGB: (200,148,186)

Color info

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

RGB color model

#C894BA color RGB value is (200,148,186).

  • red value is 200;
  • green value is 148;
  • blue value is 186.
RGB:
(200,148,186)
(78%,58%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 186 of 255 = 73%

200
148
186

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 186 = 534 (100%)
R 200 of 534 ~ 37.45%
G 148 of 534 ~ 27.72%
B 186 of 534 ~ 34.83%

%37.45
%27.72
%34.83

CMYK color model

#C894BA color CMYK value is (0,26,7,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,26,7,22)
C0M26Y7K22 
(0%,26%,7%,22%)
(0.00/0.26/0.07/0.22)	

CMYK percentages

%0
%26
%7
%21.57

Codes

Color #C894BA in popluar color models

C894BA
RGB200148186
HSL316°32.10%68.24%
HSB/HSV316°26.00%78.43%
CMYK0.00%26.00%7.00%
21.57%

Color #C894BA in popluar number systems.

HEXC894BA
Decimal200148186
Binary110010001001010010111010
Octal310224272

Shades and tints

Shades of #C894BA

#C894BA
(200,148,186)
#B687AA
(182,135,170)
#A47A9A
(164,122,154)
#926D8A
(146,109,138)
#80607A
(128,96,122)
#6E536A
(110,83,106)
#5C465A
(92,70,90)
#4A394A
(74,57,74)
#382C3A
(56,44,58)
#261F2A
(38,31,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #C894BA

#C894BA
(200,148,186)
#CD9DC0
(205,157,192)
#D2A6C6
(210,166,198)
#D7AFCC
(215,175,204)
#DCB8D2
(220,184,210)
#E1C1D8
(225,193,216)
#E6CADE
(230,202,222)
#EBD3E4
(235,211,228)
#F0DCEA
(240,220,234)
#F5E5F0
(245,229,240)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C894BA color. Also use rgb(200,148,186) instead hex code.

Text Font Color

.myTextColor { color: #C894BA; }

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

This text font color is #C894BA.


Background Color

.myBgColor { background-color: #C894BA; }

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

This div background color is #C894BA.


Border color

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

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

This div border color is #C894BA.


Opacity

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

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

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

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

This text has shadow with #C894BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C894BA on black background.


Color preview on white background

This text has color #C894BA on white background.



Black color preview on #C894BA background

This text has black color on #C894BA background.


White color preview on #C894BA background

This text has white color on #C894BA background.